body
{
background-color: /*#e3e5d8*/white;
color : #87a474;
text-decoration : none;
text-align : center ;
font-family : "century gothic";

}
a
{
color : #87a474;
font-weight: bold;
}
/*
h1
{
margin-top: 80px;
}*/
.div_page
{
position : absolute;
top :0px;
/*bottom : 0px;*/
left : 0px;
width : 100%;/**/
overflow : auto;
padding : 0px;
min-height : 100%;
}
.div_construction
{
font-size : 2em;
/*position : absolute;
top : 15%;
z-index : 100;*/
}
.pied /* le pied de page*/
{
position : absolute;
bottom : 0;
left : 0px;
z-index : 10;
/*position: static;*/
/*float : left;
clear:both; pour qu'il soit bien en dessous de tous les flottants*/
background-color:#585649; /*couleur de fond*/
border-top:4px black solid; /* bordure d'en haut*/
margin:0px; /* marge extérieur bas de 0px, pour qu'il colle bien en bas de la page*/
padding-bottom: 10px; /*une marge intérieure haut, pour que le texte soit plus ou moins centré verticalement*/
width : 100%;
}
.pied p /* les paragraphe du pied*/
{
color: black; /* couleur de la police*/
font-size: 0.8em; /* une police un peu plus petite*/
font-family:verdana; /* la police*/
text-align:center; /* un texte centré*/
margin-bottom:0px; /*pour qu'ils n'aient pas de marge extérieure bas*/
}