@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myriadpro-light-webfont';
    src: url('fonts/myriadpro-light-webfont.eot');
    src: url('fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-light-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-light-webfont.svg#myriadpro-light-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('fonts/MyriadPro-Semibold.eot');
    src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-Semibold.ttf') format('truetype'),
         url('fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'MyriadPro-SemiCn';
    src: url('fonts/MyriadPro-SemiCn.eot');
    src: url('fonts/MyriadPro-SemiCn.eot?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-SemiCn.ttf') format('truetype'),
         url('fonts/MyriadPro-SemiCn.svg#MyriadPro-SemiCn') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'didot-roman';
    src: url('fonts/didot-roman.eot');
    src: url('fonts/didot-roman.eot?#iefix') format('embedded-opentype'),
         url('fonts/didot-roman.ttf') format('truetype'),
         url('fonts/fdidot-roman.svg#didot-roman') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'didot-ital';
    src: url('fonts/didot-ital.eot');
    src: url('fonts/didot-ital.eot?#iefix') format('embedded-opentype'),
         url('fonts/didot-ital.ttf') format('truetype'),
         url('fonts/fdidot-ital.svg#didot-ital') format('svg');
    font-weight: normal;
    font-style: normal
}
* {
     -moz-box-sizing: border-box;
     -webkit-box-sizing:border-box; 
	 box-sizing: border-box
}
html {
	height: 100%;	
}
body {
	font-family: 'MyriadPro-Regular';
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	line-height: 1em;
	max-height : 1200px;
	max-width: 1920px;
	color: rgba(51,42,0,1.00);
	height: 100%;
	min-width: 768px;
	background-color: #E2F4FC;
}
.foto_fundo {
	position: absolute;
	z-index:0;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url(../imagens/foto_fundo-3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	max-height : 1200px;
	max-width: 1920px;
	opacity: 0.6;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;	
}
.center {
	text-align: center;
}
img[alt] {
	font-size: 0.75em
}
a:link, a:active, a:visited, a:focus {
	color: #590000;
	text-decoration: none;
	border: none;
	outline: 0;
}
a:hover {
	color: #004c6c;
	border: none;
	text-decoration: none;
}
.enginewords {
	position: absolute;
	visibility: hidden;
}
#sociaux {
/*	background-color: rgba(255,255,255,0.50);
*/	width: 30px;
	height: auto;
	margin-top: 124px;
	position: absolute;
	right: 4%;
	z-index: 1;
}
#meteo_wind {
	width: 200px;
	margin-top: 40px;
	position: absolute;
	z-index: 1;
	right: 88px;
}
#meteo_wind img {
	height: 100%;
	width: auto;
	display: inline-block;
	margin-left: 10px;
	float: right;
	clear: none;
	border-radius: 3px;
}
#sociaux.floatable {
	position: fixed;
	top: 10;
	right: 0;
		}
#sociaux img {
	margin-bottom: 4px;
	width: 30px;
}
.primaryContainer {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	min-height: 100%;
	display: block;
	overflow: hidden;
	z-index: 1;
	top: 0;
}
/*  ****************** DEBUT EN TETE ET MENUS ************************* */
header {
	width: 100%;
	height: 50%;
	max-height: 116px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: rgba(232,220,152,0.50);*/
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.80) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.80) 0%,rgba(255,255,255,0.00) 100%);
}
header {
	position: fixed;
	top: 0;
	margin-bottom: 4px;
	min-width: 768px;
}
.logo {
	display: block;
	position: absolute;
	width: 20%;
	max-width: 220px;
	height: auto;
	z-index: 15;
	left: 4%;
	top: 8px;
}
.logo img {
	width: 100%;
	height: auto;
}
.entete_titre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2px;
}
.entete_titre h1 {
	display: block;
	text-align: center;
	font-family: 'MyriadPro-SemiCn';
	font-size: 1.7em;
	letter-spacing: 0.06em;
	opacity: 1;
	line-height: 1.2em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
}
.entete_titre h1 span {
	display: block;
	text-align: center;
	font-family: 'MyriadPro-SemiCn';
	font-size: 0.5em;
	line-height: 1.8em;
	letter-spacing: 0.03em;

}
.entete_droite {
	display: block;
	position: absolute;
	right: 4%;
	top: 8px;
	height: auto;
	width: 160px;
}
.conteneurdrapeaux {
	display: block;
	float: left;
	margin-left: 10px;
}
.conteneurdrapeaux img {
	width: 16px;
	margin-right: 3px;
}
.am_sud {
	float: right;
	width: 38%;
}
.am_sud img {
	width: 100%;
	max-width: 94px;
	height: auto;
}
#barremenutop {
	margin-top: 12px;
	float: right;
	margin-right: 0px;
	width: 100%;
	font-style: italic;
}
nav {
	position: absolute;
	height: 26px;
	bottom: 0;
	z-index: 10;
	width: 100%;
/*	background-image: -webkit-linear-gradient(0deg,rgba(175,231,255,0.00) 0%,rgba(89,206,255,0.43) 11.70%,rgba(89,206,255,0.30) 88.74%,rgba(175,231,255,0.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(175,231,255,0.00) 0%,rgba(89,206,255,0.43) 11.70%,rgba(89,206,255,0.30) 88.74%,rgba(175,231,255,0.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(175,231,255,0.00) 0%,rgba(89,206,255,0.43) 11.70%,rgba(89,206,255,0.30) 88.74%,rgba(175,231,255,0.00) 100%);
	background-image: linear-gradient(90deg,rgba(175,231,255,0.00) 0%,rgba(89,206,255,0.43) 11.70%,rgba(89,206,255,0.30) 88.74%,rgba(175,231,255,0.00) 100%);*/
}
	
#menu{
	font-family: 'MyriadPro-SemiCn';
	font-size: 0.96em;
	letter-spacing: 0.03em;
	width: 85%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding-top: 0;
	padding-right: 4%;
	padding-bottom: 0;
	padding-left: 4%;
	display: flex;
	display: -webkit-flex;
	background-image: -webkit-linear-gradient(270deg,rgba(226,248,255,0.50) 0%,rgba(253,253,253,0.31) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(226,248,255,0.50) 0%,rgba(253,253,253,0.31) 100%);
	background-image: -o-linear-gradient(270deg,rgba(226,248,255,0.50) 0%,rgba(253,253,253,0.31) 100%);
	background-image: linear-gradient(180deg,rgba(226,248,255,0.50) 0%,rgba(253,253,253,0.31) 100%);
	border-radius: 6px;
}

#menu li{
	width: auto;
	float: left;
	padding: 0; /* A MODIFIER */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-radius: 6px;

}

#menu a{
	float: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0; /* A MODIFIER */
	text-decoration: none; /* A MODIFIER */
	font-size: 0.875em; /* A MODIFIER */
	line-height: 24px; /* A MODIFIER */
	font-weight: normal;
	white-space: nowrap;
	color: rgba(12, 40, 65, 1.0);
}
#menu a[href="#"]{
	/*color: rgba(218,197,200,1.00);*/ /* A MODIFIER */
}
#menu li:hover > a{
	background-image: -webkit-linear-gradient(270deg,rgba(89,206,255,1.00) 0%,rgba(160,228,254,0.68) 0%,rgba(209,242,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(89,206,255,1.00) 0%,rgba(160,228,254,0.68) 0%,rgba(209,242,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(89,206,255,1.00) 0%,rgba(160,228,254,0.68) 0%,rgba(209,242,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(89,206,255,1.00) 0%,rgba(160,228,254,0.68) 0%,rgba(209,242,255,1.00) 100%);
	color: rgba(1,86,191,1.00);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
	padding-top: 2px;
	border-radius: 2px;
}



*html #menu li a:hover{ /* IE6 */
	color: rgba(0,145,204,1.00); /* A MODIFIER */
}

#menu li:hover > ul{
	display:block;
	/*display: flex;
	display: -webkit-flex;*/
	opacity: 1;
}

/* Sub-menu */

#menu ul {
	width: 100%;
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 26px;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
	opacity: 0;
	padding-top: 2px;
	padding-bottom: 6px;
	-webkit-transition: all 0.5s ease-out 0s; /* For Safari 3.1 to 6.0 */
	transition: all 0.5s ease-out 0s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-image: -webkit-linear-gradient(270deg,rgba(209,242,255,1.00) 0%,rgba(241,249,252,1.00) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(209,242,255,1.00) 0%,rgba(241,249,252,1.00) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(209,242,255,1.00) 0%,rgba(241,249,252,1.00) 99.48%);
	background-image: linear-gradient(180deg,rgba(209,242,255,1.00) 0%,rgba(241,249,252,1.00) 99.48%);
	-o-transition: all 0.5s ease-out 0s;
}
	
#menu ul li{
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	padding-top: 0;
	padding-bottom: 0px;
	z-index: 22;
	text-align: center;
	margin-left: 12px;
	margin-right: 12px;
}
#menu li ul {
	max-width: 540px;
}
#menu li ul li {
	margin-top: 6px;
	margin-right: 0;
	max-width: 120px;
	display: inline-block;
	float: none;
	clear: both;
	border: 1px solid rgba(134,182,201,0.49);
}
#menu ul li a p {
	max-width: 113px;
	height: auto;
	margin-top: 6px;
	margin-bottom: 0px;
	letter-spacing: 0em;
	white-space: normal;
}
#menu ul li a p:first-child {
	margin-top:4px;
	font-size: 1em;
	white-space: nowrap;
}
#menu ul li a p:last-child {
	margin-top:4px;
	white-space: nowrap;
}
#menu ul li:first-child{
	margin-left: 10px;
}
#menu ul li:last-child{
	margin-right: 0px;
}

#menu ul a{
	height: auto;
	line-height: 1;
	display: block;
	float: left;
	text-transform: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 0.813em;
	text-align: center;
}
#menu ul li a {
	padding-top: 0px;
}
.image_sous_menu {
	background-size: cover;
	width: 100px;
	height: 75px;
	margin-top: 4px;
}

.image_sous_menu img {
display: none;
}
/*#menu ul a img {
	opacity: 0.9;
	-webkit-transition: all 0.4s; 
    transition: all 0.4s;	
}*/
*html #menu ul a{ /* IE6 */
}
/*#menu ul a[href="#"]{
	color: rgba(102,87,89,1.00); /* A MODIFIER */

*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

/*#menu ul a:hover{
	color: rgba(118,33,33,1.00);
	background-color: rgba(0,0,0,0.00);
	padding-top: 0px;
	line-height: 1em;
	margin-top: 6px;
}*/
#menu ul a:hover img{
	opacity: 1;
}
#menu ul li:hover > a{
	color: rgba(1,86,191,1.00);
	background-image: none, -webkit-linear-gradient(270deg,rgba(160,221,255,0.40) 0%,rgba(206,242,255,0.40) 99.48%);
	background-image: none, -moz-linear-gradient(270deg,rgba(160,221,255,0.40) 0%,rgba(206,242,255,0.40) 99.48%);
	background-image: none, -o-linear-gradient(270deg,rgba(160,221,255,0.40) 0%,rgba(206,242,255,0.40) 99.48%);
	background-image: none, linear-gradient(180deg,rgba(160,221,255,0.40) 0%,rgba(206,242,255,0.40) 99.48%);
	padding-top: 0px;
	/*line-height: 12px;*/
	margin-top: 0px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.27);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.27);
}

/*#menu ul li:first-child a:after{
	content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #b3b3b3;
	-moz-box-shadow: 6px 6px 4px inset rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 6px 6px 4px inset rgba(0, 0, 0, 0.3);
box-shadow: 6px 6px 4px inset rgba(0, 0, 0, 0.3);
}
*/
#menu ul li:first-child a:hover:after{
	border-bottom-color: #b3b3b3;
}



/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

.icon_tempomare {
	float: right;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 6%;
	opacity: 0.8
}
.icon_tempomare img {
	width: 24px;
	height: 24px;
}
/*  ****************** FIN EN TETE ET MENUS ************************* */
section {
	position: relative;
	top: 120px;
	overflow: scroll;
	height: 100%;
	width: 100%;
}
.contslide {
	display: block;
	max-width: 1600px;
	max-height: 714px;
	height: auto;
	margin-left: 7.5%;
	margin-right: 7.5%;
	position: relative;
	margin-top: 0px;
}

/*  ****************** TEXTES DEFILANT POUR ANNONCES ************************* */
.cont_text_defil {
	display: block;
	position: relative;
	top: 0;
	z-index: 2;
	clear: both;
	width: 100%;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid rgba(105,84,66,0.15);
	border-radius: 6px;
}
	
.cont_text_defil:hover {
	border: 1px solid rgba(106,170,223,0.61);
	position: relative;
	/*cursor: pointer;*/
	background-image: -webkit-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -o-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: linear-gradient(180deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
}
.botao_id {
	display: block;
	position: absolute;
	width: 9%;
	z-index: 11;
}
.botao_id img {
	height: auto;
	width: 90%;
}
.botao_id_fade {
	display: block;
	z-index: 10;
	position: relative;
	margin-left: 5.5%;
	height: 20px;
	top: 4px;
	right: 0px;
	width: 95%;
	background-image: -webkit-linear-gradient(0deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	background-image: -o-linear-gradient(0deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	background-image: linear-gradient(90deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	border-radius: 6px;
}
#marquee
{
	font-family: 'MyriadPro-SemiCn';
	width: 91.5%;
	float: right;
	margin-bottom: 0;
	margin-left: 0%;
	margin-top: 0;
	font-size: 1.1em;
	height: 36px;
	line-height: 30px;
	letter-spacing: 0.05em;
}
#marquee a{
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #003db5;
	font-weight: 500;
}
#marquee div
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wop
{
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
}
.contenu_page {
	height: auto;
	position: relative;
	margin-left: 7.5%;
	margin-right: 7.5%;
	margin-top: 4px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 20px;
	background-color: rgba(242, 251, 255,0.85);
	border-radius: 6px;
}
main {
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.titlepage {
	display: block;
	font-family: 'MyriadPro-Regular';
	font-size: 1.1em;
	color: rgba(72,60,0,1.00);
	letter-spacing: 0.04em;
	line-height: 1em;
	margin-bottom: 14px;
	margin-top: 10px;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.cont_text {
	font-family: 'MyriadPro-Regular' !important;
	font-size: 0.875em !important;
	text-align: justify;
	line-height: 1.2em;
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid rgba(105,84,66,0.15);
	display: inline-block;
	vertical-align: top;
	width: 100%
	/*float: left;*/
}
.large {
	width: 100%;
	float: none;
}
.text_page {
	display: block;
	display: inline-block;
	vertical-align: top;
	border-radius: 10px;
	width: 100%;
	margin-bottom: 10px;
	/*column-count : 2;
	-moz-column-count : 2;
	-webkit-column-count : 2;*/
}
.text_page p {
	margin-bottom: 0.6em;
}
.text_page strong {
	font-weight: normal;
}
.text_page h3 {
	display: block;
	font-size: 1em;
}
.text_page ul {
	margin-left: -1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text_page ul li {
	margin-bottom: 0.2em;
}
.cont_rubrique {
	margin-top: 0px;
	padding: 12px;
	border-top: 0px solid rgba(105,84,66,0.35);
	
}
.title_art {
	font-family: 'didot-ital';
	font-size: 1.2em;
	margin-top: 6px;
	margin-bottom: 20px;
	opacity: 1;
	letter-spacing: 0.02em;
	line-height: 22px;
}
.photo_art {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 22.37037037037037%;
	margin-right: 20px;
}
.photo_art img {
	width: 100%;
	height: auto;
}
.text_art {
	display: inline-block;
	vertical-align: top;
	width: 74%;
}
.text_art_rubrique {
	width: 100%;
}
.text_art_rubrique h1 {
	display: block
}
.text_art_rubrique h2 {
	font-family: 'MyriadPro-SemiCn';
	display: block;
	margin-top: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.text_art_rubrique h3 {
	display: block;
	font-family: 'MyriadPro-SemiCn';
	font-size: 1.2em;
}
.text_art_rubrique h4 {
	
}
.text_art_rubrique img {
	float: left;
	margin-right: 16px;
	margin-bottom: 10px;
	box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
}
aside {
	/*float: right;*/
	width: 28%;
	padding: 0px;
	border-radius: 6px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 1.4%;
}
.cont_aside {
	font-family: 'MyriadPro-Regular';
	font-size: 0.938em;
	line-height: 1.4em;
	text-align: justify;
	border-radius: 6px;
	max-width: 100%;
	height: 100%;
}
.coment {
	font-family: 'MyriadPro-Regular';
	font-size: 0.75em;
	padding-top: 3%;
	padding-right: 6%;
	padding-left: 6%;
	padding-bottom: 3%;
	margin-bottom: 10px;
	line-height: 1.6em;
	text-align: justify;
	border: 1px solid rgba(105,84,66,0.15);
}
.logo_aside_zoom {
	display: block;
	position: absolute;
	width: 15%;
	height: auto;
	z-index: 15;
	left: 4%;
	top: 8px;	
}
.logo_aside_zoom img {
	width: 100%;
	height: auto;
	min-width: 130px;
}
.title_aside {
	font-family: 'MyriadPro-Regular';
	font-size: 1.4em;
	margin-bottom: 30px;
	margin-top: 4px;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(232,251,255,0.39) 31.02%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(232,251,255,0.39) 31.02%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(232,251,255,0.39) 31.02%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(232,251,255,0.39) 31.02%,rgba(255,255,255,0.00) 100%);
	padding-top: 5px;
	padding-bottom: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.cont_aside p {
	line-height: 16px;
}
.cont_aside p strong  {
	padding-bottom: 6px;
	display: block;	
	padding-top: 6px;
}
.cont_aside p:first-child  {
	padding-top: 0px;
}
.cont_aside p strong span {
	padding-bottom: 6px;
	display: block;	
}
.cont_aside p span {
}

#coment_clients h3 {
    font-family: 'MyriadPro-Semibold' !important;
	color: rgba(51,42,0,1.00) !important;
	display: block;
	margin-bottom: 10px;
}
#coment_clients em, #coment_clients strong {
	font-weight: normal !important;
	font-style: normal !important;	
}
#coment_clients p,  #coment_clients span {
    font-family: 'MyriadPro-Regular' !important;
	font-size: 0.875em !important;
	color: rgba(51,42,0,1.00) !important;
	background-color: none !important;
	padding-left: 10px;
}
.botao_form_pedido {
	display: block;
	width: 100%;
	line-height: 40px;
	border-radius: 6px;
	margin-bottom: 10px;
	/*background-image: -webkit-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -o-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: linear-gradient(180deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.20);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.20);*/
	border: 1px solid rgba(105,84,66,0.15);
}

.botao_form_pedido:hover {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.20);
	position: relative;
	top: -0;
	left: -0;
	background-image: -webkit-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -o-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: linear-gradient(180deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
}
.botao_form_pedido img {
	width: 20%;
	max-width: 26px;
	margin-left: 5%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: middle;
}
.botao_form_pedido p {
	font-family: 'MyriadPro-Regular';
	font-size: 1.4em;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 74%;
	padding-top: 4px;
}
.video {
	width: 100%;
	height: auto;
	min-height: 200px;
	border-radius: 6px !important;
}
.video iframe {
	border-radius: 6px !important;
	width: 100% !important;
	height: 200px !important;
}
footer {
	z-index: 10;	
	position: relative;
	top: 20px;
	margin-bottom: 26px;
	height: 190px;
	clear: both;
}
.cont_bas_page {
	display: block;
	width: 100%;
	height: auto;
	max-height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	clear: both;
	border-radius: 6px;
	background-image: -webkit-linear-gradient(0deg,rgba(1,30,41,0.00) 0%,rgba(0,55,76,0.08) 11.28%,rgba(1,30,41,0.08) 90.99%,rgba(1,30,41,0.00) 98.45%);
	background-image: -moz-linear-gradient(0deg,rgba(1,30,41,0.00) 0%,rgba(0,55,76,0.08) 11.28%,rgba(1,30,41,0.08) 90.99%,rgba(1,30,41,0.00) 98.45%);
	background-image: -o-linear-gradient(0deg,rgba(1,30,41,0.00) 0%,rgba(0,55,76,0.08) 11.28%,rgba(1,30,41,0.08) 90.99%,rgba(1,30,41,0.00) 98.45%);
	background-image: linear-gradient(90deg,rgba(1,30,41,0.00) 0%,rgba(0,55,76,0.08) 11.28%,rgba(1,30,41,0.08) 90.99%,rgba(1,30,41,0.00) 98.45%);
}.texte_bas_page {
	font-family: 'MyriadPro-SemiCn';
	font-size: 0.813em;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	color: #045F98;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	text-align: center;
}
#menu ul:hover {
	-webkit-opacity: 1;
	opacity: 1;
}
/*PAGE CONTACT*/
.contformcontact {
	height: auto;
	display: inline-block;
	color: rgba(100,90,91,1.00);
	top: 30%;
	left: 11%;
	padding: 0;
	margin-top: 0px;
	margin-left: 5%;
	width: 37%;
	vertical-align: top;
}
.contformcontact .titre  {
	margin-top: -4px;
	margin-bottom: 30px;
	height: auto;
	width: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
}
.libformulaire {
	font-size: 1em;
	text-align: left;
}
.textechampform {
	font-size: 0.875em;
	height: 22px;
	width: 100%;
	background-color: #FBFBF7;
	border: 1px solid rgba(44,32,8,0.44);
	color: rgba(69,64,63,1.00);
}
.formulario #enviar {
	font-size: 0.875em;
	color: #645A5B;
}
.champformerro {
	font-size: 0.75em;
	height: 22px;
	width: 80%;
	background-color: rgba(207,111,113,0.21);
	border: 1px solid rgba(76,21,21,0.62);
	color: rgba(69,64,63,1.00);
}
.message {
	height: auto;
}
:required {
	background-color: #FBF6F0;
	border-width: 1px;
	
}
.formulario form table tr td {
	height: 40px;
}
.adresse {
    font-family: 'didot-ital';
	padding: 0;
	line-height: 1.4em;
	color: rgba(100,90,91,1.00);
	font-size: 1em;
	display: inline-block;
	vertical-align: top;
	margin-left: 12%;
	margin-right: 0;

}
#apDiv1 {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 20px;
	height: 10px;
	z-index: 998;
	visibility: visible;
}
.apDiv2 {
	position: absolute;
	left: 50%;
	top: 58%;
	z-index: 999999;
	visibility: visible;
	width: 30%;
	height: 1px;
	background-color: rgba(152,139,139,1.00);
}

#textocontato {	float: left;
	width: 330px;
	z-index: 8;
	position: absolute;
}

/* METEO */

.widget_meteo {
	width: 192px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/* IMAGE DANS ASIDE */
.aside_image img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

/*FORMULAIRE PEDIDO DE RESERVA DANS POPUP*/

.libelle {
	font-size: 0.875rem;
	line-height: 22px;
}
.messageok {
	width: 100%;
	position: absolute;
	top: 140px;
	left: 400px;
	background: none;
	z-index: 9999;
}
.messageok p {
	width: 200px;
	height: auto;
	margin-left: auto;
	background-color: rgba(0,223,22,1.00);
	margin-right: auto;
	padding: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.37);
	text-align: center;
	font-size: 0.875em;
}
.messageerro {
	font-size: 0.75em;
	color: #FFF;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 8px 4px 4px;
	z-index: 999999;
	position: absolute;
	margin-left: 10%;
	background-color: rgba(92, 46, 50, 0.7);
	top: -20px;
}
.formulaire_popup {
	font-family: 'MyriadPro-Regular';
}

.formulaire_popup input {
	margin-left: 6px;
	font-size: 1em;
	width: 100%;
	padding-left: 4px;
}
input[type="text"],
textarea {
	font-family: 'MyriadPro-Regular';
	font-size: 1em;
	padding-left: 4px;
    }
.botao {
	background-image: -webkit-linear-gradient(273deg,rgba(255,255,255,1.00) 0%,rgba(196,210,215,1.00) 99.48%);
	background-image: -moz-linear-gradient(273deg,rgba(255,255,255,1.00) 0%,rgba(196,210,215,1.00) 99.48%);
	background-image: -o-linear-gradient(273deg,rgba(255,255,255,1.00) 0%,rgba(196,210,215,1.00) 99.48%);
	background-image: linear-gradient(177deg,rgba(255,255,255,1.00) 0%,rgba(196,210,215,1.00) 99.48%);
	border-radius: 4px;
	border: 1px solid #909090;
	-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
	width: 50px !important;
	text-align: center;
} 
    
/* STYLES POUR LA DATEPICKER */
.ds_box {
	background-color: #FFF;
	border: 1px solid #026B96;
	position: absolute;
	z-index: 32767;
	border-radius: 6px;
	right: 10px !important;
	bottom: 10px !important;
}

.ds_tbl {
	border-radius: 6px;
	background-color: #FFF;
}
.ds_top1 {
	background-color: #00709E;
}
.ds_top2 {
	background-color: #8C8C8C;
	color: #000;

}
.ds_head {
	color: #FFF;
	font-family: 'MyriadPro-Regular';
	font-size: 0.938em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 0.875em;
	font-weight: bold;
	text-align: center;
	font-family: 'MyriadPro-Regular';
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #0080b5;
	font-size: 0.938em;
	text-align: center;
	font-family: 'MyriadPro-Regular';
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #BBE4F7;
		font-weight: bold;

} /* This hover code won't work for IE */
/* FIN STYLES POUR LA DATEPICKER */
.tabuamare iframe html body {
	font-family: 'MyriadPro-Regular';
	font-size: 1.688em !important;	
}


::-webkit-input-placeholder {
    font-family: 'didot-ital';
    font-size: 0.938em;
    opacity : 0.7;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'didot-ital';
    font-size: 0.938em;
    opacity : 0.7;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'didot-ital';
    font-size: 0.938em;
    opacity : 0.7;
}

:-ms-input-placeholder {  
    font-family: 'didot-ital';
    font-size: 0.938em;
    opacity : 0.7;
}

/* ---------------------------------------------------------------------- */

@media screen and (max-width: 1020px) {
.entete_titre h1 {
	font-size: 1.6em;
}
.entete_titre h2 {
	font-size: 0.83em;
}
#menu {
	width: 92%;
}
#menu a {
	letter-spacing: 0.05em;
	font-size: 0.813em;	
}
#sociaux {
	z-index: 100;
}
.contslide {
	margin-left: 4%;
	margin-right: 4%;
}
.contenu_page {
	margin-left: 4%;
	margin-right: 4%;
}
}
@media screen and (max-width: 820px) {
#menu {
	width: 100%;
}
#menu li ul {
	max-width: 424px;
}
.entete_titre h1 {
	font-size: 1.4em;
} 

.contenu_page {
	padding-left: 20px;
	padding-right: 20px;	
}
}
@media screen and (max-width: 767px) {
header {
	position: relative;	
}
#menu li ul {
	/*max-width: 274px;*/
}
section {
	top: 0;
}
aside {
	width: 26%;
}
}