
body {
/*définition typo ,marge,fondet couleur police...*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
margin-top: 0px;
margin-bottom: 0px;
text-align:center;
background-color:#3A3A3A;
color: #000000;
}


/*tout le contenu du site avec les double bordure*/
#conteneur {
width: 1000px;
height: 710px;
border: 0px;

margin-left:auto;
margin-right:auto;
text-align:left;
/*background: transparent url(img/page.jpg) top center repeat-y;*/
background-color:#cc0000;
}


