
/**************************/
/**	 	Bloc Gauche 	**/
/************************/

#contenu_bloc_gauche
{
	float:left;
	width:400px;
	border-right: 0px dashed #e0e0e0;
	padding-left:0px;
	padding-right:20px;
}
#contenu_bloc_gauche p
{
	margin:0;
}



