@charset "UTF-8";
/* CSS Document */

body
{
	width: 800px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #000;
	color: #fff;
	border-color: #FFF;
	border-width: 1px;
	border-style: outset;
	border-top-style: none;
	font: Arial, Helvetica, sans-serif;
}

a
{
	color: #cccc99;
}

a:visited
{
	color: #b2b2b2;
}

#en_tete
{
	width: 800px;
	height: 310px;
	background-color: #000;
	background-repeat: no-repeat;
}

#corps
{
	width: 780px;
	margin-top: 50px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#corps img
{
	margin: 10px;
	vertical-align: middle;
}

#corps td img
{
	margin: 2.5px;
}

#menu {
margin: 0px;
width: 800px;
background: #000;
float: left;
}

#menu img
{
	padding: 0px;
	border: 0px;
}

#menu ul {
list-style: none;
margin: 0px;
padding: 0px;
float: left;
}
#menu a, #menu h2 {
font:  bold 16px/18px Arial, Helvetica, sans-serif;
white-space: nowrap;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0px;
padding: 0px 0px;
width: 160px;
text-align:center;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #7b776d;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}
#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
position: absolute;
z-index: 500;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
