    
#MenuTop{
	width:auto;
	font-size:90%;
	line-height:normal;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	text-align:center;
	padding-top:50px;
	height:45px;
	position:relative;
	

}


#MenuTop ul{

float:left;
list-style-type: none;
margin:0;
margin-left:0; /*Left offset of entire tab menu relative to page*/
padding:0;

}

#MenuTop li{
display:inline;
float:left;
margin:0;
padding:0;

}



#MenuTop a{
	float:left;
	background:url(../img/glowtab-left.png) no-repeat left top;
	margin:0;
	margin-right: 4px; /*spacing between each tab*/
	padding:0 0 0 8px;
	text-decoration:none;
	line-height:40px;
	cursor:pointer;
}


#MenuTop a span{
	float:left;
	display:block;
	background:url(../img/glowtab.png) no-repeat right top;
	padding: 4px 11px 2px 3px;
	font-weight:bold;
	color:#3B3B3B;
}

.hauteurdeligneInactif{}
.hauteurdeligneInactif a, .hauteurdeligneInactif a span{
	line-height: 20px !important;
	cursor:pointer;}
.vert, .vert span, .vert a span{
	background:url(../img/glowtab-vert.png) !important;
	line-height:20px !important;

	
}
.presse{}
.presse a{
	padding-left:13px !important
}
.presse a span{
	padding-right:14px !important
}
.vert a{
	background:url(../img/glowtab-left-vert.png) no-repeat left top !important;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#MenuTop a span {float:none;}
/* End IE5-Mac hack */

#MenuTop a:hover span, .vert a :hover span {
color: black;
}

#MenuTop #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#MenuTop #current a span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: black;
}

#MenuTop a:hover, #MenuTop .current a{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#MenuTop a:hover span, #MenuTop .current span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}



#feuille{
	background:url(../img/feuille.png) no-repeat;
	width:38px;
	height:27px;
	position:absolute;
	left: 270px;
	top: 38px;
}


#language{
	position:absolute;
	left: 908px;
	width: 71px;
	top: 68px;
	height: 38px;
	font-family: "Trebuchet MS", Arial;

}
#language ul{
	margin:0;
	padding:0;
}
#language li{
	clear:both;
	margin:0 0 5px 0;
	color: #666666 ;
	margin:0;
	font-weight: normal;
	list-style-type:none;	
	font-size: 10px;
	height:15px;
	line-height:10px;
}
#language li a{
	color: #666666 ;
	text-decoration:none;	margin:0;
}
#language li a:hover{
	text-decoration:underline;
}
.fr{
	background:url(../img/fr.gif) no-repeat;
	padding-left:20px;
}
.fr a{
	color:#000000 !important;
}
.uk{
	background:url(../img/uk.gif) no-repeat;
	padding-left:20px;
}




/*Menu Deroulant*/

#sousMenuGroupe {
	position:absolute;
	background-color:#F4F5F7;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	left:10px;
	top:105px;
	z-index:1000;
	width:250px;
	display:none;
}
#sousMenuRealisations {
	position:absolute;
	background-color:#F4F5F7;
	left:101px;
	top:105px;
	z-index:1000;
	width:250px;
	display:none;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#sousMenuEco {
	position:absolute;
	background-color:#F4F5F7;
	left:505px;
	top:105px;
	z-index:1000;
	width:250px;
	display:none;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#sousMenuFinancement {
	position:absolute;
	background-color:#F4F5F7;
	left:713px;
	top:105px;
	z-index:1000;
	width:250px;
	display:none;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#sousMenuPresse {
	position:absolute;
	background-color:#F4F5F7;
	left:823px;
	top:105px;
	z-index:1000;
	width:157px;
	display:none;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}






.sousmenuDeroulant{
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	float:left;
	width:100%;
	padding:0;
	margin:0;

}
.sousmenuDeroulant ul{
	margin:0 5px 0 5px;
	padding:0;
}
.sousmenuDeroulant li{
	display:block;
	border-bottom:1px solid #FFF;
	list-style-type:none;
	text-align:left;
	white-space:nowrap;
	
	
	
}
.sousmenuDeroulant li a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:5px;
	
}
.sousmenuDeroulant li a:hover{
	color:#000;
	text-decoration:none;
	display:block;
	background:#E1E3E8;
}



