#body, html {
	background-color: #1E1E1E;
	}
div#global {
	width: 990px;
	height: 570px;
	margin: 0 auto;
	position: relative;
	background: url("Images/fonds/test.jpg") no-repeat;}

div#bandeau {
	width: 794px;
	height: 122px;
	top: 0px;
	
	position: absolute;}
div#contenu {
	width: 990px;
	height: 453px;
	top:122px;
	padding: 0px;
	position: absolute;
	}

div#titre {
	width: 794px;
	height: 122px;
	padding: 0px;
	position: absolute;
}
div#flocon {
	width: 780px;
	height: 110px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
div#titre h1 {
	font-family: Arial-black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #003300;
	margin: 20px 0 0 0;
	}
div#titre h2 {
	font-family: Arial-black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	margin-top: 5px;
	padding: 0;
	}

#deroulant {
position: absolute;
margin: 1px 0 0 801px;
width: 192px;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
font: bold 13px arial;
list-style-type: none;
font-size: 12px;
}
#menu {
position: absolute;
left:800px;
width: 196px;
z-index:102;
top: 5px;
}
#menu dl {
float: left;
width: 96px;
margin: 0;
}

#menu dt {
cursor: pointer;
height: 25px;
text-align: center;
margin: 0 3px 4px 0;
line-height: 25px;

}
#menu dd {
border: 1px solid gray;
margin: 2px 0 0 0;
width: 92px;
}
#menu li {
text-align: center;
background: #FFF9D7;
color: black;
	width: 92px;
}
#menu dt a {
font-family: arial, helvetica, sans serif;
text-decoration: none;
height: 100%;
border: 0 none;
display: block;
margin: 0;
color: #FFFFFF;
}
#menu li a {
	font-family: arial, helvetica, sans serif;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	color: #000;
	}
#menu li a:hover {
	background: #FF6600;
	color: #FFFFFF;
	}
#menu dt :hover {
	background: #FF6600;
		}
	
div#pied-page {
	text-align: center;
	color: white;
	margin-top: 2px;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	height: 15px;
	line-height: 15px;
	}
div#pied-page a{
	color: #FF6600;
	}