/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;padding:0;
	background: url('img/fond.jpg');
	background-color:#9c7cbc;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}
a {
	font-weight:bold;
	color:#244927;
}
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;
}
.centre {
	width:100%;
	text-align:center;
	margin:auto;
}
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#contenu img {
	border:1px solid #8159d7;
	text-decoration:none;
}
div.bloc_image {
	text-align:center;
	float:right;
	margin:0 10px 5px 5px;
}

div.bloc_image img {
	margin:5px 4px;
	padding:2px;
}
div.bloc_image a {
	text-decoration:none;
}
div.bloc_image p {
	margin-bottom:0;
	padding-bottom:0;
}
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	margin:auto;
	width:765px;
	background-color:white;
	/*border:1px solid #fb9401;*/
	background: url('img/coulisse.jpg') repeat-y;
}
/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	width:765px;
	height:198px;
	margin:0;
}
/*h1#entete a.conseiller {
	display:block;
	float:right;
	font-size:11px;
	padding:5px 10px 0 0;
	color:white;
}*/
h1#entete a span{
	display:block;
	width:765px;
	height:198px;
	text-decoration:none;
	visibility:hidden;
}
/*****************************************************
				MENU
*****************************************************/
ul#menu {
	/*background:url(img/menu.jpg) no-repeat;
	height:31px;*/
	float:left;
	/*border:1px solid red;*/
	width:139px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
	text-align:right;
	
}
ul#menu li {
	margin:0 0 0 0;
	padding:0 0 0 0;	
}
ul#menu li a {
	/*border:1px solid red;*/
	/*background:url(img/separateur_menu.gif) no-repeat right top;*/
	display:block;
	width:134px;
	margin:0 0 0 0;
	padding:4px 5px 4px 0;
	/*line-height:16px;*/
	/*height:31px;*/
	text-align:right;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
ul#menu li a:hover, ul#menu li a.active {
	background:url(img/fond_menu_hover.jpg) repeat-y;
}
ul#menu li#dernier_lien a {
	background-image:none;
}
ul#menu li#dernier_lien a:hover, ul#menu li#dernier_lien a.active {
	background:url(img/fond_menu_hover.jpg) repeat-y;
}
/*****************************************************************
				TITRE
*****************************************************************/
h2#titre {
	background:url(img/titre.jpg) no-repeat;
	margin:0 0 0 0;
	padding:0;
	width:765px;
	height:23px;
	text-align:left;
}
h2#titre span {
	/*background: url('img/titre.jpg') no-repeat;*/
	display:block;
	margin:0;
	padding:0 0 0 200px;
	line-height:23px;
	height:23px;
	font-size:18px;
	font-weight:normal;
	color:#244927;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	width:765px;
	background:url('img/corps.jpg') no-repeat top;
	min-height:359px;
}
div#contenu {
	margin:0 0 0 140px;
	padding:10px 5px 5px 10px;
	/*min-height:359px;*/
	/*text-align:left;*/
}
div#contenu h3 {
	margin:0;
	padding-top:10px;
	color:#804a17;
}
div#contenu p#etiquette {
	text-align:left;
	font-weight:normal;
	color:#8159d7;
	padding:10px 0;
}
/*div#contenu p {
	text-align:justify;
	margin:0;
	padding:3px 10px 3px 15px;
}
*/
div#contenu p.legende {
	color:#bb93e5;
	padding-top:20px;
	padding-left:25px;
}
div#contenu ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
}
div#contenu ul li {
	background:url(img/separateur_menu.jpg) no-repeat left 2px;
	margin-left:10px;
	padding:4px 0 2px 12px;
}

p#renseignements {
	font-weight:bold;
}
p#renseignements span {
	font-size:14px;
}
/****************************************************
				STYLES SPECIFIQUES AU SITE
****************************************************/
div#accueil p{
	text-align:center;
	margin:30px auto 0 auto;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
}
/****************************************************
				PIED / SIGNATURE
****************************************************/
div#pied {
	/*border:1px solid red;*/
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:20px;
}
div#pied p {
	margin:0;
	padding:3px 0 0 140px;
	font-size:12px;
	font-weight:bold;
	color:white;
}
div#pied p span{
	font-size:9px;
}

div#signature {
	margin:10px auto;
	width:765px;
	text-align:center;
	color:white; font-size:11px
}
div#signature a {
	color:white;
}
/********************************************************
				MERCI
********************************************************/
p#merci {
	margin:0;padding:0;
	line-height:50px;
	font-weight:bold;
	text-align:center;
}