/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;padding:0;
	background: url('img/fond.jpg') repeat-x;
	background-color:#f3c44e;
	color:#143017;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
a {
	font-weight:bold;
	color:#719f47;
}
a:hover {
	text-decoration:none;
}
hr {
	clear:both;
	visibility:hidden;
	margin:0;padding:0;
	height:0;
}
/************************************************
				CLASSES DIVERSES
************************************************/
.petit {
	font-size:10px;
}
.droite {
	float:right;
}
div.haut_page {
	background:url(img/fleche_haut.gif) no-repeat right;
	height:20px;
	padding-right:25px;
	text-align:right;
	line-height:25px;
	font-size:10px;
}

/************************************************
				IMAGES
************************************************/
img {
	border:none;
	text-decoration:none;
}
div.bloc_image {
	text-align:center;
}

div.bloc_image img {
	border:1px solid #6d804d;
	margin:5px 3px;
	padding:2px;
}
div.bloc_image a {
	text-decoration:none;
}
div.bloc_image p#zoomer {
	text-align:center;
	font-size:9px;
}
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:704px;
	background: url('img/coulisse.jpg') repeat-y;
	background-color:white;
}
/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:199px;
	margin:0;
}
h1#entete a{
	
}
h1#entete a.conseiller {
	display:block;
	float:right;
	font-size:11px;
	padding:183px 41px 0 0;
	color:#719f47;
}
h1#entete a span{
	display:block;
	height:199px;
	text-decoration:none;
	visibility:hidden;
}
/*****************************************************
				MENU
*****************************************************/
div#menu {
	position:absolute;
	left:-40px;
	top:25px;
}
/*****************************************************************
				TITRE
*****************************************************************/
h2#titre {
	background:url(img/titre.jpg) no-repeat;
	margin:0;
	padding:0 0 0 0;
	height:29px;
	text-align:left;
}
h2#titre span {
	display:block;
	margin:0;
	padding:0 0 0 150px;
	line-height:25px;
	font-size:18px;
	font-weight:normal;
	color:#244927;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/corps_bas.jpg') no-repeat bottom;
	min-height:363px;
}
div#contenu {
	background:url('img/corps_haut.jpg') no-repeat;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:18px;
	/*text-align:left;*/
}
div#contenu_modifiable {
	/*border:1px solid red;*/
	margin:0 40px 0 120px;
	padding:10px 5px 20px 5px;
}
div#contenu h3 {
	margin:0;
	padding-top:10px;
	color:#804a17;
}
div#contenu p#etiquette {
	font-weight:bold;
	color:#719446;
	padding:5px 0;
}
div#contenu p#etiquette span{
	font-size:120%
}
div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px 0;
}
div#contenu_modifiable ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
}
div#contenu_modifiable ul li {
	background:url(img/puce.gif) no-repeat left 7px;
	margin-left:10px;
	padding:2px 0 2px 12px;
}
div#renseignements {
	margin:15px auto;
	text-align:center;
	width:60%;
}
div#renseignements p {
	text-align:center;
}
div#renseignements p span {
	font-weight:bold;
}
/****************************************************
				STYLES SPECIFIQUES AU SITE
****************************************************/

/****************************************************
				PIED / SIGNATURE
****************************************************/
div#pied {
	clear:both;
	position:absolute;
	left:0;
	bottom:0;
	/*background: url('img/pied.jpg') no-repeat;
	height:28px;*/
}
div#pied p {
	margin:0;
	padding:0 0 2px 120px;
	color:#f3c241;
	font-size:13px;
	font-weight:bold;
}
div#pied p span{
	font-size:11px;
}

div#signature {
	margin:10px auto;
	width:765px;
	text-align:center;
	color:#244927;
}
div#signature span {
	font-size:11px;
}
div#signature a {
	color:##719f47;
}
div#signature a.kemenn {
	text-decoration:none;
}
/********************************************************
				MERCI
********************************************************/
div#merci {
	margin:15px auto;
	text-align:center;
	width:80%;
}
div#merci p {
	text-align:center;
	font-weight:bold;
	color:#719f47;
}