#fond {
    /*width:93%; Liquid*/
    width: 98%;
    margin: 0pt auto;
    padding-top: 7px;
}

#page {
    margin: 0pt auto;
    min-width:800px;
    /*width:85em;*/
    width: 990px;
    background-color: white;
    margin-top: 4px;
}

#header {
    clear:both;
    height: 98px;
    padding-bottom: 3px;
    width:990px;
    margin: 0px auto;
}

#content {
    clear:both;
    overflow:auto;
    min-height: 700px;
}

#footer {
    clear:both;
    line-height: 180%;
}

.content_colonne_1 {
    float: left;
    width:17%;
}

.content_colonne_2 {
    float: left;
    width:65.5%;
}

.content_colonne_1_et_2_et_3 {
    float: left;
    width:100%;
}

.content_colonne_2_et_3, .content_colonne_1_et_2 {
    float: left;
    width:83%;
}

.content_colonne_2_reduite {
    margin-left: 8px;
    margin-right: 8px;
    clear: both;
}

.content_colonne_3 {
    float: left;
    width:17.5%;
}

.content_colonne_1, .content_colonne_2, .content_colonne_3 {
    overflow: hidden;
}

.conteneur_simple{
    clear: both;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 6px;
}
.conteneur_au_milieu{
    clear: both;
    margin-left: 0px auto;
    margin-right: 0px auto;
}
div.separateur, div.separateur_visible {
    clear:both;
    font-size:0pt;
    height:10px;
    line-height:0pt;
    margin:0pt;
}
div.separateur_visible{
    border-bottom: 2px solid #DADADA;
    margin-bottom: 2px;
}

.content_colonne_2_haut div.separateur, div.separateur_visible {
    height:4px;
}
