body {
font: 80% verdana, arial, sans-serif;
}

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

#menu {
	position: absolute;
	top: 87px;
	left: 63px;
	z-index:100;
	width: 783px;
	height: 188px;
	background-color: #99FFCC;
}

#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#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 li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}

.texte {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: justify;
}

.h1 {
	font: 24px Arial, Helvetica, sans-serif;
	text-align: center;
}
.texteblanc {
	font: 16px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #FFFFFF;
}
.h1droite {
	font: 24px Arial, Helvetica, sans-serif;
	text-align: right;
}
.h1gauche {
	font: 24px Arial, Helvetica, sans-serif;
	text-align: left;
}
.texteblancgras {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #FFFFFF;
}
.texteblancgras A:link {color: #FFFFFF;}
.texteblancgras A:visited {color: #FFFFFF;}
.texteblancgras A:active {color: #FFFFFF;}
.texteblancgras A:hover {text-decoration: underline; color: #FFFFFF;}