
body
{
	margin: 0px;
	background-color: #c4d9ee;
	background-image: url(img/fond.png);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Arial, Verdana, serif, sans;
	font-size: 12px;
	color: #3F3F3F;
}

.menu
{
	color: #2C5C8F;
}

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

a:hover
{
	color: #628AB8;
}

.article h1 a
{
	text-decoration: none; 
	color: #628AB8;
}

.article a
{
	color: #7195BB;
	font-weight: bold;
}

.article a:hover
{
	color: #47627F;
}

h1
{
	color: #47627F;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 0px;
}

h2
{
	color: #47627F;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 0px;
}

h3
{
	color: #47627F;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 0px;
}

h4
{
	color: #47627F;
	font-size: 12px;
	margin-top: 25px;
	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: #f3f8fd;
	background-image: url(img/fondtab.png);
	background-repeat: repeat-x;
}

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

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

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

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

li:hover
{
	list-style-image: url(img/go.png);
}

.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: 680px;
	margin-left: 260px;
	padding: 0px;
	padding-bottom: 15px;
	overflow: hidden;
}

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

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



.contenuhaut a
{
	color: #333333;
}


.contenuhaut
{
	position: relative;
	width: 350px;
	height: 75px;
	top: 30px;
	margin-left: 230px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	color: #E0E7EF;
}

.promo a:hover
{
	color: #C4D9EE;
}

.promo a
{
	color: #6E93BD;
}

.promo
{
	position: relative;
	width: 150px;
	height: 40px;
	top: 0px;
	margin-left: 595px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	color: #6E93BD;
}

.barrenav
{
	position: relative;
	width: 680px;
	height: 15px;
	top: 25px;
	margin-left: 260px;
	padding: 0px;
}

.menu
{
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px;
}

.contenumenu
{
	width: 220px;
	margin-left: 30px;
	padding: 0px;
}

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

.contenubas a
{
	color: #E0E7EF;
}

.contenubas
{
	position: relative;
	width: 910px;
	height: 20px;
	top: 37px;
	margin-left: 35px;
	padding: 0px;
	color: #E0E7EF;
}


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

/* Style pour le formulaire de contact de nautic */

#lightbox_nautic_contact_formulaire textarea
{
	width: 95%;
}	
	
#lightbox_nautic_contact_formulaire 
{
	padding: 10px;
}

#lightbox_nautic_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
}

