/* CSS Document */
/*-----------------------Sous template------------------------------*/
.col_gauche{
	float:left;
	width:200px;
	text-align:left;
}

.col_centrale{
	float:left;
	width:694px; 
	text-align:left;
	background:#0e476d;
	border-bottom:#104e77 solid 10px;
	min-height:330px;
	padding:15px;
}

