body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: url(style/bg.gif) repeat #3e3e3e ;
}

div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #000 ;
	background: #eae9e9 ;
}

h1#header
{
	height: 150px ;
	background: url(style/head.gif) no-repeat left top ;
	margin: 0 ;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	background: url(style/title.gif) no-repeat ;
	position: relative ;
	left: 300px ;
	top: 50px ;
	text-indent: -5000px ;
}
ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(style/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li a
{
	width: 130px ;
	line-height: 25px ;
	font-size: 0.9em ;
	font-weight: italic ;
	letter-spacing: 1px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #000 ;
}

ul#menu li a:hover
{
	background: url(style/bg_menu.gif) repeat-x 0 0 ;
}

div#contenu
{
	padding: 0 25px 0 100px ;
	background: url(style/bg-page.png) no-repeat 15px 15px ;
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.0em ;
	background: url(style/littlelogo.gif) no-repeat left bottom ;
	color: #191919 ;
	border-bottom: 1px solid #100d59;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #100d59 ;
	border-left: 3px solid #100d59 ;
	color: #9b2 ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #0050aa ;
}

div#contenu a:hover
{
	color: #100d59 ;
}

p#footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #212121;
}

pre
{
	overflow: auto ;
	background: #000 ;
	border: 2px solid #000 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}


pre span
{
	color: #000 ;
}

pre span.comment
{
	color: #000 ;
}
