/* 
**************************
Structure IFEParis.org
**************************
(C)Siloh 2007
http://www.siloh.fr
Certains droits réservés:
Creative-Commons BY-NC-SA 
**************************
*/

#page {
z-index: 1;
position: relative; 
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
border-top: 1px solid #f5b407;
border-bottom: 1px solid #f5b407;
background: #ffffff url(img/spectre.png) no-repeat top left;
}

#tete {
/*width: 100%;*/
height: 94px;
overflow: hidden;
background: url(img/bandeau.png) no-repeat top right;
}

#tete-gauche {
float: left;
height: 100%;
width: 143px;

}

#tete-gauche img {
margin-top: 10px;
margin-left: 30px;
border: 0;
}

#tete-droite {
float: right;
height: 100%;
width: 150px;
}

#tete-centre {
height: 100%;
color: #ede9e2;
overflow: hidden;
}

#corps {
}

/* Trois colonnes de longueurs égales.... */
#fond-colonnes-gauche-centre {
    width: 100%;

}

#fond-colonne-droite {
    background: url(img/colonne-droite.png) repeat-y right;
    width: 100%;
}

#bas-colonnes {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}


#corps-gauche {
float: left;
width: 143px;
}

#corps-droit {
width: 150px;
float: right;
}

#corps-centre {
z-index: 2;
padding-top: 20px;
padding-left: 30px;
padding-right: 30px;
margin: 0;
height: 100%;
/* Création contexte de formattage bloc */
overflow: hidden;
background: url(img/points.png) repeat-y;
}

#corps-large {
clear:both;
padding-left: 20px;
padding-right: 20px;
margin-right: 10px;
margin-left: 150px;
text-align: left;
}

#pied {
clear: both;
margin-top: 20px;
border-top: 1px solid #006892;
}

#pied-gauche {
float: left;
height: 40px;
width: 143px;
}

#pied-droit {
float: right;
height: 40px;
width: 143px;
}

#pied-centre {
height: 40px;
vertical-align: bottom;
text-align: center;
overflow: hidden;
}
