/*
design par www.alsacreations.com
http://www.alsacreations.com/tuto/lire/555-design-css.html
*/
body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	#background: #ddeeaa;
	background:#666666;
}

div#conteneur
{
	width: 900px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #444444;
	background: #ffffff ;
}

h1#header
{
	height: 313px ;
	background: url(logo.jpg) no-repeat left top ;
	margin: 0 ;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	#background: url(title.gif) no-repeat ;
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;
}
ul#menu li a
{
	width: 298px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
}
ul#menu li a:hover
{
	background: url(bg_menu.gif) repeat-x 0 0 ;
}
div#contenu
{
	#padding: 0 25px 0 100px ;
	padding: 0 25px 0 20px ;
	#background: url(bg_page.gif) no-repeat 15px 15px ;
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	#background: url(little_apple.gif) no-repeat left bottom ;
	#color: #9b2 ;
	color: #09b6 ;
	border-bottom: 1px solid #942 ;
}

div#contenu h3
{
	
	color: #000000 ;
}

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

div#contenu a
{
	color: #c00 ;
}

div#contenu a:hover
{
	color: #942 ;
}

p#footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #8a0 ;
}

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


pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}

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