body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em Verdana, helvetica, sans-serif ;
	color: #fff ;
	background: #000 ;
}

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

h1#header
{
	height: 60px ;
	/*background: url(images/horizontal_lead.jpg) no-repeat left top;*/
	margin: 0 ;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	position: relative ;
	left: 15px ;
	top: 15px ;
	text-decoration : none ;
	color: #fff ;
}

ul#menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;
	
}

ul#menu li a
{
	width: 152px ;
	line-height: 25px ;
	font-size: 0.8em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 1px solid #fff ;
	border-left: 1px solid #fff ;
	border-bottom: 1px solid #fff;
}

ul#menu li a:hover
{
	background: #333 repeat-x 0 0 ;
	
}

div#contenu
{
	/*padding: 0 30px 0 100px ;*/
	text-align: center ;
}


div#contenu p
{
	text-align: justify ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #8a0 ;
}

.souligne
{
text-decoration:underline;
text-indent: 2em;
font-weight: bold;
}

.text
{
padding-left: 25px;
padding-right: 10px;
}

.menuancre {
text-align:center;
}

.retour{
text-decoration:none;
font-size: 0.7em ;
}

div#contenu a:hover
{
	color: #9b2;
}

div#contenu h2
{
	line-height: 25px ;
	font-size: 1.2em ;
	color: #fff ;
	
}

div#footer
{
	margin: 0 ;
	padding-right: 255px ;
	padding-top: 0px;
	text-align: right ;
	color: #333 ;
	font-size: 0.7em ;
		
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

pre span
{
	color: #fff ;
}

pre span.comment
{
	color: #b30000 ;
}

<!--[if IE]>
 <style type="text/css">
 html pre
{
	width: 636px ;
}
</style>
<![endif]-->

