/* Date de création: 05/05/2005 */
body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Verdana", helvetica, sans-serif ;
	background: #D4D4D4;
}

div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 1px solid #3B1300 ;
	background: #fff ;
}

h1#header
{
	height: 70px ;
	margin: 10px ;
	text-align: center ;
}

div#contenu
{
	padding: 0 10px 0 10px ;
}

div#contenu h2
{
	line-height: 25px ;
	font-size: 1.4em ;
	color: #86690B ;
	border-bottom: 1px solid #86690B ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-top: 1px solid #003366 ;
	border-left: 3px solid #003366 ;
	color: #996600 ;
	font-size: 0.9em ;
}

p#footer
{
	margin: 10px 0 10px 0 ;
	text-align: center ;
	color: #000033 ;
	letter-spacing: -1px ;
}

p#footer a
{
	color: #000033 ;
	text-decoration: underline;
}

p#footer a:hover
{
	color: #000033 ;
	text-decoration: none;
}