body {
	margin: 0px;
	background-image: url(img/fond.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, helvetica, Arial, Verdana, sans, sans Serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #142E3F;
}

a:hover {
	color: #88d623;
}

h1 {
	margin: 0px 0px 10px 0px;
	color: #000000;
	font-size: 18px;
	letter-spacing: 1px;
}

h2 {
	margin: 0px;
	color: #768070;
	font-size: 16px;
}

h3 {
	margin: 0px;
	color: #9eb490;
	font-size: 15px;
}

h4 {
	margin: 0px;
	color: #b3d99c;
	font-size: 14px;
}

input,textarea,select {
	border: 1px solid #999999;
	font-family: Trebuchet MS, Arial, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

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 {
	width: 100%;
	margin: auto;
	border-collapse: collapse;
}

td {
	border-top: 1px solid #bed6b2;
	border-bottom: 1px solid #bed6b2;
	text-align: center;
	color: #22521a;
}

table.sansbordure td {
	border: 0;
}

table.avecbordure td {
	border-top: 1px solid #bed6b2;
	border-bottom: 1px solid #bed6b2;
}

ul {
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(img/rub.png);
	font-size: 14px;
	text-transform: lowercase;
}

li a {
	color: #006a80;
}

li:hover {
	list-style-image: url(img/go.png);
}

li a:hover {
	color: #88d623;
}

ul li ul li {
	list-style-image: url(img/rub2.png);
	font-size: 12px;
}

ul li ul li a:hover {
	color: #88d923;
}

.imagetexte {
	margin: 5px;
}

.article {
	padding: 0px;
	padding-top: 15px;
	text-align: justify;
	clear: right;
}

.article a {
	color: #768070;
	text-decoration: underline;
}

.article a:hover {
	color: #b3d99c;
	text-decoration: underline;
}

.article h1 a {
	text-decoration: none;
	border: none;
	color: #142E3F;
}

.article h1 a:hover {
	color: #88d623;
}

.contenu {
	width: 645px;
	margin-left: 307px;
	padding: 0px;
}

.page {
	width: 980px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(img/fondpage.png);
	background-repeat: repeat-y;
}

.contenupage {
	margin: 0px;
	min-height: 480px;
	background-image: url(img/fondcontenu.png);
	background-repeat: no-repeat;
}

.hautpage {
	width: 980px;
	height: 200px;
	margin-top: 0px;
	background-image: url(img/haut.jpg);
}

.barrenav {
	position: absolute;
	width: 640px;
	margin-left: 320px;
	top: 180px;
	color: #6d8f5d;
}

.barrenav a {
	position: center;
	color: #6d8f5d;
	font-size: 11px;
	text-transform: lowercase;
}

.menu {
	float: left;
	width: 170px;
	margin-top: 180px;
	margin-left: 90px;
	padding: 0px;
}

.contenubas {
	margin: auto;
	width: 630px;
	padding-left: 350px;
	color: #bed6b2;
	text-align: center;
}

.contenubas a {
	color: #bed6b2;
}

.baspage {
	width: 980px;
	height: 30px;
	background-image: url(img/bas.png);
	background-repeat: no-repeat;
	clear: both;
}

#diapo img {
	display: none;
	position: absolute;
}

#diapo {
	position: absolute;
	height: 200px;
	width: 270px;
}

.listecommentaire {
	background-color: #F9F9F9;
	border: 1px dashed #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
}

.commentaire {
	background-color: #FFFFFF;
	border-top: 1px dashed #CCE5DC;
	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 #CCE5DC;
	padding: 3px;
}

.ajoutcommentaire {
	background-color: #F9F9F9;
	border: 1px dashed #CCE5DC;
	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;
}
/* Style pour le formulaire de contact de nautic */
#lightbox_fluvialissime_contact_formulaire textarea {
	width: 95%;
}

#lightbox_fluvialissime_contact_formulaire {
	padding: 10px;
}

#lightbox_fluvialissime_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
}
