
body
{
	margin: 0px;
	background-color: #89cade;
	background-image: url(img/fond.png);
	background-position: top center; 
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, serif;
	font-size: 12px;
	color: #1B373F;
}

a
{
	text-decoration: none; 
	color: #3692AF;
}

a:hover
{
	color: #4C87AF;
	text-decoration: underline;
}

h1
{
	color: #142E3F;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
}

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

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

h4
{
	color: #142E3F;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 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: #D1E9EF;
}

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

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

ul
{
	margin: 0px;
	padding: 0px; 
}

li
{
	margin: 0px;
	padding: 0px; 
	display: inline;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
}

li:hover
{
	
}

.menu
{
	position: absolute;
	top: 250px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.menu a
{
	display: inline-block;
	color: #FFFFFF;
	padding-top: 10px;
	width: 130px;
	height: 40px;
	text-decoration: none; 
	background-image: url(img/fondboutonmenu.png);
	background-position: center; 
	background-repeat: no-repeat;
}

.menu a:hover
{
	color: #FFFFFF;
	width: 130px;
	height: 40px;
	padding-top: 10px;
	background-image: url(img/fondboutonmenusurvol.png);
	background-position: center; 
	background-repeat: no-repeat;
}

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

.contenu
{
	width: 945px;
	margin-left: 18px;
	padding: 0px;
	padding-bottom: 15px;
}

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

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

.logosite
{
	position: absolute;
	width: 300px;
	height: 75px;
	top: 150px;
	margin-left: 325px;
}

.infosite
{
	position: absolute;
	width: 980px;
	top: 225px;
	text-align: center;
	color: #31484F;
	font-size: 12px;
	font-weight:bold;
}

.barrenav a
{
	color: #FFFFFF;
}

.barrenav
{
	position: absolute;
	top: 170px;
	color: #FFFFFF;
	font-size: 10px;
}

.contenubas a
{
	color: #FFFFFF;
}

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

.baspage
{
	width: 980px;
	height: 160px;
	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
}

