body {
			margin: 10px 0 ;
			padding: 0 ;
			background: #FFFFCC ;
			font-family: "Times New Roman", Times, serif;
			font-size: 10pt;
		}

#header {
			margin: 0 ;
			width: 760px ;
			height: 150px ;
			display: block ;
			background: url('../images/final_01.jpg') no-repeat ;
			position: relative 
		}

#conteneur {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -380px;
	text-align: left;
	border: 1px solid #003366;
	background: #FFFFCC;
	top: -2px;
		}

#centre {
			background-color:#9999CC;
			margin-left: 150px;
		}

#contenu {
			width: 500px ;
			padding-top: 25px ;
			padding-left: 200px ;
			padding-right: 25px ;
		}
		
#contenu h2 {
	padding-left: 25px;
	line-height: 25px;
	font-size: 12pt;
	color: #003366;
	border-bottom: 1px solid #003366;
	font-family: "Times New Roman", Times, serif;
		}
		
#contenu h3 {
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #003366;
	border-left: 3px solid #003366;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
		}
		
#contenu p {
	text-align: justify;
	text-indent: 2em;
	line-height: 1.7em;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #003366;
		}
		
#contenu a {
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: underline;
		}
		
#contenu a:hover {
	color: #0066CC;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	text-decoration: underline;
		}
		
#gauche {
	position: absolute;
	left:0;
	width: 140px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: Aucune;
	height: 190px;
		}
		
#gauche2 {
	position: absolute;
	left:0;
	width: 140px;
	margin: 0px;
	padding: 0px;
	float: left;
	border: Aucune;
	height: 190px;
		}

#pied {
	height: 30px;
	margin: 0;
	padding-right: 10px;
	line-height: 30px;
	text-align: center;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
		}

.menugauche {
			list-style-type: none;
			margin: 0;
			padding:0;
}

.menugauche li {
			margin-bottom: 5px;
}

.menugauche a {
			margin: 0 2px;
			color: #003366;
			text-decoration: underline;
}

.menugauche a:hover {
			text-decoration: none;
}

p {
			margin: 0 0 10px 0;
}