.C2_Containeur{
	width: 100%;
	height: 32px;
	border: solid 0px;
}

.C2_Contenu{
	width:100%;
	background-repeat: repeat-x;
	height:32px;
	/*background-color:Red;*/
}

.C2_gauche
{
	float:left;
	width:14px;
	max-width:14px;
	padding:0px;margin:0px;
	height:32px;
	background:url(images/fond_defile_gauche.jpg);
	background-repeat: no-repeat;
}

.C2_milieu{
	float:left;
	height:32px;
	background:url(images/fond_defile.jpg);
	background-repeat: repeat-x;
}

.C2_droite{
	float:left;
	width:14px;
	max-width:14px;
	height:32px;
	background:url(images/fond_defile_droit.jpg);
	background-repeat: no-repeat;
}