/*------------------------------ Mise en forme globale --------------------------------*/
#content div{
	width:285px;
	text-align: justify;
}


#content .titre{
	color: #079ED7;
	font-weight: bold;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009ADB;
}


#content .texte{
	font-size: 11px;
	margin-bottom: 20px;
}


.colonne1{
	float:left;
	padding-right: 25px;
}

.colonne2{
	float:left;
	padding-right: 25px;
}

.colonne3{
	float:left;
}

/*------------------------------------------------------------------------------------*/


/*------------------------------ En-tetes et navigation --------------------------------*/
#bandeau {
	background-image: url(../images/bandeaux/accueil.jpg);
}

/*------------------------------------------------------------------------------------*/
