body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#336699;
    margin: 0;
    text-align: center;
}

.body-content {
    margin: 0 auto;
    max-width: 1024px;
    min-width: 750px;
    text-align: left;

}

.entete {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius : 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius : 20px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius : 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius : 5px;
    /*-moz-border-radius: 10px 200px 200px 10px;
    -webkit-border-radius: 10px 200px 200px 10px;
    -khtml-border-radius: 10px 200px 200px 10px;*/
    background:url(../IMG/bandeau_presentation.png);
    border-color:#333333;
    border:solid 2px;
    text-align: center;
}

a {
    font-size:12px;
    text-decoration:none;
}

a:hover {
    text-decoration: none;
}

input.big {
    width: 100px;
}

input.small {
    width: 50px;
}

a img {
    border:none;
}

.marquee_header {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:x-large;
}

th {
    border: 1px solid #888;
    background:#CCCCCC;
    padding: 0.5em;
}
td {
    border: 1px solid #eee;
    padding: 0.5em;
}

tr:hover {
    border: 1px solid #eee;
    padding: 0.5em;
    background-color:#FFFFCC;
}

.diverr {
    padding:20px 0px 15px 0px;
    text-align:center;
    color:yellow;
    background-color:red;
    font-size:large;
}

input.loginput {
    width: 50px;
    height:12px;
    font-size:9px;
}

.fancybox_title img, span {
    vertical-align: middle;
    display: inline-block;
}

.buttonLogin {
    width:22px;
    height:20px;
    background:url(../IMG/door_in.png);
    color:#000000;
    background-repeat:no-repeat;
    background-position:center;
}

.buttonLogout {
    width:22px;
    height:22px;
    background:url(../IMG/door_out.png);
    color:#000000;
    background-repeat:no-repeat;
    background-position:center;
}

.buttonDebug {
    width:22px;
    height:22px;
    background:url(../IMG/script_gear.png);
    color:#000000;
    background-repeat:no-repeat;
    background-position:center;
}

.buttonAdmin {
    width:24px;
    height:24px;
    background:url(../IMG/database_gear.png);
    color:#000000;
    background-repeat:no-repeat;
    background-position:center;
}

.buttonLogin:hover, .buttonLogout:hover, .buttonDebug:hover, .buttonAdmin:hover {
    background-color:#1E22FF;
    border-color:#9596FF;
    color:#FFFFFF;
}