body
{
	margin: 0px;
	background-color: #B4FF79;
	background-image: url(img/fond.png);
	background-repeat: repeat-x;
	font-family: Comic Sans MS, Arial, serif;
	font-size: 12px;
	color: #0E2F03;
}

a
{
	text-decoration: none; 
	color: #EFA21D;
}

a:hover
{
	color: #FFB900;
	border-bottom: 1px dashed;
}

h1
{
	color: #529938;
	font-size: 18px;
	margin: 0px;
}

h2
{
	color: #529938;
	font-size: 16px;
	margin: 0px;
}

h3
{
	color: #529938;
	font-size: 14px;
	margin: 0px;
}

h4
{
	color: #529938;
	font-size: 12px;
	margin: 0px;
}


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

table
{
	margin: auto;
	width: 100%;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

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

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

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

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

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

.menu
{
	float: left;
	width: 235px;
}

.contenumenu
{
	padding-top: 40px;
	padding-left: 20px;
	width: 215px;
	background-image: url(img/hautmenu.png);
	background-repeat: no-repeat;
	min-height: 335px;
}

.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: both;
}

.contenu
{
	width: 720px;
	margin-left: 238px;
	padding-bottom: 15px;
	overflow: hidden;
}

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

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

.logosite
{
	position: absolute;
	width: 275px;
	height: 165px;
	top: 10px;
	margin-left: 8px;
}

.choixlangue
{
	position: absolute;
	width: 80px;
	height: 20px;
	top: 185px;
	margin-left: 890px;
	text-align: center;
}

.barrenav a
{
	color: #A9DF7D;
}

.barrenav
{
	position: absolute;
	top: 190px;
	margin-left: 240px;
	color: #85AF62;
	font-size: 12px;
}

.contenubas a
{
	color: #FFFFFF;
}

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

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

#diapo img
{
	display:none;
	position:absolute;
}

#diapo
{
	float: right;
	height: 180px;
	width: 560px;
}

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

