html, body {
  height: 100%;
}

#menu_en_tete_page
{
   text-align: left;
   float: left;
   margin: 0;
   width: 100%;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   list-style-type: none;
   padding: 10px 0px 4px 10px;
   overflow: hidden;
}
#menu_en_tete_page li
{
   float: left;
}
#menu_en_tete_page li a.active, #menu_en_tete_page li a:hover.active
{
   position: relative;
   font-weight: normal;
   text-decoration: none;
   z-index: 2;
}
#menu_en_tete_page li a
{
   padding: 5px 14px 8px 14px;
   margin-right: 3px;
   text-decoration: none;
   border-bottom: none;
   position: relative;
   top: 0;
   -webkit-transition: 200ms all linear;
   -moz-transition: 200ms all linear;
   transition: 200ms all linear;
}
#menu_en_tete_page li a:hover
{
   font-weight: normal;
   text-decoration: none;
   top: -4px;
}
#menu_en_tete_page
{
   border-bottom: 1px solid #0000CD;
}
#menu_en_tete_page li a.active, #menu_en_tete_page li a:hover.active
{
   background-color: #FFFFFF;
   background: -moz-linear-gradient(bottom,#C0C0C0 0%,#FFFFFF 100%);
   background: -webkit-linear-gradient(bottom,#C0C0C0 0%,#FFFFFF 100%);
   background: -o-linear-gradient(bottom,#C0C0C0 0%,#FFFFFF 100%);
   background: -ms-linear-gradient(bottom,#C0C0C0 0%,#FFFFFF 100%);
   background: linear-gradient(bottom,#C0C0C0 0%,#FFFFFF 100%);
   color: #666666;
}
#menu_en_tete_page li a
{
   border: 1px solid #0000CD;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   background-color: #000080;
   background: -moz-linear-gradient(bottom,#D2B48C 0%,#000080 100%);
   background: -webkit-linear-gradient(bottom,#D2B48C 0%,#000080 100%);
   background: -o-linear-gradient(bottom,#D2B48C 0%,#000080 100%);
   background: -ms-linear-gradient(bottom,#D2B48C 0%,#000080 100%);
   background: linear-gradient(bottom,#D2B48C 0%,#000080 100%);
   color: #EEEEEE;
}
#menu_en_tete_page li a:hover
{
   background: #C0C0C0;
   background: -moz-linear-gradient(bottom,#C0C0C0 0%,#C0C0C0 100%);
   background: -webkit-linear-gradient(bottom,#C0C0C0 0%,#C0C0C0 100%);
   background: -o-linear-gradient(bottom,#C0C0C0 0%,#C0C0C0 100%);
   background: -ms-linear-gradient(bottom,#C0C0C0 0%,#C0C0C0 100%);
   background: linear-gradient(bottom,#C0C0C0 0%,#C0C0C0 100%);
   color: #666666;
}

