/*
Menu related selectors
*/

hr{ /* separateur menu vertical */
    color:#F10000;
    height:1px;
}

.jsdomenudiv {
  background-color: transparent;                                /* COULEUR DE FOND MENUS */
  /*background-image: url(../images/bande_verticale.png);*/     /* IMG BANDE GAUCHE MENU */
  background-image: url(../images/fond_menu_vertical.png);
  background-repeat: repeat-y;
  border: 1px solid #F10000;                                    /* COULEUR DE CONTOUR MENUS*/
  cursor: default;
  padding-bottom: 1px;
  padding-top: 1px;
  position: absolute; /* Do not alter this line! */
  visibility: hidden;
  z-index: 10;
}

.jsdomenuitem {                                      /* ITEM OUT  */
  background-color: transparent;                     /* NE PAS MODIDIFIER*/
  border: none;
  color: #F6DD43;                                    /* COULEUR FONT*/
  font-family:Arial; /* Tahoma, Helvetica, sans, Arial, sans-serif*/
  font-size: 12px;                                   /* NE PAS MODIDIFIER*/
  font-weight:bold;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 3px;
  position: relative; /* Do not alter this line! */
}

.jsdomenuitemover {                                  /* ITEM OVER  */
  background-color: #F6DD43;                         /* COULEUR FOND FOCUS */
  border: 1px solid #5F2301;                         /* COULEUR BORD FOCUS */
  color: #5F2301;                                    /* COULEUR FONT FOCUS*/
  font-family: Arial;
  font-size: 12px;
  font-weight:bold;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 2px;
  padding-left: 28px;
  padding-right: 15px;
  padding-top: 2px;
  position: relative; /* Do not alter this line! */
}

.jsdomenuarrow {
  background-image: url(../images/bullet_out.png);   /* BULLET DROITE ITEM OUT */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 7px;
  width : 7px;
  position: absolute;           /* Do not alter this line! */
  right: 8px;

}

.jsdomenuarrowover {
  background-image: url(../images/bullet_in.png);     /* BULLET DROITE ITEM OVER */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 7px;
  width:  7px;
  position: absolute; /* Do not alter this line! */
  right: 8px;
}

.jsdomenusep {
  padding-left: 28px;
}

.jsdomenusep hr {
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
  background-color: #ECE9D8;
  background-image: url(../images/carrevert.png);
  background-position: left;
  background-repeat: no-repeat;
  border: 1px outset;
  cursor: default;
  padding-bottom: 3px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 3px;
  position: absolute; /* Do not alter this line! */
  visibility: visible;
}

.jsdomenubardragdiv {
  cursor: move;
  display: inline;
  font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  position: relative; /* Do not alter this line! */
  visibility: hidden;
  width: 9px;
}

.jsdomenubaritem {
  background-color: #EFEDDE ;
  border: none;
  color: #000000;
  display: inline;
  font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 2px;
  padding-left: 24px;
  padding-right: 10px;
  padding-top: 2px;
  position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
  background-color: #C1D2EE;
  border: 1px solid #316AC5;
  color: #000000;
  display: inline;
  font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 2px;
  padding-left: 23px;
  padding-right: 9px;
  padding-top: 2px;
  position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
  background-color: #EFEDDE;
  border: 1px solid #8A867A;
  color: #000000;
  display: inline;
  font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
  font-size: 12px;
  padding-bottom: 2px;
  padding-left: 23px;
  padding-right: 9px;
  padding-top: 2px;
  position: relative; /* Do not alter this line! */
}

/*
Example of selectors for icons. Change the height and width to match the actual 
height and width of the icon image.
*/
.icone_out1 {
  background-image: url(../images/icone_out1.png);             /* ICONE OUT 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}
.icone_in1 {
  background-image: url(../images/icone_in1.png);              /* ICONE IN 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}



.icone_out2 {
  background-image: url(../images/icone_out2.png);             /* ICONE OUT 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}
.icone_in2 {
  background-image: url(../images/icone_in2.png);              /* ICONE IN 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}


.icone_out3 {
  background-image: url(../images/icone_out3.png);             /* ICONE OUT 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}
.icone_in3 {
  background-image: url(../images/icone_in3.png);              /* ICONE IN 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}


.icone_out4 {
  background-image: url(../images/icone_out4.png);             /* ICONE OUT 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}
.icone_in4 {
  background-image: url(../images/icone_in4.png);              /* ICONE IN 1 */
  background-repeat: no-repeat; /* Do not alter this line! */
  height: 16px;
  width:  16px;
  left: 4px;
  position: absolute; /* Do not alter this line! */
}


