#menu_deroulant table {
	background-color: white;
	font-size:10px;
	padding-left: 4px;
}
	
#menu_deroulant td{
	font-size:10px;
}
	
#menu_deroulant .fleche {
	background-color: #6671AF;
	border: 1px solid #6671AF;
}

#menu_deroulant {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	text-align: left;
	cursor: pointer;
	font-weight: bold;
	z-index: 95;
}	
	
#menu_deroulant ul, #menu_deroulant li, #menu_deroulant tr {
	list-style-type: none;
	margin: 0pt;
   	padding: 0pt;
	border: none;
}
	
#menu_deroulant .offer{
	overflow: hidden;
	font-size: 15px;
	background-color:  #6671AF;
	color: #FFFFFF;
	font-weight:bold;
}
		
#menu_deroulant .entete {
	width: 90%;
	background: #697092;
}
		
#menu_deroulant ul {
	border-left : 1px solid #6672AF;
	border-top : 1px solid #6672AF;
	border-right : 1px solid #6672AF;
}

#menu_deroulant li {
	background: #eee;
	border: none;
	border-bottom : 1px solid #6672AF;
	background: #eee;	
}
	
#menu_deroulant ul li a, #menu_deroulant .ssmenu a {
	text-decoration: none;
	text-align:left;
	padding-left:5px;
	color: #888;
	font-weight: normal;	
	font-size:10px;
}
	
#menu_deroulant ul ul{
	position: absolute;
	left: 183px;
	display: none;	
}
	
#menu_deroulant ul li a:hover, #menu_deroulant ul li:hover {
	background: #6672AF;
	color : black;
}
	
#menu_deroulant tr a{
	text-decoration:none;
	color: #FFFFFF;
	width:100%;
}

.sousMenuUl {

	margin: 0pt;
   	padding: 0pt;
 	list-style-type: none;
	text-decoration: none;
	text-align:left; 
	color: #888;
	font-size:10px;
	font-weight: none;
	cursor: pointer;
	border-top : 1px solid #6672AF;
	

}

.sousMenuLi:hover {

	background: #6672AF;
	color : black;
	margin: 0pt;
   	padding: 0pt;
	width: 100%;
}

.sousMenuLi {
	margin: 0pt;
   	padding: 0pt;
	font-size:10px;
	font-weight: none;
	background: #eee;
	border-bottom : 1px solid #6672AF;
	border-left : 1px solid #6672AF;
	
	border-right : 1px solid #6672AF;
	background: #eee;
	height: 100%;
	width: 100%;

}

.sousMenuA {

	text-decoration:none;
	width:100%;
	padding-left:5px;
	color: #888;
	font-weight: normal;	
	font-size:10px;
	height: 100%;
}

.sousMenuA:hover {

	text-decoration:none;
	width:100%;
	padding-left:5px;
	color: #888;
	font-weight: normal;	
	font-size:10px;
	height: 100%;
}

.sousMenuA:link {

	text-decoration:none;
	width:100%;
	padding-left:5px;
	color: #888;
	font-weight: normal;	
	font-size:10px;
	height: 100%;
}

.sousMenuA:visited {

	text-decoration:none;
	width:100%;
	padding-left:5px;
	color: #888;
	font-weight: normal;	
	font-size:10px;
	height: 100%;
}





#menu_deroulant ul li:hover > ul {display:block;}
