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

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

#titre
{
	width				:	475px;
	height				:	20px;
	background-image	:	url(../images/cgu/cgu_title.jpg);
}

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

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

#texte .red
{
	color				: red;
}

#bloc2 a
{
	padding-top			:	10px;
	padding-left		:	5px;
	line-height			:	35px;
	color				:	#FF0000;
}


