body
{
	margin: 0px;
	background-color: #2287B1;
	background-image: url(img/fond.png);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Arial, Verdana, serif, sans;
	font-size: 12px;
	color: #3E596F;
	behavior: url("../img/csshover.htc");
}

a
{
	text-decoration: none; 
	color: #2FA6FF;
}

a:hover
{
	color: #2F74BF;
	text-decoration: none; 
}

h1 a
{
	text-decoration: none; 
	color: #4C85AC;
}

h1 a:hover
{
	color: #2F74BF;
	text-decoration: none; 
}


h1
{
	font-size: 20px;
}

h2
{
	color: #47627F;
	font-size: 17px;
}

h3
{
	color: #47627F;
	font-size: 15px;
}

h4
{
	color: #47627F;
	font-size: 13px;
}

input, textarea, select
{
	border: 1px solid #999999;
	font-family: Arial, Verdana, serif, sans;
	font-size: 11px;
	background-color: #FFFFFF;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	background-color: #FFFFcf;
}
 
ul
{
	margin-left: 20px;
	padding: 0px; 
}
 
li
{
	list-style-type: disc;
	padding:0px;
	margin:0px;
}

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

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

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

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

tr:hover
{
	border: 1px solid #B5CEDF;
	background-color: #E0E8EF;
}

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

.contenu
{
	margin-left: 392px;
	width: 548px;
	min-height: 635px;
	padding: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.page
{
	width: 980px;
	margin: auto;
}

.hautpage
{
	margin-left: 392px;
	width: 568px;
	height: 144px;
	margin-top: 0px;
	background-image: url(img/haut.png);
}

.barrenav
{
	position: absolute;
	width: 550px;
	height: 15px;
	top: 135px;
	margin-left: 10px;
	padding: 0px;
	z-index: 100;
}

.pagegauche
{
	float: left;
	width: 392px;
	height: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/gauche.png);
	background-repeat: no-repeat;
}

.pagedroite
{
	float: right;
	width: 20px;
	height: 800px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/droite.png);
	background-repeat: no-repeat;
}


.menu
{
	position: relative;
	top: 15px;
	left: 240px;
	width: 145px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

.menu a
{
	color: #FFFFFF;
}

.contenubas a
{
	color: #4C85AC;
}

.contenubas
{
	position: relative;
	width: 548px;
	height: 20px;
	top: 20px;
	margin-left: 10px;
	padding: 0px;
	color: #4C85AC;
	text-align: center;
}


.baspage
{
	margin-left: 392px;
	width: 568px;
	height: 74px;
	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
}

