@charset "ISO-8859-1";
/* CSS Document */


#top
{
	height: 273px;
	top:48px;
	margin-left: 226px;
	position:absolute
}

#description
{
	width: 460px;
	overflow:auto;
	margin-top: 10px;
}

/* menu central */
#menu_pannel
{
	width: 581px;
	height: 232px;
	background-color:#171c23;
	margin-left:350px;
}

#left_menu_pannel
{
	float: left;
	padding:10px;
	width:180px;
}

#dynamic_menu_content
{
	float: right;
	height: 232px;
	width: 379px;
}

/* menu déroulant */
div#construction 
{
    width: 230px;
	margin-top: 10px;
}

div#construction ul 
{
   background-color: #0f1216;
}

div#construction ul.construction1 
{
	border:1px solid #343b4a;
   	background-image:url(images/list2.gif);
   	background-position:right;
   	background-repeat:no-repeat;
	width: 230px;
	cursor:pointer;
	height:20px;
}

div#construction ul.construction2 
{
	border:none;
	width: 208px;
}

div#construction ul li 
{
	position:relative;
    list-style: none; 
}

div#construction ul li.submenu
{
border-top:1px solid #343b4a;
}

div#construction li a {
  text-decoration: none; 
  display:block;
}

div#construction ul.construction2 {
	position: absolute;
    top: 20px;
 	display:none;
	left:0;
}

div#construction ul.construction1 li.mainmenu:hover ul.construction2
{
  display:block;
}




