body { /*couleur du fond de la page*/
	background-color: #f7f6f4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
    height: 100%;
}
#header {
	height: 171px;
	background-color: #eef6f1;
	text-align: center;
}
#conteneur {
	position: absolute;
	width: 100%;
}
#centre {
	text-align: center;
	}
#gauche {
	position: absolute;
	left:0;
	width: 200px;
	top: 200;
	margin-left: 10px;
	font-weight: bold;
	background-color: #eef6f1;
}
#droite {
position: absolute;
right:0;
width: 220px;
}
#head {
	height: 30px;
	background-color: #99CC99;
	font-weight: bold;
}
#head1 {
height: 20px;
background-color: #FFFFFF;
}
*{
	list-style:none;
	margin:0px;
	padding:0px;
}
#gauche li a {
	height: 24px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	}	
#gauche li a:link, #gauche li a:visited {
	color: #FFFF00;
	display: block;
	background: url(images/menu1.png);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	border-top-width: thin;
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#gauche li a:hover {
	color: #26370A;
	background: url(images/menu1.png) 0 -52px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
#gauche li a:active {
	color: #26370A;
	background: url(images/menu1.png) 0 -104px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
.gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.paragraph{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	padding: 3px;
	font-weight: bold;
}
.Style1 { /*Titre des textes dans les pages*/
	color: #006600;
	font-size: 110%;
	font-weight: bold;
}

