.html
{
	background-repeat: repeat;
	background-position: center top fixed;
	background-image: url(../Elements/fond_1920x1080.jpg);
	background-color: #7F7F7F;
	background-attachment: fixed;
}

body
{
	width: 0px;
	min-height: 0px;
	border-color: #000000;
	padding-top: 0px;
	padding-right: 1116px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 0px;
	z-index: 1;
	background-image: url(
	../Elements/bord_Body.png);
	background-repeat: repeat-y;
	background-position: 0;
}


h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #89CBF6;
	font-weight: bold;
	font-size: 24px;
	line-height:30px;
	text-align: center;
	padding-bottom: 35px;
	}

h2 {
	color: #ffff;
	font-style:normal;
	text-align:justify;
	padding-bottom:10px;
	}

h3 {
	color: #011A62;
	background-color: #AAE6FF;
	font-style: normal;
	text-align: center;
	margin-top:20px;
	margin-bottom: 15px;
	height:30px;
	line-height:30px;
	}

.txt_principal {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #ffff;
	font-style:normal;
	font-weight:lighter;
	text-align:justify;
	padding-top:10px;
	}

.txt_principal:first-child {
	padding-top:5px;
	}

#container {
	margin-left: 78px;
	background-color: rgba(150, 49, 24, 0.45);	
	width:960px;
	z-index: 1;
}

#body_contain {
	background-image: url(../Elements/fond_body.png);
	background-repeat: repeat-y;
	margin-left:0px;
	}
	
#contain {
	padding-top: 0px;
	padding-left: 90px;
	padding-right: 90px;
	padding-bottom: 0px;
	font-size: 13pt;
	line-height: 18pt;
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	

.finSection {
	clear: both;
	}
	
#entete {
	z-index:1;
	background-image: url(../Elements/fond_header.png);
	width:960px;
	height:205px;
	margin-top: 0px;	
	padding-top: 0px;
	margin-bottom:15px;
	}
	
#entete_En {
	z-index:1;
	background-image: url(../Elements/fond_header_En.png);
	width:960px;
	height:205px;
	margin-top: 0px;	
	padding-top: 0px;
	margin-bottom:15px;
	}

#langue  {
	width:85px;
	padding-top: 40px;
	padding-left:838px;	
	}
	
#french {
	float:left;
	}	

#french a img, #english a img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	}	

#french a:hover img, #english a:hover img {
	-webkit-transform: scale(1.2) ;
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
		}

#english {
	float: right;
	}	

	
#sim {
	padding-left:55px;
	}
	
#sim a img {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	-o-transition: -o-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	-webkit-transform-origin: center right;
	-moz-transform-origin: center right;
	-o-transform-origin: center right;
	transform-origin: center right;
	}	

#sim a:hover img {
	-webkit-transform: scale(0.9) ;
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
		}

#menu, #menu_en {
	background-image: url(../Elements/ligne.png);
	background-repeat: no-repeat;
	margin-top:16px;
	margin-left:40px;
	}

#menu ul, #menu_en ul {
	position:relative;
	top:-17px;
	left:209px;
	}

#menu ul li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	font-family: kaushan-script;
	font-style: normal;
	font-weight: 400;
	font-size: 18pt;
	margin:-1px;
}

#menu_en ul li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	font-family: kaushan-script;
	font-style: normal;
	font-weight: 400;
	font-size: 15pt;
	margin:-1px;
}

#menu ul li:last-child a, #menu_en ul li:last-child a {
	background-image: url(../Elements/btn_contacts.png);
	width: 115px;
	height: 52px;
}

#menu ul li:last-child a:hover, #menu_en ul li:last-child a:hover {
	background-image: url(../Elements/btn_actif_contacts.png);
}

#menu ul li:first-child a, #menu_en ul li:first-child a {
	background-image: url(../Elements/btn_accueil.png);
	width: 115px;
	height: 52px;
}

#menu ul li:first-child a:hover, #menu_en ul li:first-child a:hover {
	background-image: url(../Elements/btn_Actif_Accueil.png);
}

#menu ul li a, #menu_en ul li a {
	display: block;
	text-decoration: none;
	margin:-2px;
	background-image: url(../Elements/btn_articles.png);
	width:115px;
	height:52px;
	color: #011A62!important;	

	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

#menu ul li a:hover, #menu_en ul li a:hover {
	background-image: url(../Elements/btn_actif_articles.png);
	-webkit-transform: scale(0.95) ;
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	color: #fff!important;
}

.first_visited {
	background-image: url(../Elements/btn_Actif_Accueil.png);
	width: 115px;
	height: 52px;
	margin:-1px;
	background-repeat: no-repeat;
	color: #fff!important;

}

.visited {
	background-image: url(../Elements/btn_actif_articles.png);
	width: 115px;
	height: 52px;
	background-repeat: no-repeat;
	color: #fff!important;

}

.last-visited {
	background-image: url(../Elements/btn_actif_contacts.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 52px;
	color: #fff!important;
}


#copyright {
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom:20px;
	height:10px;
	text-align:center;
	position:relative;
	top:-7px;
	
	}

footer #line {
	background-image: url(../Elements/ligne.png);
	background-repeat: no-repeat;
	margin-top:0px;
	margin-left:40px;	
	margin-bottom:10px;
	width:883px;
	height:40px;
	position:relative;
	top:-13px;
	}
	
footer a, .link_medias:link, .link_medias:hover, .link_medias:visited, a:link, a:hover, a:visited {
	color: #ffc600!important;
	text-decoration:none!important;
	}
	
.img_principal {
	text-align:center;
	padding-top:20px;
	}

li {
	padding-bottom: 15px;
	list-style-type: square;
	margin-left:15px;
	}

#mentions_first {
	padding-top:0px;
	padding-bottom:15px;
}
	
li:first-child{
	padding-top:20px;
	padding-bottom:5px;
	}

.retrait {
	font-size:19px;
	list-style-type: disc;
	margin-left:80px;
	padding-bottom:10px;
	}
	
.retrait_list {
	/*font-size:13px;*/
	list-style-type: disc;
	margin-left:80px;
	margin-bottom:5px;
	padding-bottom:0px;
	}

.retrait_list:first-child {
		padding-top:0px;
	}

.list {
		padding-top:10px;
	}


#list_number {
	font-size:19px;
	list-style-type:decimal;
	margin-left:25px;
	padding-top:40px;
	padding-bottom:0px;
	color: #89CBF6;
	}

.retrait_list_number {
	font-size:19px;
	list-style-type: disc;
	margin-left:80px;
	padding-top:5px;
	padding-bottom:0px;
	}

.retrait_list_number:first-child {
	padding-top:5px;
	padding-bottom:0px;
	}

.various {
	color:#FFEF00!important;
	text-decoration: none!important;
	}

strong {
	font-weight:bold;
	}

span {
	font-style: italic;
	color:#89CBF6!important;
	}

small {
	font-style: italic;
	font-size: 13pt;
	line-height: 16pt;
	}

acronym {
	text-decoration: none;
	border-top: none #89CBF6;
	border-bottom: solid #89CBF6 2px;
	border-right: none #89CBF6;
	border-left: none #89CBF6;
	}

/* Contact */
textarea {
	width:98%;
	font-size: 12pt;
	padding:8px;
	}

input{
	width:250px;
	height:35px;
	font-size: 12pt;
	padding-left:8px;
	padding-right:8px;
	}

textarea, input {
	border-radius:3px;
	Background-color: #ffffff;
	color:#afafaf;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration:  0.8s;
	transition-property: color, background-color;
	-o-transition-property: color, background-color;
	-moz-transition-property: color, background-color;
	-webkit-transition-property: color, background-color;
				
	}
	
textarea:focus, input:focus {
	Background-color: #b7efff;
	color:black;

	}
	
label {
	display:block;
	font-weight:bold;
	}
	
#welcome {
	padding:10px 20px;
	background-color: #00194a;
	color:#ffffff;
	font-weight:normal;
	}

#error {
	padding-left:10px;
	background-color: #ff0000;
	} 

.error_text {
	color:#ffed00;
	font-weight:bold;}

#success {
	padding:10px 20px;
	background-color: #3cba05;
	color:#ffffff;
	font-weight:normal; }

.success_text {
	margin-top:5px;
	padding-bottom:10px;
	color:#ffed00;
	line-height:25px;
	font-weight:bold;
	}
	
.title_form {
	padding-top:10px;
	padding-bottom:5px;
	color:#ffed00;
	}

.title_form_first {
	padding-top: 30px;
	padding-bottom:5px;
	color:#ffed00;
	}

	
.btn{
	padding:3px;
	background-color: #8ae7ff;
	width:100px;
	height:35px;
	margin-top:15px;
	margin-right:10px;
	line-height:35px;
	-moz-box-shadow: inset 5px 5px 10px 5px #00194a;;
	-webkit-box-shadow: inset 5px 5px 10px 5px #00194a;;
	-o-box-shadow: inset 5px 5px 10px #00194a;;
	box-shadow: inset 5px 5px 10px 5px #00194a;;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#00194a;, Direction=134, Strength=50);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 10px;
	color: #00194a;	

	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	-moz-transition: -moz-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
}

.btn:hover {
	background-color: #00194a;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	color: #8ae7ff;
}

.grouped_elements {
	margin-right:40px;
	margin-bottom:10px;
	float:left;
	position:relative;
}

.grouped_elements .fond_img {
	position:absolute;
	width:100%;
	height:96%;
	background-color: rgba(255,255,255,.5);
	z-index:999;
	top:0px;
	
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	filter: alpha(opacity=0);
 	opacity: 0;

	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;

  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
}

.grouped_elements:hover .fond_img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 	filter: alpha(opacity=100);
  	opacity: 1;
}

#vignette {
	float:left;
	left:20px;
	padding-right:20px;
}


.img_principal .fond_img {
	position:absolute;
	width:100%;
	height:98%;
	background-color: rgba(255,255,255,.5);
	z-index:999;
	top:0px;
	
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	filter: alpha(opacity=0);
 	opacity: 0;

	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;

  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-ms-box-sizing: border-box;
  	box-sizing: border-box;
}

.img_principal:hover .fond_img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 	filter: alpha(opacity=100);
  	opacity: 1;
}


.fancybox-title-float-wrap .child {
    background: none repeat scroll 0 0 rgba(1,26,98,0.8)!important;
}


table {
	color: #011A62;
	border: 3px solid #011A62;
	width:100%;
	}
	
tr {
	height:35px;
	border-bottom: 1px solid #011A62;
	}

th:first-child {
	background-color: #B5DEF9;
	}

th {
	width:50%;
	border-right: 1px solid #011A62;
	padding-left:10px;
	background-color: #89CBF6;
	}
	

#line {
	background-image: url(../Elements/ligne.png);
	background-repeat: no-repeat;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:-45px;	
	width:883px;
	height:45px;
	position:relative;
	}

#contain #ancres_haut {
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	border-bottom: 2px solid #89CBF6;
	margin-bottom: 25px;
	}

#fleche_haut {
	position:relative;
	top:-9px;
	left:50%;
	}
	
#fleche_bas {
	position:absolute;
	top:-30px;
	left:50%;
	}

#contain #ancres_bas {
	position:relative;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	border-top:2px solid #89CBF6;
	margin-top:30px;
	}

#resume {
	margin-top: 20px;
	background-color: #C60104;
	color: #FFE000;
	border: 2px solid #FFE000;
	height:45px;
	line-height:45px;
	}

#clear_Both {
	clear:both;
}


.img_align {
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

.illustration {
	width:742px;
	text-align: center;
	}

.illustration a img {
	margin:0 auto;
}

.illustration .legende {
	color: #FFFFFF;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10pt;
	float:right;
	padding-right:240px;
}