/* CSS Document */


#sous-menu1 { 
	display:none;
	margin: 0; 
	padding : 0;
	position : absolute ; /* boite positionnee par rapport a la boite parent */
	top : 171px; /* Debut des sous-menus */
	left : 97px;/* Debut des sous-menus */
	width : 131px;/* largeur des sous-menus par rapport a la boite parent*/
	height:60px;
	border-width:1px;
	border-color:#0FA6E1;
	border-style:solid;
	z-index:3;
	list-style-type:none;
} 

#fond-sous-menu1 { 
	display:none;
	margin: 0; 
	padding : 0;
	position : absolute; 
	top : 168px;
	left : 97px;
	width : 132px;
	height:64px;
	border:0px;
	z-index:2;
	background-color:#FFF; 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
} 

#sous-menu2 { 
	display:none;
	margin: 0; 
	padding : 0;
	position : absolute ; /* boite positionnee par rapport a la boite parent */
	top : 171px; /* Debut des sous-menus */
	left : 229px;/* Debut des sous-menus */
	width : 109px;/* largeur des sous-menus par rapport a la boite parent*/
	height:90px;
	border-width:1px;
	border-color:#0FA6E1;
	border-style:solid;
	z-index:3;
	list-style-type:none;
} 

#fond-sous-menu2 { 
	display:none;
	margin: 0; 
	padding : 0;
	position : absolute; 
	top : 168px;
	left : 229px;
	width : 110px;
	height:94px;
	border:0px;
	z-index:2;
	background-color:#FFF; 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
} 


#sous-menu3 { 
	display:none;
	margin: 0; 
	padding : 0;
	position : absolute ; /* boite positionnee par rapport a la boite parent */
	top : 171px; /* Debut des sous-menus */
	left : 461px;/* Debut des sous-menus */
	width : 117px;/* largeur des sous-menus par rapport a la boite parent*/
	height:105px;
	border-width:1px;
	border-color:#0FA6E1;
	border-style:solid;
	z-index:3;
	list-style-type:none;
} 

#fond-sous-menu3 { 
	display:none;
	margin: 0; 
	padding : 0;
	position : absolute; 
	top : 168px;
	left : 461px;
	width : 118px;
	height:109px;
	border:0px;
	z-index:2;
	background-color:#FFF; 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
} 
