<!--
/* set up the overall width of the menu div, the font and the margins with a relative position*/
.menu {
font-family: verdana, arial, sans-serif; 
width:480; 
margin:0; 
position:relative;
z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
border:0px none;
}
/* float the list so that the items are in a line */
.menu ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
	border-left:0px solid #fff;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:0px solid #fff;
	display:block;
	text-align:center;
	text-decoration:none;
	width:118px;
	height:27px;
	color:#fff;
	background: url(../onglet/fd_1.gif);
	line-height:25px;
	font-size:9px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
width:118px;
height:27px;
background: url(../onglet/fd_2.gif); 
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:28px; 
left:0; 
text-align:left;
z-index:100;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu ul li:hover ul li {
background:#fff; 
color:#000;
padding:10px;
width:450px;
height:497px;
overflow:auto;
border:7px solid #CAD2E8;
} 
/*#5477d0
/*float the image left with padding and no border */
.menu ul li:hover ul li img {
float:left; 
border:0px none;; padding-left:0; padding-right:10px; padding-top:10px; padding-bottom:10px
}
/* style the paragraph font height */
.menu ul li:hover ul li p {
font-size:10px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:inline;
background:#fff;
color:#000;
text-decoration:none;
border:0px none;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
text-decoration:none; 
color:#000;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}
.cadre_bleu {
padding:0; 
margin:0;
list-style-type: none;
border:7px solid;
border-color: #CAD2E8
}
