/* CSS Document */
/*importation de la page commun_fr.css*/
@import url(../commun_fr.css);


/*la banière*/
div#baniere{
	width:740px;
	height: 154px;
	margin: auto;
	background: url(../../medias/images/baniere_sct_contact.jpg);
	}


div#colonneGauche{
	width: 400px;
	float: left;
	}
div#colonneGauche ul{
	margin-bottom: 0.9em;
	}
div#colonneGauche ul li{
	margin: 0.8em 0px 0em 30px;
	}
div#colonneDroite{
	float: right;
	width: 260px;
	}
.clearFloat{
	clear: both;
	}
h2{
	font-size: 1.2em;
	margin-top: 3em;
	font-weight: bold;
	}
h3{
 	font-size: 1.1em;
	}


/*fin*/
	






