
/* CSS Document */
* {
margin : 0;
}   

html, body  {
/*height : 100%;*/
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
color : #fff;
background-color : #98adba;
}
#push {
height : 160px;
text-decoration : none;
}
#header {
text-decoration : none;
width : 100%;
background-color : #333;
height : 150px;
}
#headerwrapper {
text-decoration : none;
width : 800px;
margin-right : auto;
margin-left : auto;
}
#content {
text-decoration : none;
width : 100%;
}
#contentwrapper {
text-decoration : none;
width : 800px;
margin-right : auto;
margin-left : auto;
}
#footer {
height : 160px;
background-color : #333;
width : 100%;
}
#footerwrapper {
text-decoration : none;
width : 800px;
margin-right : auto;
margin-left : auto;
} 
.spip{margin-top:10px;}
.spip_documents .spip{
margin-top:20px;
}
.spip_bouton{
float:right;
}
.spip_logos a{
border: none;
}
.spip_logos a:link{
border: none;
}
.spip_logos a:hover{
border: none;
}
.spip_logos a:visited{
border: none;
}
