body{
	margin: 0;
	padding: 0;
	background-image: url(images/fond-vert.jpg);
	color: white;
	letter-spacing: 1pt;
	font: normal small-caps 12px sans-serif;
	text-decoration: none;
}
#generale{
	text-align: center;
	position: absolute;
	left: 50%;
	padding: 0;
	margin-left: -350px;
}
h2{
	margin: 0;
	padding: 0 0 10px;
	font-size: 13px;
	text-align: left;
}

/* Listes */

ul{
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Liens */

a{
	text-decoration: none;
	color: white;
}
a:hover{
	color: #79b427; 
}
.lien-actif{
	color: #79b427;
}

/* couleur verte : 
	color: #79b427; */

/* Menu principal */

#menu_top{
	background-image: url(images/menu-top.jpg);
	width: 701px;
	height: 49px;
	display: block;
	margin: 0 0 30px;
	padding: 0;
}
#menu_top ul{
	display: block;
	float: left;
	list-style-type: none;
	margin-left: 190px;
	margin-top: 17px;
}
#menu_top li{
	width: 100px;
	display: inline;
	font-size: 16px;
	margin-right: 20px;
}
/* Menu gauche */

#menu_gauche{
	display: block;
	float: left;
}
.menu-haut{
	background-image: url(images/menu-gauche-haut.jpg);
	width: 185px;
	height: 9px;
	margin: 0;
	padding: 0;
}
.fond-menu{
	background-color: black;
	min-height: 382px;
}
.menu-bas{
	background-image: url(images/menu-gauche-bas.jpg);
	width: 185px;
	height: 9px;
	margin: 0;
	padding: 0;
}

/* Texte menu gauche */
.fond-menu h2{
	text-align: center;
}
.fond-menu li{
	margin-left: 16px;
	margin-top: 10px;
	list-style-type: none;
}


/* Bloc de textes */
#blocs{
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	width: 500px;
}
.bloc{
	margin-bottom: 20px;
	font-variant: normal;
	font-size: 11px;
}
.h2-bloc{
	margin: 0;
	background-color: black;
	padding: 0 0 0 10px;
	color: #79b427;
	font-size: 16px;
}
.bloc-haut{
	width: 500px;
	height: 9px;
	margin: 0;
	padding: 0;
	background-image: url(images/bloc-haut.jpg);
}
.bloc-bas{
	width: 500px;
	height: 9px;
	margin: 0;
	padding: 0;
	background-image: url(images/bloc-bas.png);
}
.contenu{
	padding: 10px;
	background-color: black;
	text-align: left;
}
