#entete {
	font-family: Arial;
	font-size: 14px;
	color: #B7DBFF;
	width: 97%;
	height: auto;
	position: absolute;
	float: left;
	top: 0px;
	background-color: #004080;
}
.Style2 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
.Style3 {
	font-size: 16px;
	font-weight: bold;
}
.Style4 {color: #000099}
.Style5 {
	font-family: Arial;
	font-size: 12px;
}
.Style6 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Style8 {color: #0000FF}
.Style15 {font-size: 12px}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #99FFFF;
}
a:active {
	color: #FFFF00;
}
body {
	background-color: #ECF2F4;
}
#entete2 {
	height: auto;
	width: auto;
	text-align: center;
	background-color: #004080;
	color: #B7DBFF;
}
dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}
ul ,li {
margin: 0;
padding: 0;
list-style-type: none;
diplay:none;
}
#menu {
	font-family: Arial;
	font-size: 12px;
	z-index:100;
	width: 96%; /* précision pour Opera */
	position: absolute;
	float: left;
	left: 14px;
	top: 270px;
}
#menu dl {
float: left;
width: 7em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	margin: 1px;
	background-color: #E7A221;
}
#menu dd {
	display: none;
	border: 1px solid gray;
	visibility: visible;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
	visibility: visible;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
#contenu {
	width: 97%;
	height: auto;
	float: left;
	position: absolute;
	font-family: Arial;
	z-index: 1;
	top: 311px;
	background-color: #FEFBD3;
}

