body {
	margin: 0px;
	background-color: #2b84ae;
	font-family: Trebuchet MS, Arial, Verdana, sans, helvetica, serif;
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	font-size: 12px;
	height: 100%;
	color: #042b3d;
}

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

a:hover {
	color: #ff7700;
}

h1 {
	color: #003052;
	font-size: 18px;
	margin: 5px 0px 10px 0px;
}

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

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

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

input,textarea,select {
	font-family: Trebuchet MS, Arial, Helvetica, sans, serif;
	font-size: 12px;
	vertical-align: middle;
	color: #003052;
	margin: 2px;
	padding: 5px;
	border: 0px;
	background-color: #FFFFFF;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

input:focus,textarea:focus
	/* Quand le curseur est sur un champ (ne marche pas sur IE) */ {
	border: 0;
	background-color: #FFFFCF;
}

input[type="submit"] {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

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

table {
	margin: auto;
	width: 100%;
	color: #003052;
	border-collapse: separate;
}

td {
	text-align: center;
	background-color: #ffffff;
	padding: 3px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

table.sansbordure td {
	background-color: transparent;
}

table.avecbordure td {
	background-color: #ffffff;
}

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

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

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

li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #003052;
	padding: 3px 0px 3px 0px;
}

li li a {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 0px 0px 0px;
}

.imagetexte {
	margin: 10px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 10px;
	background-color: #ffffff;
}

.article {
	text-align: justify;
	clear: both;
}

.contenu {
	width: 645px;
	min-height: 400px;
	margin-left: 290px;
	padding: 0px;
	overflow: hidden;
}

.page {
	position: absolute;
	width: 980px;
	background-image: url(img/fondpage.png);
	min-height: 100%;
	margin: 0px 0px 0px -490px;
	padding: 0px;
	left: 50%;
}

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

.textehaut {
	position: absolute;
	margin: 140px 0px 0px 715px;
	width: 220px;
	font-size: 15px;
	color: #F4C500;
	font-weight: bold;
	text-align: center;
}

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

#diapo {
	position: absolute;
	overflow: hidden;
	margin: 20px 0px 0px 45px;
	height: 180px;
	width: 720px;
}

.logo {
	position: absolute;
	margin: 0px 0px 0px 715px;
	width: 220px;
	height: 140px;
}

.actu {
	position: absolute;
	width: 700px;
	height: 25px;
	margin: 213px 0px 0px 220px;
	overflow: hidden;
	white-space: nowrap;
}

.listeactu {
	display: block;
	white-space: nowrap;
}

.listeactu a {
	display: block;
	color: #FFFFFF;
	height: 22px;
	padding: 3px 0px 0px 0px;
	font-size: 13px;
}

.logocontact {
	position: absolute;
	margin: 0px 0px 10px 10px;
	width: 210px;
	height: 125px;
}

.barrenav {
	color: #003052;
	font-size: 10px;
	padding: 0px;
}

.barrenav a {
	color: #003052;
}

.menu {
	float: left;
	text-align: left;
	width: 230px;
	margin: 0px 0px 0px 45px;
	padding: 0px;
}

.contenumenu {
	width: 210px;
	padding: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
}

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

.basmenu {
	width: 230px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/basmenu.png);
	background-repeat: no-repeat;
}

.menuhoncode {
	margin: 30px 0px 0px 0px;
	font-size: 10px;
}

.baspage {
	width: 980px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	clear: both;
	color: #042b3d;
}

.baspage a {
	color: #042b3d;
}

/* 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: none;
	background-color: #387796;
	z-index: 100;
	box-shadow: 2px 2px 20px #000000;
	-webkit-box-shadow: 2px 2px 20px #000000;
	-moz-box-shadow: #000000 2px 2px 20px;
}

.erreur {
	font-size: 16px;
	color: #AF4941;
	text-align: center
}
