/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;
	padding:0 0 0 0;
	background: #EF7D25;
	color:#000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {	font-weight:bold;color:#fb0101; }
a:hover { text-decoration:none; }
hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }
/************************************************
				CLASSES DIVERSES
************************************************/
.petit { font-size:10px; }
.grand { font-weight:bold;font-size:130%; }
.big {
	margin-left:-5px;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:black;
}
/************************************************
				IMAGES
************************************************/

img { border:none;text-decoration:none; }
div.bloc_image { text-align:center; }
div.bloc_image img {	
	margin:2px;
	padding:1px;
	border: 1px solid #472E2D;
}
div.bloc_image a { text-decoration:none; }
div#contenu_modifiable div.bloc_image p.zoomer { text-align:center;font-size:9px; }
div#contenu_modifiable div.bloc_image p.legende { margin:0 0 5px 0;font-weight:bold; }


/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:765px;
	background: url('img/corps.jpg') repeat-y ;
	border:1px solid #;
}

/************************************************
				DRAPEAU
************************************************/
#drapeau a{
	position:absolute;
	top:5px;
	right:5px;
	padding:0;
	margin:0;
	color:#fff;
	font-weight:bold;
}
#drapeau img {border:1px solid #fff;}

/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:209px;
	margin:0;padding:0;	
}

h1#entete a span{
	display:block;
	height:209px;
	visibility:hidden;
}


/*****************************************************
				MENU
*****************************************************/
ul#menu {
	background:url(img/menu.jpg) no-repeat;
	height:25px;
	margin:0 0 0 0;
	padding:0 0 0 27px;
	list-style-type:none;
}
ul#menu li {
	display:inline;
	margin:0;padding:0;
}
ul#menu li a {
	display:block;
	height:25px;
	float:left;
	margin:0;
	padding:0 8px;
	color:#FFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:25px;
	text-decoration:none;
	background:url(img/separation.jpg) no-repeat left;
}

ul#menu li a:hover, ul#menu li a.active {
	background:url(img/rollhover.jpg) repeat-x ;
	color:#8b4939;
}

ul#menu li#premier_lien a { background:none;}

ul#menu li#premier_lien a:hover, ul#menu li#premier_lien a.active {
	background:url(img/rollhover.jpg) repeat-x ;
	color:#8b4939;
}
/*****************************************************************
				TITRE
*****************************************************************/


h3#titrePage {
	margin:0;
	padding:0 0 0 0;
	text-align: center;
}
h3#titrePage span {
	display:block;
	width:173px;
	height:33px;
	margin:10px auto 0 auto;
	padding:35px 0px 0px 0px;
	font:bold 16px  Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(img/titrePage.jpg) top left no-repeat;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/corps.jpg') no-repeat 0 bottom;
}

div#contenu {
	background:url('img/corps.jpg') no-repeat;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:353px;
}
div#contenu_modifiable {
	border:none;
	margin:0 0 0 0;
	padding:10px 0 20px 40px ;
	color:#8b4939;
	width:685px;
}

div#contenu_modifiable a{
	color: #930;
	text-decoration:underline;
}

div#contenu_modifiable a:hover {text-decoration:none; }

div#contenu p {
	/*text-align:justify;*/
	margin:0;
	padding:5px;
}

div#contenu_modifiable ul {
/*	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;*/
}
div#contenu_modifiable ul li {
/*	background:url(img/puce.jpg) no-repeat left 50%;
	margin-left:10px;
	padding:2px 0 2px 15px;*/
}

/****************************************************
		Gerer les colonnes
****************************************************/
div#colonne_gauche {
	width:300px;
	float:left;
	margin:5px;
	text-align:justify;
}

div#colonne_droite {
	width:300px;
	float:right;
	margin:5px;
	text-align:justify;
}

div#colonne_bas {
	width:300px;
	float:bottom;
	margin:5px;
	text-align:justify;
}

div#colonne_haut {
	width:300px;
	float:top;
	margin:5px;
	text-align:justify;
}
/****************************************************
		STYLES SPECIFIQUES AUX FORMULAIRES
****************************************************/
form#form1 {
	margin:auto;
	text-align:left;
	width:60%;
	padding:4px;
}
form#form1 fieldset {
	border:1px solid #fff;
	margin-bottom:5px;
}

form#form1 legend {
	font-weight:bold;
	color:#fff;
}
form#form1 label {
	text-align:left;
	float:left;
	width:33%;
	padding-top:3px;
}
form#form1 ul {
	margin:0;padding:0;
	list-style-type:none;
}
form#form1 ul li { background-image:none; }
form#form1 li#bouton { float:left; }

input, textarea {
	color:#8b4939;
	font-weight:bold;
	background:#fff;
	border:1px solid #8b4939;
}

#cryptogram {
	border: 1px solid #8b4939;
	margin:0 0 0 22px;
	padding:0;
	background:#fff;
}

/****************************************************
				PHOTOS
****************************************************/
.pht1 {
	margin:0 5px;
	border:2px solid #fff;
}
.pht0 {
	margin:0 5px;
	border:1px solid #fff;
}
td.menu_haut {
	background:url(img/fd_menu_haut.gif) no-repeat;
	height:49px;
	width:250px;
}
td.menu_bas {
	background:url(img/fd_menu_bas.gif) no-repeat;
	height:262px;
	width:250px;
}


/****************************************************
				SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:27px;
}
div#pied p {
	margin:0;
	padding:10px 0 0 0;
	color:#FFF;
	font-weight:bold;
	line-height:17px;
}
div#pied p span { font-weight:bold; font-size:13px}

/****************************************************
				SIGNATURE
****************************************************/

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#8b4939;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
}
div#signature a { color:#8b4939; }
div#signature p span{ font-size:10px; }

/****************************************************
				MODULES
****************************************************/
.cadre3{ border:1px solid #FFFFFF;}

h2{
	font-size:15px;
	padding:0;
	margin:0;
	text-decoration:underline;
}
.blanc{
	color: #930;
}
.ligneMenus {
	clear:both;
	padding:0 0 10px 0;
}
.Menu {
	width:190px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#630;
	margin: 0 0 5px 0;
}
.Menu ul{
	list-style:none;
	list-style-type:none;
	text-align:center;
	padding:0;
	margin:0;
}
.Menu li{
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
}
.Menu-titre {
	background: url(img/menu-titre.gif) top left no-repeat;
	width:190px;
	height:19px;
	color:#FFF;
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 11px;
}
.Menu-titre2 {
	background: url(img/menu-titre.gif) top left no-repeat;
	width:190px;
	height:24px;
	line-height:12px;
	color:#FFF;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 11px;
}
.Menu-corps {
	padding:15px 5px 5px 5px;
	background:url(img/fd-menu.jpg);
	width: 159px;
	margin: 0 auto;
	border: 1px solid #663300;
	height: auto;
	min-height: 265px;
	_height: 265px;/*Min-height interprété par IE*/
}
.Menu-corps2 {
	padding:15px 5px 5px 5px;
	background:url(img/fd-menu.jpg);
	width: 159px;
	margin: 0 auto;
	border: 1px solid #663300;

}
.Menu-separ {
	background:url(img/separ-toc.jpg) top left no-repeat;
	width:16px;
	height:16px;
	margin: 2px auto 2px auto;
}
.Menu-prix {
	background: #FC3;
	padding:2px;
	color:#C00;
	margin: 5px 0 5px 0;
	font-size: 10px;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.menuCenter {
	margin:0 0 0 55px;
}
.menuCenter2 {
	margin:0 auto;
}