/* fond bleu foncé  #002052 */
/* texte bleu foncé  #369 */
/* rouge  #c00 */

body{
    text-align:center;
    background-color:#002052;
}

.header{
    background:url('/medias/site/bg_header.jpg') top left no-repeat;
    width:1000px;
    height:120px;
    margin:auto;
}
.contenu{
    width:998px;
    border:1px solid black;
    border-top:none;
    background:white;
    margin:auto;
}
div.header img.pro{
    float:right;
}

div.header ul{
    padding-top:100px;
    margin-left:20px;
}
div.header ul li{
    display:block;
    float:left;
    height:20px;
    line-height:20px;
    background-position: top left;
    background-repeat: no-repeat;
    width:70px;
    text-align:center;
    margin-right:4px;
}
div.header ul li a{
    font-variant: small-caps ;
    color:white;
    font-size:13px;
}
div.header ul li.home{
    background-image:url(/medias/site/bg_li_home.gif);
    width: 58px;
    margin-right:144px;

}
div.header ul li.promo{
    background-image:url(/medias/site/bg_li_promo.gif);
    width:166px;
}
div.header ul li.choisir{
    background-image:url(/medias/site/bg_li_choisir.gif);
    width:87px;
}
div.header ul li.flyers{
    background-image:url(/medias/site/bg_li_flyers.gif);
    width:59px;
}

#menuChoisir{
    background: orange;
    display: none ; 
    line-height: 25px;
    padding: 0 5px 10px 5px ;
    position: absolute;
    margin: auto;
    top: 20px;
    left: 0;
    width: 130px;
}
#menuChoisir a{
    color: white;
    display: block;
    float:left;
    margin: 0 5px;
    padding-top:5px;
}
#menuChoisir a.close{
    color: gray;
    display: block;
}
#menuChoisir a:hover{
    color: black;

}

div.header ul li.top{
    background-image:url(/medias/site/bg_li_top.gif);
    width:112px;
}
div.header ul li.faq{
    background-image:url(/medias/site/bg_li_faq.gif);
    width:48px;
}
div.header ul li.themes{
    background-image:url(/medias/site/bg_li_themes.gif);
    width:90px;
}
div.header ul li.infos{
    background-image:url(/medias/site/bg_li_infos.gif);
    width:109px;
}



table,
table tr,
table tr td,
table tr th{
    margin:0;
    padding:0;
    vertical-align:top;
}

