@charset "utf-8";
/* CSS Document */
body
{
	background-color:#000;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link,
a:visited,
a:active,
a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f67300;
}
#header
{
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:114px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	cursor:pointer;
}
#central
{
	width:1024px;
	height:456px;
	margin-left:auto;
	margin-right:auto;
}
#menu
{
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	width:167px;
	height:456px;
	float:left;
	padding-top:30px;
	padding-left:15px;
}
#contenu
{
	background-image:url(images/contenu.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:544px;
	height:456px;
	float:left;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
}
#droit
{
	width:268px;
	height:456px;
	float:right;
}
#footer
{
	width:1024px;
	height:29px;
	margin-left:auto;
	margin-right:auto;
}
#menuHover{
margin:0;
padding:0;
width:155px;
}
#menuHover .closed{
}
#menuHover .closed,#menuHover .opened{
padding-right:10px;
}
#menuHover .header{
}
#menuHover .opened{
}
#menuHover a{
display:block;
font-weight:bold;
text-decoration:none;
}
#menuHover a.hover{
border-top:1px;
border-bottom:1px;
color:#FFFFFF;
}
#menuHover ul{
overflow: hidden;
margin:0;
padding:0;
list-style:none;
}
#menuHover li{
margin:0;
padding:0;
}
#menuHover li a{
padding:2px 10px 2px 4px;
border-top:1px;
border-left:1px;
border-right:1px;
border-bottom:1px;
color:#FFFFFF;
}
#menuHover li.active a,#menuHover li li.active a{
border-top:1px;
border-bottom:1px;
border-left:1px;
border-right:1px;
color:#FFFFFF;
}
#menuHover li.active li a,#menuHover li li a{
padding:2px 4px 2px 8px;
border-top:1px;
border-left:1px;
border-right:1px;
border-bottom:1px;
color:#FFFFFF;
}
dt
{
	text-decoration:underline;
}