/* ---------------------------------------- */
/* général				*/
/* ---------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#412700;
	font-size: 62.5%;
	background-color:#030101;
}

html, body {
height: 100%;
 margin:0px 0px 0px 0px; 
 padding:0;
 min-height: 100%; 
 margin-bottom: 1px;
}

div.cleaner {
	clear: both; 
	line-height: 0px; 
	height: 0px; 
	font-size: 0px;
}

p { padding: 8px 0 0 0; margin: 0 }

p.center{
text-align:center;
}

ul, li, h1, h2, h3, h4{
margin:0;
padding:0;
}

.flux{ 
clear: both; 
}

.cleft{
clear:left;
}

.cright{
clear:right;
}

.clearing {
height: 0;
clear: both;
}

hr.clear{
display:block;
clear:both;
visibility:hidden;
height:0;
border-width:0;
margin:0;
padding:0;
}

* html hr.clear {   /* pour explorer  */
margin-top:-15px;
}

*+html hr.clear {   /* pour explorer 7 */
margin-top:-15px;
}



/* ---------------------------------------- */
/* 	link	*/
/* ---------------------------------------- */


a:link {
color: #000000;
text-decoration: underline;
}

a:hover {
text-decoration:underline;
color:#000000;
}

a:visited{
color: #000000;
text-decoration: underline;
}

a:active {
text-decoration:underline;
color:#000000;
}



/* ---------------------------------------- */
/* 	textes	*/
/* ---------------------------------------- */


.note{
font-size:0.8em;
margin:10px 0 10px 0;
}



/* ---------------------------------------- */
/* 	conteneur	*/
/* ---------------------------------------- */

#conteneur{
position:absolute;
width:950px;
left:50%;
margin-left: -475px; /* moitié de la largeur */
}
