/* css */


/* Page */
html {
    font-size: 100%;  /* normalement inutile : mais contre le bug dans I.E.*/
}
body {
    background-image:url('../images/logo.png') ;
    background-repeat: repeat;
    margin: 0;
    padding: 10px 20px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: .8em;
    line-height: 1.25;
    color : black;
}

#global {
    width: 1200px;
    margin: 0 auto;
}

.menuhoriz {
    width : 1200px;
    height: 50px;
    text-align: right;
    background-color: #d4f2fa;
    font: 1.1em sans-serif;
    color: #000066
}

.menuhoriz ul{
    display: table;
    width: 1200px;
    margin: 3px auto;

}