
/*menu*/
#nav li { 
display: block; 
list-style: none; 
margin: 0; 
padding: 0; 
float: left; 
position: relative; 
}

#nav ul { 
display: none; 
position: absolute; 
left: 0; 
margin: 0; 
padding: 0; 
}

* html #nav ul { 
line-height: 0; 
} /* IE6 "fix" */

#nav ul a {
 zoom: 1; 
 } /* IE6/7 fix */


/* Everything else is theming */
 #nav {
 height: 24px; 
 }

/*superposition image*/

.intitule, .intitule2{
font-family: Arial, Helvetica, sans-serif;
position:relative;
height:62px;
}

.img-over1, .img-over2, .img-over3, .img-over4, .img-over5, .img-over6, .img-over7{
	left: 0px;
	position: absolute;
	bottom: 0px;
}
.img-normal, .img-normal2, .img-normal3, .img-normal4, .img-normal5, .img-normal6, .img-normal7{
	left: 0px;
	position: absolute;
	bottom: 0px;
}

.link_menu {
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:62px;
	vertical-align:middle;
	text-align:center;
	text-decoration:none;
	font-family:'DaxOT Regular';
	font-size:18px;
	line-height:91px;
	color:#fff;
}

.conteneur {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	height:24px;
	margin:0px;
	padding:0px;
	filter: alpha(opacity=80);
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
}

.img-over_ss-menu {
	left:0px;
	bottom:0px;
}

.link_ss-menu {
    position:absolute;
	z-index:3000;
	left:0;
	bottom:0;
	height:24px;
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#FFFFFF;
	vertical-align:middle;
	text-align:left;
	font-family:DaxOT Regular;
	font-size:12px;
	line-height:11px; 
	padding-left:14px;
}

.Menu{
	z-index:100;
}
#menu_01{
margin-left:20px;
}


#picto-01 {
	color:#CCC;
	text-decoration:none;
	display:block;
	background-image:url(../images/menu/picto-home-01.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	height:14px;
	line-height:16px;
}

#picto-02 {
	color:#CCC;
	text-decoration:none;
	display:block;
	background-image:url(../images/menu/picto-fw-01.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	float:right;
    height:14px;
	line-height:16px;
}

#picto-01:hover {
	color:#FFF;
	background-image:url(../images/menu/picto-home-012.gif);
	background-repeat:no-repeat;
}

#picto-02:hover {
	color:#FFF;
	background-image:url(../images/menu/picto-fw-012.gif);
	background-repeat:no-repeat;
	float:right;
}







