body {
	font: 0.8em "Trebuchet MS", Verdana, helvetica, sans-serif;
	background: silver;
	text-align: center;
	padding: 0;
	background-color: #FFFFFF;
}

div#conteneur {
	text-align: left;
	margin: 0 auto;
	width: 770px;
	height: 800px;
	border: solid 1px;
	horizontal-align: middle;
}

div#imgrub   { position: absolute; z-index: 1; top: 150px; left: 10px; width: 80px; height: 400px; border: solid 0 }
h1#header { text-align: center; margin: 10px; height: 70px }
ul#menu { background-color: #CC9900; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 -25px; text-align: center; list-style-type: none; margin: 0; padding: 10px; height: 25px }
				
ul#menu li {
	text-align: center;
	width: 19%;
	float: left;
	border-right: 2px;
	display: block;
	color: white;
	font-size: 1.2em;
	line-height: 25px;
	font-weight: bold;
}
		
		ul#menu li a
		  {
	color: #0033CC;
	font-weight: normal;
	text-decoration: none;
}
		
		ul#menu li a:hover
		  { repeat-x
	text-decoration: underline;
	font-weight: bold;
}
		
		div#contenu
		  { no-repeat 15px 15px; padding: 0 50px 0 50px;}
		
		div#contenu h2
		   { color: #0033CC; font-size: 1.4em; line-height: 25px; border-bottom: 1px solid #0033CC}
div#contenu p  { text-align: justify; text-indent: 0em}
div#contenu a
		  { color: #0033CC; text-decoration: none }
		
		div#contenu a:hover
		{
	color: #9b2;
	font-weight: bold;
		}
.titreliste { color: #0033CC; font-size: 1.2em; line-height: 20px; border-bottom: 1px dotted red }
.textegris { color: silver }
ul {
	list-style-position: outside;
	list-style-type: circle;
}
