body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color: #000000;
}

#background{
	position:absolute; 
	z-index:1; 
	width:100%;
	height:100%;}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 10px;
	text-align: justify;
}

.conteneur{
	width: 778px;
	border: 4px solid #787878;
	background-color: #FFFFFF;
}

h1, .h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	background-image: url(../images/bout-gris.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-left: 20px;
}

h2, .h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

h3, .h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

/* Menu a gauche */
#blueblock{
	width: 180px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #eeeeee;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	background-color: #EEEEEE;
	color: #666666;
	text-decoration: none;
	width: 100%;
	border-right-width: 5px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e5e5e5;
	border-left-color: #CCCCCC;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	background-color: #CCCCCC;
	color: #FF0000;
	border-right-width: 5px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #666666;
	text-decoration: none;
}

#blueblock li a.current{
	background-color: #CCCCCC;
	color: #666666;
	border-right-width: 5px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #666666;
	text-decoration: none;
}
