
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	color: #0F1E39;
}
#conteneur {
position: absolute;
width: 750px;
left: 50%;
margin-left: -375px;
}
#header {
	height: 110px;
	background-color: transparent;
}
#haut {
	height: 40px;
	background-color: White;
}
#centre {
	background-color: #C7DCF1;
}

#pied {
	height: 25px;
	background-color: #A0C4E7;
	text-align: center;
	padding-top: 10px;
}

p {
	margin: 0 20px 0 20px;
	text-align: justify;
	line-height: 160%;
	text-indent: 3em;
}
h1 {
	text-align: center;
	font-size: 150%;
	color: #142FAB;
}
h2 {
	font-size: 120%;
	margin-left: 20px;
	color: #142FAB;
}
strong {
	color: #142FAB;
	
}

.center {
	text-align: center;
}
a.lien {
	color: #142FAB;
	text-decoration: underline;
}
a.lien:hover {
	text-decoration: none;
	color: #142FAB;
}

ul.liste,li.liste {
	margin: 0 20px 15px 20px;
	list-style-type: disc;
	text-align: justify;
	font-size: 1.02em;
}

dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}

#menu {
position : absolute;
left: 150px;
top: 111px;
}

#menu dl {
float: left;
}
#menu li {
display: inline;
}

#menu a {
text-decoration: none;
	font-size: 1.2em;

color: #000;
background: #fff;
}
#menu a:hover {
	background-color: #5599FF;
}


#smenu1, #smenu2, #smenu3, #smenu4, #smenu5 {
position: absolute;
left: 0;
font-size: 0.8em;
border-top: 1px solid gray;
width: 550px;
}

