/*Menu*/

a {
outline:none;
}
#menu{
text-align: center;
width: 500px;
height: 57px;
margin-left: 253px; /*pour ff, sinon 128 pour ie*/
margin-top: -32px;
position:absolute;
/*background: url(../images/menu_bg.jpg) repeat-x bottom;*/
}
	
#onglets {
list-style:none; 
height:45px;
margin:0;
padding:0;
}
#onglets li {
float:left;
margin-right:2px;
}
#onglets li a {
display:block; 
position:relative; 
text-decoration:none;
}
#onglets li a em {
display:block;
height:45px; 
float:left; 
padding: 0 10px; 
background:url(../images/mid_bg.png) center top repeat-x;
position:relative; 
font-size:13px;
font-weight:bold; 
font-style: normal;
color:#666666; 
line-height:55px;
}
#onglets li a b {
display:block; 
float:left;
width: 10px; 
height:45px; 
background:url(../images/left_bg.png) left top;
position:relative; 
}
#onglets li a span {
display:block; 
float:left;
width:10px; 
height:45px; 
background:url(../images/right_bg.png) right top;
position:relative; 
}
#onglets li a:hover {
border:0; 
cursor:pointer;
}
#onglets li a:hover b {
background-position:left bottom;
}
#onglets li a:hover span {
background-position:right bottom;
}
#onglets li a:hover em  {
background-position:center bottom; 
color: #000000;
line-height:45px;
}
#onglets li a.active, #onglets li a.active:hover {
border:0;
cursor:default;
}
#onglets li a.active b, #onglets li a.active:hover b {
background-position:left bottom;
}
#onglets li a.active span, #onglets li a.active:hover span {
background-position:right bottom;
}
#onglets li a.active em, #onglets li a.active:hover em  {
background-position:center bottom; 
color:#000000;
line-height:45px;
}