/*******************************************************************************selecteurs*/

/*
*{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        margin: 0;
        padding: 0;
}

*/
img{
        border: 0
}
body{
/*         text-align: center; */
        padding-bottom: 10px;
}
li{
        list-style-type: none;
}

a{
        color: #7D9FC8;        /*ok (bleu marine)*/        /*bleu marine*/
        text-decoration: none;
}
a:hover{
        text-decoration: underline
}

/******* structure globale *******/

#centrer{
        text-align: left;
        width: 740px;
        margin-left: auto;
        margin-right: auto;
}

/******* header *******/

#tabheader{
        margin-top: 10px;
        margin-bottom: 12px;
}
#tabheader td.cel_1{
        width: 122px;
        vertical-align: bottom;
}
#tabheader td.cel_1 img{
        margin-left: 20px;
}
#tabheader td.cel_2{
        width: 463px;
        vertical-align: bottom;
}
#tabheader td.cel_3{
        text-align: right;
}
#tabheader select{
        margin-right: 3px;
}
#tabformheader, #tabformheader2{
        margin-left: 34px;
}
.inputheader{
        margin-right: 3px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #4682b4; /*ok (gris)*/        /*gris */
        padding: 2px 5px;
        width: 89px;
        voice-family: "\"}\"";
        voice-family: inherit;
        padding: 2px 5px;
        width: 75px;
}
.vide{
}
#tabheader .margeright1, #tabformheader, #tabformheader2{
        margin-right: 6px;
}

