
/* Menu horizontal rouge*/
#tabs  {
float: left;
margin: 42px 0 0 25px ;
padding: 0;
list-style-type: none;
}
#tabs li{
background: #E8400F url("../../img/educatop/tab-left-inactive.gif") top left no-repeat;
display: inline;
float: left;
margin: 0 0 0 1px ;
}
#tabs li a{
background: transparent url("../../img/educatop/tab-right-inactive.gif") top right no-repeat;
text-align: center;
padding:  6px 10px 8px 10px;
height: 14px;
float: left;
color: #FEE0CA;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}
#tabs li a:hover{
color: white;
border: none;
font-weight: bold;
}
#tabs li.current{
background: white url("../../img/educatop/tab-left.gif") top left no-repeat;
float: left;
height: 28px;
padding: 0;
margin: 0 0 0 1px;
font-weight: bold;
}
#tabs li.current a{
background: transparent url("../../img/educatop/tab-right.gif") top right no-repeat;
text-align: center;
padding:  6px 10px 8px 10px;
height: 14px;
float: left;
color: #FA3700;
text-decoration: none;
font-size: 14px;
}
#tabs li.current a:hover{
color: #FA3700;
}
/* Hack IE pour les onglets */
*HTML #tabs li a, *HTML #tabs li.current a{
padding:  6px 10px 6px 10px;
}


/* Menu horizontal bleu*/
#tabs-bleu  {
float: left;
margin: 42px 0 0 10px ;
padding: 0;
list-style-type: none;
}
#tabs-bleu li{
background: #E8400F url("../../img/educatop/tab-left-inactive-bleu.gif") top left no-repeat;
display: inline;
float: left;
margin: 0 0 0 1px ;
}
#tabs-bleu li a{
background: transparent url("../../img/educatop/tab-right-inactive-bleu.gif") top right no-repeat;
text-align: center;
padding:  6px 10px 8px 10px;
height: 14px;
float: left;
color: #FEE0CA;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}
#tabs li a:hover{
color: white;
border: none;
font-weight: bold;
}
#tabs-bleu li.current{
background: white url("../../img/educatop/tab-left.gif") top left no-repeat;
float: left;
height: 28px;
padding: 0;
margin: 0 0 0 1px;
font-weight: bold;
}
#tabs-bleu li.current a{
background: transparent url("../../img/educatop/tab-right.gif") top right no-repeat;
text-align: center;
padding:  6px 10px 8px 10px;
height: 14px;
float: left;
color: #FA3700;
text-decoration: none;
font-size: 14px;
}
#tabs-bleu li.current a:hover{
color: #FA3700;
}
/* Hack IE pour les onglets */
*HTML #tabs-bleu li a, *HTML #tabs-bleu li.current a{
padding:  6px 10px 6px 10px;
}



/* Menu lateral */

.right-menu  {
    margin: 0;
float: left;
padding: 0;
list-style-type: none;
}
.right-menu  li{
background: #E8400F url("../../img/educatop/button.gif") top left no-repeat;
display: block;
float: left;
width: 265px;
height: 32px;
margin: 0;
padding: 0 0 0 15px;
}
.right-menu  li a{
line-height: 0;
padding: 15px;
font-weight: bold;
float: left;
text-decoration: none;
}

/* Sous menu page produit */
#sub-menu  {
width: 898px;
margin: 0 0 20px 0;
float: left;
padding: 1px 1px 1px 150px;
list-style-type: none;
border-bottom: solid 1px #DDDDDD;
display: inline;
}
#sub-menu  li{
/*background: #E6E6E6;*/
float: left;
height: 22px;
margin: 0 2px 0 0;
padding: 0 15px 0 15px;
}
#sub-menu li a{
line-height: 0;
padding: 10px 5px;
font-weight: bold;
float: left;
text-decoration: none;
color: #847f74; /*#666666;*/
}
#sub-menu li.current{
background: #FCEDCC; /*#FEE5D4;*/
}
#sub-menu li.current a{

color: #D22F00; /*#FA3700;*/
}

/* Menu Index page produit */
#menu-index  {
float: left;
width: 510px;
margin: 10px 0 0 0;
padding: 0 0 0 10px;
list-style-type: none;
background: url("../../img/educatop/tab-index-bg.gif") repeat-x;
height: 25px;
}
#menu-index  li{
background: url("../../img/educatop/tab-index-gray-left.gif") top left no-repeat;
display: inline;
float: left;
margin: 0 0 0 1px ;
height: 25px;
}
#menu-index  li a{
background:  url("../../img/educatop/tab-index-gray-right.gif") top right no-repeat;
text-align: center;
padding:  6px 10px 8px 10px;
float: left;
color: white;
text-decoration: none;
font-size: 13px;
}
#menu-index  li a:hover{
color: white;
border: none;
}
#menu-index  li.current{
background:  url("../../img/educatop/tab-index-white-left.gif") top left no-repeat;
float: left;
font-weight: bold;
padding: 0;
margin: 0 0 0 1px;
}
#menu-index  li.current a{
background:  url("../../img/educatop/tab-index-white-right.gif") top right no-repeat;
text-align: center;
padding:  6px 10px 8px 10px;
float: left;
color: #FA3700;
text-decoration: none;
font-size: 13px;
}
#menu-index  li.current a:hover{
color: #FA3700;
}


