/* CSS Document */


body {
width:100%; 
background: url(../images/bg_site.png) repeat-y;
background-position : top center;
margin: 0; 
padding: 0; 
font-family: "Times New Roman", Times, serif;
font-size:1em;
}

h1 { font-size:10pt; }
h2 { font-size:10pt; }
h3 { font-size:10pt; }

html {
font-size:100%;
}

a {
text-decoration:none
}

/* Code de dissimulation */

.hiddenStructure
{
display:block !important;
background-color:transparent !important;
background-image:none !important;
border:none !important;
width:1px !important;
height:1px !important;
overflow:hidden !important;
padding:0 0 0 0 !important;
margin:-1px 0 0 -1px !important;
list-style:none !important;
float:none !important;
/* IE 6 will otherwise show an empty line. */
position:absolute;
}
/* Compliant browsers. */
*[class=hiddenStructure]{position:relative !important;}


/* container general  */

#wrapper {
margin:0 auto 0 auto;
padding:0;
width:990px;
}

/* Header */

#wrapper #header {
display:none;
}



