body {
	margin: 0px;
	background-color: rgb(232, 232, 232);
	font-family: Trebuchet MS, Arial, Verdana, serif, sans;
	font-size: 12px;
	color: #3F3D23;
	behavior: url("../img/csshover.htc");
}

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

a:hover {
	color: #7F7B3F;
	text-decoration: none;
}

.menu,.menu a {
	text-decoration: none;
	font-size: 13px;
	color: #9F9945;
}

.menu a:hover {
	color: #7F7B3F;
	text-decoration: none;
}

h1 {
	font-family: Times new roman, serif;
	font-weight: normal;
	color: #9F9945;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family: Times new roman, serif;
	font-weight: normal;
	color: #9F9945;
	font-size: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-family: Times new roman, serif;
	font-weight: normal;
	color: #9F9945;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: Times new roman, serif;
	font-weight: normal;
	color: #9F9945;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}

input,textarea,select {
	border: 1px solid #8F8F8F;
	font-family: Arial, Verdana, serif, sans;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

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

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

.tableau {
	overflow: auto;
	padding: 1px;
}

table {
	margin: auto;
	width: 100%;
	border-collapse: collapse;
}

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

table.sansbordure td {
	border: 0;
}

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

tr:hover {
	border: 1px solid #EFEAA4;
	background-color: #FFFDDF;
}

table.sansbordure tr:hover {
	border: 0;
	background-color: transparent;
}

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

.imagetexte {
	margin: 5px;
}

.article {
	text-align: justify;
	clear: right;
	margin: 0px 0px 15px 0px;
}

.contenu {
	width: 665px;
	margin-left: 190px;
	padding: 0px;
	padding-bottom: 15px;
}

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

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

.logosite {
	position: relative;
	width: 350px;
	height: 140px;
	top: 0px;
	left: 315px;
}

.boutonrappel {
	position: relative;
	width: 160px;
	height: 44px;
	top: -44px;
	left: 31px;
}

.barrenav a {
	color: #8F8F8F;
}

.barrenav {
	position: relative;
	text-align: left;
	top: -35px;
	left: 20px;
	padding: 0px;
	color: #8F8F8F;
	clear: left;
}

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

.contenumenu {
	width: 100px;
	margin-left: 10px;
	padding: 0px;
}

.hautmenu {
	width: 185px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/hautmenu.png);
	background-repeat: no-repeat;
}

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

.contenubas a {
	color: #8F8F8F;
}

.contenubas {
	position: relative;
	width: 930px;
	height: 20px;
	top: 10px;
	margin-left: 25px;
	padding: 0px;
	color: #8F8F8F;
	text-align: center;
	font-size: 10px;
}

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

#menu {
	width: auto;
	margin: 10px 0px;
	padding: 0px;
}

#menu ul {
	width: 170px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: block;
	height: 30px;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 5px 0px 5px 5px;
	height: 20px;
}

#menu li li,#menu li li li {
	border-bottom: 1px solid #DFDA8B;
}

#menu li:hover {
	background-color: #DFDB99;
	text-decoration: none;
}

#menu ul li ul,#menu ul li:hover ul li ul {
	display: none;
}

#menu ul li:hover ul,#menu ul li:hover ul li:hover ul,#menu ul li:hover ul li:hover ul li:hover ul
	{
	display: block;
	position: relative;
	width: 270px;
	top: -30px;
	left: 170px;
	z-index: 999;
	box-shadow: 1px 1px 15px #999999;
	-webkit-box-shadow: 1px 1px 15px #999999;
	-moz-box-shadow: #999999 1px 1px 15px;
}

#menu li.devrub {
	background-image: url(img/suite.png);
	background-repeat: no-repeat;
	background-position: right;
}

#menu ul li:hover,#menu ul li:hover ul li:hover,#menu ul li:hover ul li:hover ul li:hover
	{
	background-color: #EFE995;
}

#menu ul li:hover ul li,#menu ul li:hover ul li:hover ul li,#menu ul li:hover ul li:hover ul li:hover ul li
	{
	background-color: #FEFAC2;
}

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

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

#lightbox_rappel_formulaire {
	padding: 10px;
}

/* Style pour le formulaire de contact */
#lightbox_canalousb_contact_formulaire textarea {
	width: 95%;
}

#lightbox_canalousb_contact_formulaire {
	padding: 10px;
}

#lightbox_canalousb_contact {
	position: fixed;
	top: 10%;
	left: 50%;
	height: 80%;
	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
}
