/* CSS Document */


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

#menu {
	left:0px;
	position:relative;
	top:0px;
	width:638px; 
	z-index:100;
	margin-left: 5pt;
}

/* #menu { // ok version absolute
	left:208px;
	position:absolute;
	top:217px;
	width:638px;
	z-index:100;
	margin-left: 5pt;
}*/
 #menu dl {
	float:left;
	display: block;
	margin:0pt 10pt;
	/*width:4em;*/
	/*border:1px solid #FF0000;*/
	overflow: visible;
}

#menu dt {
	background: #000000 url(none) repeat scroll 0%;
	cursor:pointer;
	font-weight:bold;
	text-align:left;
	height: 18px;
	border-right: gray;
	border-bottom: gray;
	border-left: gray;
	/*white-space: nowrap;*/
}

#menu dd {
	border:1px solid gray;
	/*width:100% */
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-left: -10px;
	position:absolute;
	font-size: 11px;	/* z-index:101;*/
	display: none;	/* display: block;*/
	
}
#menu li {
	background: #000000 none repeat scroll 0%; 
	background: #000000;
	text-align:left;
	margin-left: 10px;
	/* display: block;*/
	white-space: nowrap;
	margin-right: 5px;
}
#menu li a, #menu dt a {
border:0pt none;
color:#000000;
display:block;
height:100%;
text-decoration:none;
}
#menu li a:hover, #menu dt a:hover, #menu li a:visited,#menu dt a:visited {
background:none repeat scroll 0%; 
text-decoration:none;
}

#menu1 { /* menu de planete mars */
	width:7em;
}

#smenu1 { /* menu de planete mars */
width:14em; 
/* width:auto; */
}

#menu2 { /* smenu de projet */
width:4em; 
}
#smenu2 { /* menu de projet */
width:8em;  
}
#menu3 { /* menu de dossiers */
width:5em; 
}
#smenu3 { /* menu de dossiers */
width:20em; 
}
#menu4 { /* menu de archives */
width:4em; 
}
#smenu4 { /* sous menu de archives */
width:12em; 
}

#menu5{ /* menu de collectivitées */
width:6em; 
}
#smenu5{ /* sous menu de collectivitées */
width:13em; 
}

#menu6{ /* menu de liens */
width:3em; 
}

#smenu6{ /* sous menu de liens */
width:14em; 
}

#menu7{ /* menu de contacts */
width:4em; 
}

