@charset "utf-8";
/* CSS Document */

/*---------------------------------*/
/*A PROPOS PROPERTIES */
/*---------------------------------*/

#titre
{
	width				:	150px;
	height				:	20px;
	background-image	:	url(../images/apropos/apr_title.jpg);
}

#bandeau
{
	width				:	960px;
	height				:	120px;
	background-image	:	url(../images/apropos/apr_bandeau.jpg);
	margin-left			:	10px;
	margin-top			:	10px;
}


#illustration
{
	width				:	230px;
	height				:	210px;
	background-image	:	url(../images/apropos/apr_jetons.jpg);
	margin-top			:	10px;
	float				:	left;
	margin-left			:	20px;
}

#texte
{
	width				:	620px;
	margin-left			:	20px;	
	margin-top			:	20px;
	margin-bottom		:	20px;
	float				:	left;
}


#texte ul
{
	margin-left			:	5px;
}

#texte a
{
	color				:	#000000	;
}
