/* Style initial */
body {
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
    background-color: #1065BD;
    margin: 0 auto;
    padding: 0 auto;
    width: 100%;
    color: #000000;
}
p {
    margin: 0 auto;
    padding: 0 auto;
}
/* Styles généraux */
.main_text{
    padding: 0 10px 0 10px;
}
div.infos {
    padding: 10px;
}
div.lien_mod {
    clear: both;
    text-align: left;
    padding: 5px 0 5px 50px;
    height: 30px;
}
div.lien_mod span.object{
    position: absolute;
    left: 300px;
}
#language {
    position: absolute;
    left: 3px;
    top: 12px;
}
#language a.choix_fr, #language2 a.choix_fr {
    background: url(../images/fr.jpg) 0 0 no-repeat;
    height: 30px;
    width: 35px;
    float: left;
}
#language a.choix_en, #language2 a.choix_en {
    background: url(../images/en.jpg) 0 0 no-repeat;
    height: 30px;
    width: 35px;
    float: left;
}
#language a.choix_nl, #language2 a.choix_nl {
    background: url(../images/nl.jpg) 0 0 no-repeat;
    height: 30px;
    width: 35px;
    float: left;
}
#language a.choix_es, #language2 a.choix_es {
    background: url(../images/es.jpg) 0 0 no-repeat;
    height: 30px;
    width: 35px;
    float: left;
}
#language span a:hover,#language2 span a:hover {
    background: url(../images/none.jpg) 0 0 no-repeat;
    width: 35px;
    float: left;
}
span.copyright {
    font-size: 8pt;
    position: absolute;
    top: 480px;
    left: 15px;
}
span.label {
    float: left;
    width: 50%;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    cursor: pointer;
    font-weight: bold;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
input{
    font-size: 10px;
}
/* Referencement */
#pieddepage {
    display:none;
}
