@charset "utf-8";
/* CSS Document */
/* Propriétés CSS communes à tous les scripts */
html, body {
/* height:100%; */
margin:0;
padding:0;
font:90% Verdana, Arial, Helvetica, sans-serif;
background:#fff url(../images/fond_jaune_clair.jpg) repeat-x;	
}



/* Conteneur */
div#conteneur {
/* min-height:100%; */
width:770px;
padding:0;
margin:0 auto;
position:relative;	
}



/* Corps */
div#corps {
text-align:center;
width:100%;
}
h1 {
font-size:1.2em;	
line-height:1.4em;
color:#964B00;
text-align:center;
}



/* Classes généralistes */
p  {
margin:12px 0;
font-size:1.0em;
text-indent:35px;	
}
a {
color:#964B00;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration:underline overline;
}