
/*----------------------------------------------------------------------------
menu dynamique horizontale
----------------------------------------------------------------------------*/
/*----------------------specification barre de navigation----------------------------------*/
#navigation ul {
   position: absolute;
   height: 20px;
   padding: 0px 0 0;
   margin: 0;
   list-style-type: none;
   font-size: 14px;
   background-color: #310031;
}
ul:hover {
}
/*----------------------Largeur et hauteur liens----------------------------------*/
li {
   float: left;
   width: 150px;
   line-height: 20px;
   text-align: center;
   list-style: none;
}
/*----------------------specification texte lien----------------------------------*/
a {
   display: block;
   height: 20px;
   text-decoration: none;
   color: #ffffff;
}
/*----------------------couleur du fond au passage de la sourie----------------------------------*/
a:hover {
   background-color: #844200;
   color: #ffffff;
}
/*----------------------bloc contenu droit----------------------------------*/
#contenu {
   font-size: 14px;
   text-align: left;
   color: #ffffff;
}
/*----------------------images de fond au passage de la sourie sur pellicule----------------------------------*/
#win1 a:hover {
   height: 100%;
   background : url('image/go.png') no-repeat;
}
#win2 a:hover {
   height: 100%;
   background : url('image/go.png') no-repeat;
}