body { behavior: url("/theme/csshover3.htc"); } 

#Div_Panier { background-color:transparent;
               background-color:#E6E6E6;
              }
              
#Div_Panier_Retour { background-color:black;
                  color: white;
                  font: bold 20px Verdana; 
                  position:absolute;
                  height:100%;
                  width:100%;
                  left:0px;
                  opacity: 0.5;
                  filter:alpha(opacity=50);
                 }            

#Div_Message_Paypal {
              width: 100%;
              height:100%;
              position:fixed;
              top:50%;
             }
             
#Div_Message {
              width: 100%;
              height:100%;
              position:fixed;
              top:50%;
             }             
                 
div#header {
          top:130px;
          position:absolute;
          width: 200px;
          background-color:transparent;
         }
         
        

div#header ul {
             padding: 0;
             width: 185px;
             margin:0px;
             text-align:left;
            }

div#header ul li a:hover {
 background-color:#f8b334;
 }
 
/*On positionne les elements du header */
div#header ul li {
                position:relative;
                list-style: none; /*on enleve les icones de liste */
                border-bottom:0px solid; /*ajout d'une bordure de separation d'element:*/
               }
               
div#header ul li:hover ul {
   display:block;
  }               

div#header ul ul {
                position: relative;
                top: 0;
                display:none;
                left: 15px; /*100px correspond au décalage a droite, on décale de la taille du ul de base*/
                background-color:transparent;
                width:185px ;
               }  



div#header ul li a {
               text-decoration: none; /* plus de soulignement pour les liens */
               padding: 4px 0 4px 8px;
               display:block;
               border-left: 0px solid;
               border-left-color:#E2007B;
               width:178px ;
               height:30px;
               color:#000000;
               font-family: verdana;
               font-size:12px;
              }
              

div#header ul ul li a {
               text-decoration: none; /* plus de soulignement pour les liens */
               padding: 4px 0 4px 8px;
               display:block;
               border-left: 0px solid;
               border-left-color:#dfdb00;
               width:163px ;
               height:30px;
               color:#000000;
               font-family: verdana;
               font-size:12px;
              }              
              
div#header li a:hover {
               border-left-color: #E2007B; 
              }                            
              
div#header ul ul li a:hover {
                           border-left-color: #dfdb00;
                          } 





