body {
	margin: 0px;
	background-color: #F2D49A;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #3F2C08;
}

a {
	text-decoration: none;
	color: #8F7647;
}

a:hover {
	color: #DFAF53;
}

.article {
	margin-bottom: 15px;
	clear: both;
}

.article h1 a {
	color: #8F7647;
	text-decoration: none;
}

.article h1 a:hover {
	color: #DFAF53;
}

.article a:hover {
	color: #8F7647;
}

.article a {
	color: #CF8800;
	text-decoration: none;
}

h1 {
	color: #8F7647;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

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

hr {
	color: #8F7647;
	background-color: #8F7647;
	height: 1px;
	border: 0;
}

input,textarea,select {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	background-color: #FFFAEF;
}

input:focus,textarea:focus
	/* Quand le curseur est sur un champ (ne marche pas sur IE) */ {
	background-color: #FFFFFF;
}

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

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

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

table.sansbordure td {
	border: 0;
}

table.avecbordure td {
	border: 1px solid #BFAB8F;
}

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

ul {
	margin-left: 10px;
	padding: 0px;
}

li {
	list-style-image: url(img/rub.png);
	margin: 0px;
	padding: 0px;
}

li:hover {
	list-style-image: url(img/go.png);
}

.devrub {
	list-style: url(img/rub.png);
	margin: 0px;
	padding: 0px;
}

.devrub:hover {
	list-style: url(img/rubplusmoin.png);
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	font-weight: bold;
	font-size: 14px;
}

#menu ul li ul li {
	font-weight: normal;
	font-size: 12px;
}

#menu ul li ul li ul li a {
	color: #7F766F;
	font-size: 11px;
}

.imagetexte {
	margin: 5px;
}

.article {
	text-align: justify;
}

.contenu {
	width: 540px;
	margin-left: 220px;
	padding: 0px;
	padding-bottom: 10px;
	overflow: hidden;
}

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

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

.form_gauche fieldset {
	border: 1px solid #BFAB8F;
	color: #8F7647;
	width: 160px;
	padding: 5px;
}

.form_gauche {
	font-size: 11px;
}

.form_gauche input {
	font-size: 11px;
	border: 1px solid #EDDFBC;
	background-color: #FFFAEF;
}

.form_gauche input:focus,textarea:focus
	/* Quand le curseur est sur un champ (ne marche pas sur IE) */ {
	background-color: #FFFFFF;
}

.logosite {
	position: relative;
	width: 250px;
	height: 120px;
	top: 0px;
	margin-left: 365px;
}

.barrenav a {
	color: #FFFFFF;
}

.barrenav {
	position: relative;
	width: 740px;
	height: 15px;
	top: 43px;
	margin-left: 20px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 11px;
}

.form_recherche {
	position: relative;
	width: 200px;
	height: 15px;
	top: 27px;
	margin-left: 760px;
	padding: 0px;
	color: #FFFFFF;
	text-align: right;
}

.form_recherche input {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #909090;
}

.menugauche {
	float: left;
	width: 187px;
	margin-left: 22px;
	padding: 0px;
}

.menudroite {
	float: right;
	width: 190px;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	font-size: 11px;
	color: #555555;
	text-align: justify;
}

legend {
	color: #8F7647;
	font-size: 12px;
	font-weight: bold;
}

.menudroite fieldset {
	border: 1px solid #BFAB8F;
	width: 173px;
	text-align: left;
	padding: 5px;
}

.contenubas a {
	color: #555555;
}

.contenubas {
	margin: auto;
	width: 980px;
	padding: 0px;
	color: #555555;
	text-align: center;
}

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

.listecommentaire {
	background-color: #F9F9F9;
	border: 1px dashed #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

.commentaire {
	background-color: #FFFFFF;
	border-top: 1px dashed #DDDDDD;
	padding: 10px;
	color: #666666;
}

.datecommentaire {
	font-size: 10px;
	color: #000000;
}

.messagecommentaire {
	text-align: center;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.infocommentaire {
	font-size: 16px;
	background-color: #F9F9F9;
	border: 1px dashed #DDDDDD;
	padding: 3px;
}

.ajoutcommentaire {
	background-color: #F9F9F9;
	border: 1px dashed #DDDDDD;
	padding: 10px;
	color: #666666;
}

.ajoutcommentaire input {
	margin: 2px;
	padding: 1px;
}

.ajoutcommentaire textarea {
	width: 300px;
	height: 100px;
	margin: 2px;
}

/* 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
}
