body {
font-family: Arial;
font-size: 0.8em;
text-align:justify;
margin: 0;
padding: 0;
background-color:#CCCCCC;
}
#header {
height:250px;
}
#conteneur {
	position: relative;
	width: 770px;
	margin: 0 auto;
	background-color:#FFF;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
}
#centre {
background-color:#FFF;
margin-left: 225px;
margin-right: 10px;
}
#gauche {
	position: absolute;
	left:0;
	width: 200px;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.9em;
	color:#143C89;
}

#menu{
	width: 180px;
	text-align:left;
	padding: 4px 6px 4px 10px;
	margin-top: 10px;
	background:url(http://www.ccip75.fr/upload/img/arrondi_bleu.jpg) #C1CDE7 bottom right no-repeat;

}

h1 {
font-size: 14px;
text-align:center;
color:#143C89;
font-weight:bold;
}
h2 {
font-size: 13px;
text-align:left;
color:#143C89;
font-weight:bold;
}
h3 {
font-size: 11px;
color:#000000;
font-weight:lighter;
}
h4 {
font-size: 12px;
color:#000000;
text-align:center;
}
h5 {
font-size: 11px;
color:#000000;
font-weight:lighter;
font-style:italic;
}

a   {     
color:#143C89;     
text-decoration:none;  
}   

a:hover   { 
color:#1399a5; 
}
