body
{
    margin:0;
    padding:0;
    font-family:"arial";
}


html, body 
{
    background-color: #fff;
    color: #0a2769;
    font-family: "arial";
    height: 100%;
    width: 920px;
    margin: auto;
    text-align: justify;
}

.menu
{
    text-align:center;
}

.menu ul a
{
    line-height:20px;
    padding:5px;
}

.one {}

.wrapper
{
    width:920px;
    margin:0 auto;
}

.wrapper h1
{
    font-size:18px;
}

.main-content
{
    text-align:center;
    height:100%;
}

.menu_categorie
{
    /*float:left; 
    font-size:12px;*/
}

.footer 
{
    text-align:center;
    padding:10px 0;
}

.clear
{
    clear:both;
}

.main-content .header
{
    background-image:url(/images/header.jpg);
}

div#menu_flottant2 {font-size: 22px; text-align:center;}


a:link { font-weight:500 ; color: #0a2769;}
a:visited {color: #0a2769; }
a:hover { color: red ; text-decoration: none ; }



#tooltip {
   position:absolute;
   visibility:hidden;
}

div#tooltip {
   position:absolute;
   visibility:hidden;
   z-index:100;
   background-color:#e8e8e9;
   border:1px solid black;
   padding:0.2em;
   font-size:0.8em;
}




