/*
#menu{
 float:left;
 margin-top:5px;
 font-size:90%;}
#menu ul{
 margin-left:2px;/* ne fonctionnent pas avec firefox * /
 /*parddin-left:2px;/* ne fonctionnent pas avec firefox * /
}
#menu ul li{
 list-style:none;
 margin-bottom:4px;}/*4px* /
#menu ul li ul li{
 margin-bottom:0;}
*/
#onglet_1 a{
 text-decoration:none;
 width:150px;
 height:20px;
 padding-left:10px;
 display:block;
 color:white;
 background-color:#A92112;
 background:url(../images/menu/menu_off_1.png) no-repeat top center;
 font-weight:bold;
 font-size:125%;
}
#onglet_1 a:hover{
 text-decoration:none;
 color:#white;/*#1111BB*/
 font-size:125%;/*140*/
 background:url(../images/menu/menu_on.png) no-repeat top center;
}
#onglet_2 a{
 text-decoration:none;
 width:150px;
 height:20px;
 padding-left:10px;
 display:block;
 color:white;
 background-color:#A92112;
 background:url(../images/menu/menu_off_2.png) no-repeat top center;
 font-weight:bold;
 font-size:125%;
}
#onglet_2 a:hover{
 text-decoration:none;
 color:#FFFFFF;/*#1111BB*/
 font-size:125%;/*140*/
 background:url(../images/menu/menu_on.png) no-repeat top center;
}
#onglet_3 a{
 text-decoration:none;
 width:150px;
 height:20px;
 padding-left:10px;
 display:block;
 color:white;
 background-color:#A92112;
 background:url(../images/menu/menu_off_3.png) no-repeat top center;
 font-weight:bold;
 font-size:125%;
}
#onglet_3 a:hover{
 text-decoration:none;
 color:#FFFFFF;/*#1111BB*/
 font-size:125%;/*140*/
 background:url(../images/menu/menu_on.png) no-repeat top center;
}
#onglet_4 a{
 text-decoration:none;
 width:150px;
 height:20px;
 padding-left:10px;
 display:block;
 color:white;
 background-color:#A92112;
 background:url(../images/menu/menu_off_4.png) no-repeat top center;
 font-weight:bold;
 font-size:125%;
}
#onglet_4 a:hover{
 text-decoration:none;
 color:#FFFFFF;/*#1111BB*/
 font-size:125%;/*140*/
 background:url(../images/menu/menu_on.png) no-repeat top center;
}
#onglet_5 a{
 text-decoration:none;
 width:150px;
 height:20px;
 padding-left:10px;
 display:block;
 color:white;
 background-color:#A92112;
 background:url(../images/menu/menu_off_5.png) no-repeat top center;
 font-weight:bold;
 font-size:125%;
}
#onglet_5 a:hover{
 text-decoration:none;
 color:#FFFFFF;/*#1111BB*/
 font-size:125%;/*140*/
 background:url(../images/menu/menu_on.png) no-repeat top center;
}
#onglet_plus a{
 text-decoration:none;
 width:150px;
 height:20px;
 padding-left:10px;
 display:block;
 color:white;
 background-color:#A92112;
 background:url(../images/menu/menu_off.png) no-repeat top center;
 font-weight:bold;
 font-size:125%;
}
#onglet_plus a:hover{
 text-decoration:none;
 color:#FFFFFF;/*#1111BB*/
 font-size:125%;/*140*/
 background:url(../images/menu/menu_on.png) no-repeat top center;
}