
/******************** Menu ******************/
#menu{
	width: 29px;
	height:361px;
	float:left;
	margin-top:117px;
	margin-left:223px;
	position: absolute;
	z-index: 0;
	display:inline;
}
* html #menu{
	width: 29px;
	height:361px;
	margin-top:128px;
	margin-left:203px;
	position: absolute;
	display:inline;
	z-index:10;
}
#home,#menu2,#menu3,#menu4
{
	list-style-type:none;
	width:29px;
	height:87px;
	margin-bottom:4px;
	background-repeat: no-repeat;
}
#menu4 a,#home a
{	
	padding-bottom:230%;
	padding-right: 100%;
}
#home{cursor:pointer; background-image: url(../img/home_en.gif);}
#menu2{cursor:pointer; background-image: url(../img/company_en.gif);}
#menu3{cursor:pointer; background-image: url(../img/product_en.gif);}
#menu4{cursor:pointer; background-image: url(../img/location_en.gif);}

#home.selected{cursor:pointer; background-image: url(../img/s_home_en.gif) !important;}
#menu2.selected{cursor:pointer; background-image: url(../img/s_company_en.gif) !important;;}
#menu3.selected{cursor:pointer; background-image: url(../img/s_product_en.gif) !important;;}
#menu4.selected{cursor:pointer; background-image: url(../img/s_location_en.gif) !important;;}

#home:hover{cursor:pointer; background-image: url(../img/h_home_en.gif);}
#menu2:hover{cursor:pointer; background-image: url(../img/h_company_en.gif);}
#menu3:hover{cursor:pointer; background-image: url(../img/h_product_en.gif);}
#menu4:hover{cursor:pointer; background-image: url(../img/h_location_en.gif);}
/*********Sous Menu ***********/
.sous_menu{
	width:110px;
	list-style: none;
	border: #c7c7c7	 1px solid;
	border-right: #b7b7b7 1px solid;
	border-bottom: #707070 2px ridge;
	padding:6px;
	display: none;
	font-size:90%;
	font-weight: bold;
	z-index: 1;
	height:86px;/*En cas d'ajout d'un quatrième niveau sous-menu supprimer cette ligne*/

}
.sous_menu td{
	border-bottom:#9900cc 2px dotted;
	height: 17px;
	vertical-align:bottom;
}
.sous_menu tr:last-child td{
	border-bottom:none;
	vertical-align:top;
}
.sous_menu a{
        display:block;
        margin-bottom:3px;
        margin-top:2px;
        width:110px;
}
.sous_menu a:hover{
	background-color:#b8b8b8;
	cursor: pointer;
}
#sous_menu2{
	background-color:#eaeaea;
	position:absolute;
	margin-top:208px !important;
	margin-top:222px;
}
#sous_menu3{
	background-color:#eaeaea;
	position:absolute;
	margin-top:299px !important;
	margin-top:312px;
}
#sous_menu4{
	background-color:#eaeaea;
	position:absolute;
	margin-top:390px !important;
	margin-top:403px;
}
