html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans, helvetica, serif;
	background-image: url(img/fond.png);
	background-repeat: repeat-x;
	color: #555555;
	font-size: 0.8em;
	line-height: 1.6em;
	height: 100%;
}

.body2 {
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100%;
}

.body3_bleu {
	background-image: url(img/fondbleu.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.body3_rouge {
	background-image: url(img/fondrouge.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.body3_bleu a {
	text-decoration: none;
	color: #2f4c93;
}

.body3_bleu a:hover {
	color: #134dd6;
}

.body3_rouge a {
	text-decoration: none;
	color: #bc2326;
}

.body3_rouge a:hover {
	color: #9a090c;
}

.body3_rouge h1 {
	color: #a80500;
	font-size: 1.6em;
	font-family: Arial black, Arial, Verdana, sans, helvetica, serif;
	margin: 5px 0px 10px 0px;
}

.body3_bleu h1 {
	color: #2f4c93;
	font-size: 1.6em;
	font-family: Arial black, Arial, Verdana, sans, helvetica, serif;
	margin: 5px 0px 10px 0px;
}

.body3_rouge h2 {
	color: #a80500;
	font-size: 1.4em;
	margin: 0px;
}

.body3_bleu h2 {
	color: #2f4c93;
	font-size: 1.4em;
	margin: 0px;
}

.body3_rouge h3 {
	color: #a80500;
	font-size: 1.3em;
	margin: 0px;
}

.body3_bleu h3 {
	color: #2f4c93;
	font-size: 1.3em;
	margin: 0px;
}

.body3_rouge h4 {
	color: #a80500;
	font-size: 1.2em;
	margin: 0px;
}

.body3_bleu h4 {
	color: #2f4c93;
	font-size: 1.2em;
	margin: 0px;
}

hr {
	color: #DDDDDD;
	background-color: #DDDDDD;
	height: 1px;
	border: 0;
}

input,textarea,select {
	font-family: Arial, Helvetica, sans, serif;
	margin: 2px;
	padding: 2px;
	font-size: 0.95em;
	vertical-align: middle;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	color: #000000;
}

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

input[type="submit"] {
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 0px -1px 0px #000000;
	color: #FFFFFF;
	padding: 5px 8px 5px 8px;
	border: 0px;
	background-color: #2f4c93;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #002e76;
}

input[type="image"] {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
}

input[type="radio"] {
	padding: 2px;
	margin: 3px;
	border: 0;
}

.formglobale label {
	width: 200px;
	display: inline-block;
}

.formglobale textarea,.formglobale_input {
	width: 300px;
}

.formglobale hr {
	background-color: transparent;
	height: 1px;
	margin: 20px 0px 20px 0px;
	border-top: 1px dotted #a80500;
}

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

table {
	margin: auto;
	width: 100%;
	border-collapse: collapse;
}

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

table.sansbordure td {
	border: 0;
}

table.avecbordure td {
	border: 1px solid #DDDDDD;
}

.imagetexte {
	margin: 5px;
}

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

.contenu {
	width: 700px;
	min-height: 470px;
	margin: 0px 0px 0px 260px;
	padding: 0px;
	overflow: hidden;
}

.boiteplus {
	margin: 0px;
	padding: 8px;
	border: 1px solid #DDDDDD;
	height: 1%;
}

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

.page2_bleu {
	background-image: url(img/fondbleu2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.page2_rouge {
	background-image: url(img/fondrouge2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.hautpage {
	width: 980px;
	height: 215px;
	margin: 0;
}

.logo {
	position: absolute;
	width: 212px;
	margin: 10px 0px 0px 28px;
}

#diapo {
	position: absolute;
	margin: 0px 0px 0px 261px;
	height: 214px;
	width: 706px;
}

#diapo img {
	position: absolute;
	z-index: 8;
	opacity: 0.0;
}

#diapo img.active {
	z-index: 10;
	opacity: 1.0;
}

#diapo img.desactive {
	z-index: 9;
	opacity: 1.0;
}

.body3_bleu .barrenav {
	font-size: 0.7em;
	color: #2f4c93;
}

.body3_rouge .barrenav {
	font-size: 0.7em;
	color: #bc2326;
}

/* menu de gauche */
.menu {
	float: left;
	width: 240px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	text-align: left;
}

.menu_site_bleu {
	width: 240px;
	height: 400px;
	padding: 0px;
	background-image: url(img/menubleu.png);
}

.menu_site_rouge {
	width: 240px;
	height: 400px;
	padding: 0px;
	background-image: url(img/menurouge.png);
}

.menu_site_rouge a:hover {
	color: #580103;
	font-weight: bold;
}

.menu_site_bleu a:hover {
	color: #020d60;
	font-weight: bold;
}

.menu_site_bouton {
	position: absolute;
	margin: 345px 0px 0px 0px;
}

.menu_site_contenu {
	padding: 25px 35px 0px 20px;
}

.menu ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a {
	display: block;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-size: 1.2em;
}

.body3_rouge .menu li a {
	border-bottom: 1px dashed #f48495;
}

.body3_bleu .menu li a {
	border-bottom: 1px dashed #88b8e8;
}

.menu li li a {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	padding: 2px 0px 2px 0px;
}

.body3_rouge .menu li li a {
	border-bottom: 0px;
}

.body3_bleu .menu li li a {
	border-bottom: 0px;
}

.body3_rouge .menu li li a:hover {
	border-bottom: 0px;
	background-image: url(img/pucerouge.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.body3_bleu .menu li li a:hover {
	border-bottom: 0px;
	background-image: url(img/pucebleu.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

/* Menu du haut */
.menu_haut_contenu {
	height: 35px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

.menu_haut_contenu a {
	color: #777777;
}

.body3_rouge .menu_haut_contenu a:hover {
	color: #580103;
}

.body3_bleu .menu_haut_contenu a:hover {
	color: #020d60;
}

.menu_haut_contenu ul {
	list-style: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
}

.menu_haut_contenu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.menu_haut_contenu li a {
	display: inline-block;
	margin: 0px;
	padding: 1px 15px 3px 15px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #777777;
}

.menu_haut_contenu li li {
	display: block;
	overflow: hidden;
}

.menu_haut_contenu li li a {
	display: inline-block;
	margin: 0px;
	padding: 5px 15px 5px 15px;
	width: 200px;
	text-align: left;
	text-transform: none;
	font-size: 1.1em;
}

.menu_haut_contenu li li a:hover {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
}

.body3_rouge .menu_haut_contenu li li a:hover {
	background-image: url(img/menuhautpucerouge.png);
}

.body3_bleu .menu_haut_contenu li li a:hover {
	background-image: url(img/menuhautpucebleu.png);
}

.menu_haut_contenu ul li ul {
	display: none;
}

.menu_haut_contenu ul li:hover ul {
	position: absolute;
	display: block;
	z-index: 999;
	background-image: url(img/menuhautfond.png);
}

.body3_rouge .menu_haut_contenu ul li:hover ul {
	border-left: 2px solid #a80500;
}

.body3_bleu .menu_haut_contenu ul li:hover ul {
	border-left: 2px solid #1e5193;
}

.pagebas {
	width: 980px;
	height: 15px;
	background-image: url(img/pagebas.png);
	margin: auto;
	clear: both;
}

.contenubas {
	text-align: center;
	width: 980px;
	font-size: 0.8em;
	margin: auto;
	color: #999999;
}

.contenubas a {
	color: #999999;
}

/* 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: 1.2em;
}

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

#lightbox_rappel {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 340px;
	margin-left: -170px;
	border: 2px solid #f0d901;
	overflow: auto;
	background-color: #dad9d3;
	z-index: 100;
	color: #000000;
	box-shadow: 2px 2px 20px #000000;
	-webkit-box-shadow: 2px 2px 20px #000000;
	-moz-box-shadow: #000000 2px 2px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#lightbox_rappel a {
	color: #999999;
	font-size: 0.8em;
}

#lightbox_rappel  label {
	display: inline-block;
	width: 80px;
}

#lightbox_rappel input[type="submit"] {
	font-size: 1em;
	text-shadow: none;
	color: #000000;
	font-weight: bold;
	font-family: Arial black, Arial, Verdana, sans, helvetica, serif;
	padding: 3px 8px 3px 8px;
	border: 1px solid #000000;
	background-color: #f0d901;
	cursor: pointer;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#lightbox_rappel form {
	padding: 10px;
}

.erreur {
	font-size: 1.4em;
	color: #AF4941;
	text-align: center
}

.spacer {
	clear: both;
}
