@charset "utf-8";
body{
	background:#FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	color:#0033CC;
	font-size:19px;
}

h2{
	color:#4D76EE;
	font-size:16px;
}

#conteneur {
	width:1000px;
	margin: 0 auto;
	padding-bottom: 15px;
} 

#gauche {
	width: 196px;
	height:1000px;
	float:left;
	text-align:center;
	margin: 0;
}
#gauche ul{
	list-style-type: none;
	text-align:left;
	color:#0033CC;
	line-height: 30px;
	text-transform: uppercase;
	font-weight:bold.
}

#gauche ul a{
	text-decoration:none;
	color:#5A5A5A;
	font-weight: bold;
}

#centre {
	width: 640px;
	height:1000px;
	float:left;
	margin: 0;

	
}
.texte{
	color: #353535;
	text-align:justify;
	margin:0 auto;
	width:600px;
}

.vert{
	color:#0033CC;
}


#droite {
	width: 160px;
	height:950px;
	float:left;
	text-align:center;
	margin: 0;
	background-color: #E4E4E4;
	padding-top:270px;
}

#droite a{
	color:#0033CC;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}


