/* Homeodel 
CSS pour les pages en 3 colonnes et styles spécifiques
*/

#colgauche{
	float:left;
	width:180px;
	background-image:url(../images/lignes.gif);
	background-repeat:no-repeat;
}

#colcentre{
	float:left;
	margin-left:22px;
	width:430px;
	background-image:url(../images/ligne.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:1px;
}

#coldroite{
	float:left;
	margin-left:17px;
	width:142px;
}

#colcentretexte{
	width:400px;
}