html, body {
	height: 100%;
	margin: 0;
	font: 0.9em "Verdana", sans-serif ;
	background: url(image/fond.jpg) no-repeat;
}

/*Partie retour*/
div#retour {
	width: 750px;
	margin: 0 auto;
}

div#retour a{
	font: 0.7em "Verdana", sans-serif ;
	text-decoration: none;
	color: #0D7B44;
}

div#retour a:hover{
	color: #333;
}

/*CONTENEUR GLOBAL*/
div#global {
	min-height: 100%; 
	width: 750px; 
	padding: 0; 
	margin: 0 auto; 
	position: relative; 
	padding: 0 10px;
	border: 1px solid #eee;
	background: #fff;
}

/*TETE*/
div#header {
	background: url(image/header7.jpg) no-repeat;
	color: #fff;
	height: 125px;
}

/*MENU HORIZONTAL DANS LA TETE*/
div#memenu {
	width: 560px;
	height: 23px;
	background: #eee;
	float: right;
	margin-top: 97px;
}

ul#memenu {
	height: 23px ;
	margin: 0 ; 
	padding-left: 6px ;
	list-style-type: none ;
}

ul#memenu li{
	float: left ; 
	text-align: center ; 
	align: center ;
	padding-left: 5px;
}

ul#memenu li a {
	display: inline; 
	height: 23px;
	line-height: 23px;
	color: #111;
	text-decoration: none;	
}

ul#memenu li a:hover {
	background: #bbb;
}
	
/*PARTIE CENTRE*/
div#center {
    height:100%;
	padding-bottom: 50px; 
	overflow: auto;	
}

/*PARTIE DROITE*/
div#content { 
	float: right; 
	width: 554px; 
	padding: 10px 3px;
	background: #fff;
}

div#content h1 {
	font: 1.5em "Century Gothic";
	font-weight: bold;
	text-align: justify ;
	color: #0D7B44;
	border-bottom: 1px dashed #489811;
}

div#content h2 {
	text-decoration:underline;
	font: 1.1em "Verdana";
	text-align: justify ;
}

div#content h3 {
	text-decoration:underline;
	font: 1em "Verdana";
	text-align: justify ;
}

div#content p {
	text-align: justify ;
	line-height: 13pt ;
}

.img { 
float: left ;
margin-right: 15px;
margin-top: 0px; 
}

.img2 { 
float: right ;
margin-left: 15px;
margin-top: 0px; 
}

.spacer {
  clear: both;
}

div#content a {
	color: #0B6118;
}

div#content ul {
	line-height: 14pt ;
}

/*PARTIE GAUCHE*/
div#sidebar {
	float: left; 
	width: 180px; 
	padding-top: 14px;
	background: url(image/menutruc4.jpg) no-repeat;
}

div#sidebar h1 {
	border-bottom: 1px solid #fff;
	font: 1.1em "Century Gothic", bold, sans-serif;
	color: #fff;
	text-align: justify ;
	background: #058B42;
	padding-left: 4px;
}

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

ul#menu li a {
	display: block; 
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

ul#menu li a:hover {
	color: #666;
}

/*PIED DE PAGE*/
div#footer { 
	width: 750px;
	background: #1A824F;
	color: #fff;
	text-align: center ;
	padding: 2px;
	font: 0.8em "Verdana", sans-serif ;
}

div#footer a{ 
	text-decoration: none;
	color: #fff;
}

div#footer a:hover{ 
	color: #ddd;
}