
body
{
	margin: 0px;
	background-color: #D8D4CE;
	background-image: url(img/fond.png);
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: #444444;
}

a
{
	text-decoration: none; 
	color: #9F8559;
}

a:hover
{
	color: #AFA38E;
}

.menu a
{
	text-decoration: none; 
	color: #AF7D36;
}

.menu a:hover
{
	color: #9F9381;
}

h1
{
	color: #000000;
	font-size: 18px;
	font-family: "Arial Black";
	margin-top: 5px;
	margin-bottom: 0px;
}

h2
{
	color: #000000;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}

h3
{
	color: #000000;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
}

h4
{
	color: #000000;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;	
}


input, textarea, select
{
	border: 1px solid #AFA38E;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	background-color: #FFF8EF;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	background-color: #FFFEFF;
}
 

img
{
	border: none;
	vertical-align: middle;
}

table
{
	width: 100%;
	border: 1px solid #BFAB8F;
	border-collapse: collapse;
	background-color: #EFE3D1;
}

td
{
	border: 1px solid #BFAB8F;
	text-align: center;
	padding: 3px;
}

tr:hover
{
	background-color: #EFDCC2;
}

ul
{
	margin-left: 0px;
	padding: 0px; 
	list-style: none;
}

li
{
	margin: 0px;
	padding: 3px; 
	color: #AF7D36;
	text-align: center;
	border-bottom: 1px solid #E4CCA9;
}

li li, li li li
{
	font-size: 10px;
	border: none;
}

li:hover
{
	background-color:#FFF9EF; 
	color: #9F9381;
}

.gauche
{
	display: block;
	float: left;
}

.droite
{
	display: block;
	float: right;
}

.centre
{
	display: block;
	text-align: center;
}

.justifier
{
	display: block;
	text-align: justify;
}

.imagetexte
{
	margin: 5px;
}

.article
{
	text-align: justify; 
	clear: left;
}

.contenu
{
	width: 580px;
	margin-left: 90px;
	padding: 0px;
	padding-bottom: 15px;
}

.page
{
	width: 980px;
	background-color: #E5CDAA;
	background-image: url(img/fondpage.png);
	background-repeat: repeat-y;
	margin: auto;
}

.hautpage
{
	width: 980px;
	height: 200px;
	margin-top: 0px;
	background-image: url(img/haut.png);
}

.logosite
{
	position: relative;
	width: 230px;
	height: 160px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.contenuhaut
{
	position: relative;
	width: 250px;
	height: 35px;
	top: -90px;
	margin-left: 230px;
	padding: 0px;
	color: #777777;
	font-size: 14px;
	font-weight: bold;
}

.barrenav a
{
	color: #666666;
}

.barrenav
{
	position: relative;
	width: 670px;
	height: 20px;
	top: -20px;
	margin-left: 90px;
	padding: 0px;
	color: #666666;
}


.menu
{
	float: right;
	width: 310px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/fondmenu.png);
	background-repeat: repeat-y;
}

.contenumenu
{
	width: 138px;
	margin-left: 42px;
	padding: 0px;
}

.taillemenu
{
	float: right;
	width: 310px;
	margin: 0px;
	padding: 0px;
	min-height: 335px;
}


.basmenu
{
	width: 230px;
	height: 63px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/basmenu.png);
	background-repeat: no-repeat;
}

.contenubas a
{
	color: #888888;
}

.contenubas
{
	position: relative;
	width: 860px;
	height: 40px;
	top: 10px;
	margin-left: 60px;
	padding: 0px;
	color: #888888;
	text-align: center;
}


.baspage
{
	width: 980px;
	height: 56px;
	background-image: url(img/bas.png);
	background-repeat: repeat-x;
	clear:both;
}

/* Style pour les lightbox */

#fond_lightbox
{
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	background-color: #000000;
	z-index: 99;
	text-align: right;
}

.ferme_lightbox
{
	position: absolute;
	left: 100%;
	margin-left: -60px;
	z-index: 101;
}

.lightbox_miniature
{
	position: fixed;
	height: 100%;
	top: 0px;
	width: 100%;
	left: 0px;
	overflow: visible;
	z-index: 500;
	text-align: center;
}

.lightbox_diapo
{
	position: fixed;
	height: 100%;
	top: 0px;
	width: 100%;
	left: 0px;
	overflow: visible;
	z-index: 500;
	text-align: center;
}

.diapotexte
{
	display: inline-block;
	margin: 5px;
	padding: 5px;
	text-align: center;
	background-color: #EEEEEE;
}

.imagelightbox
{
	position:relative; 
	vertical-align: middle;
	top: 10%;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 20px #000000;
	-webkit-box-shadow: 2px 2px 20px #000000;
	-moz-box-shadow: #000000 2px 2px 20px;
}

.lightbox_diapo_barre
{
	position: absolute;
	left: 50%;
	width: 150px;
	height: 48px;
	margin: -55px 0px 0px -75px;
	top: 10%;
	z-index: 101;
	background-color: transparent;
	background-image: url(img/background.png);
	padding: 0px;
	white-space: nowrap;
	font-size: 14px;
}

.lightbox_diapo_info
{
	display: inline-block;
	width: 54px;
	height: 48px;
}

/* Style pour le formulaire de contact */

#lightbox_contact_formulaire textarea
{
	width: 95%;
}	
	
#lightbox_contact_formulaire 
{
	padding: 10px;
}

#lightbox_contact 
{
	position: absolute;
	top: 10%;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	overflow: auto;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 100;
}

.erreur
{
	font-size: 16px;
	color: #AF4941;
	text-align: center
}

