@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Linden+Hill:400i');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

body {
	background-color: #596A7D;
	margin: 0px;
	font-family: 'Josefin Sans', sans-serif;
}
body , p , a    { /* texte courant */
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF7E5;
}
p, h1, h2, h3, h4, h5, ul {
	margin-top: 0px;
}
a { 
	text-decoration: none;
	color: #FFF7E5;
}
.bleu {
 color: #596A7D;
}
#contenu h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	color: #FFF7E5;
	margin-bottom: 11px;
	line-height: 30px;
	
}
#contenu h2 {
	font-size: 24px;
	line-height: 28px;
	color: #FFF7E5;
	margin-bottom: 10px;
}
#contenu p {
	margin-bottom: 10px;
	margin-top: 0px;
}
h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	color: #FFF7E5;
	margin-bottom: 9px;
}
h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	color: #FFF7E5;
	margin-bottom: 0px;
	line-height: 28px;
}
.img_gauche {
	float: left;
	padding-right: 10px;
}
.img_droite {
	float: right;
	padding-left: 10px;
}
.img {
}
.imgleinelargeur {
	width: 100%;
	height: auto;
}
.chapeau {
	font-size: 16px;
	line-height: 30px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}
header, #contenu, footer {
	width: 1200px;
}
header {
	position: relative;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
header #logo {
	width: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 5px;
	margin-top: 5px;
}
header #titre {
	color: #300;
	margin-top: 10px;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logosgauche {
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
	left: 0;
	display: block;
}
#logosgauche img {
	margin-right: 2px;
	margin-left: 2px;	
}
#logosdroit {
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
	right: 0;
	display: block;
}
#logosdroit img {
	margin-right: 2px;
	margin-left: 2px;	
}
#drapeau {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
#contenu {
	height: auto;
	position: relative;
	padding: 0px;
	background-color: #596A7D;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapperfooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9BBB9;
	width: 100%;
}
footer {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 13px;
	color: #CCC;
	
}
footer p, footer a {
	color: #CCC;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
}
footer small {
	font-size: 11px;
}
.marges {
	margin-right: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 3%;
}
.bouton {
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	background-color: #333;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.souligne {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.encadre {
	font-size: 12px;
	background-color: #CCC;
	padding: 10px;
}
.deuxcols {
	float: left;
	width: 47%;
	margin-right: 4%;
}
.troiscols {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.dercol {
	margin-right: 0;
}
#flechebas {
	height: 40px;
	width: 50px;
	right: 50%;
	bottom: 0px;
	background-color: #000;
	position:fixed;
	opacity:0.8;
	z-index: 9999;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#flechebas span {
    background-image:url("images/fleche_bas.gif");
    width:50px;
    height:40px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
/* formulaire */
#formulaire {
}
#formulaire legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
}
#formulaire fieldset {
	border: thin solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#formulaire label {
	width: 130px;
	display: block;
	float: left;
}
#formulaire br {
	clear: both;
}
.clear {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}
/* NEWS de COTE */
#newscote {
	position: fixed;
	margin: 0px;
	padding: 10px;
	top: 35%;
	left: -300px;
	z-index:99999;
	display: block;
	width: 310px;
	height: 200px;
	opacity: 8.0;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 2px 2px 2px #666;
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	background-image: url(images/fondnewscote.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#newscote h2 {
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	white-space:nowrap;
	display:block;
	right:5px;
	position:absolute;
	bottom:0;
	width:20px;
	height:20px;
}
#easyTooltip{
	padding:5px 10px;
	border:1px solid #195fa4;
	color:#000;
	-moz-border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
	-khtml-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	-moz-box-shadow: 2px 2px 8px #000;
	-webkit-box-shadow: 2px 2px 8px #000;
	box-shadow: 2px 2px 8px #000;
	opacity : 0.9;
	filter : alpha(opacity=90);
	z-index: 99999;
	background-color: #E5E5E5;
	line-height: 20px;
	font-size: 20px;
	}
	
	.menubiens ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.menubiens ul li {
	display: block;
	width: 25%;
	float: left;
	min-height: 200px;
	text-align: center;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 30px;
}
.menubiens ul li a {
	color: #FFF7E5;
}

.menubiens ul li img {
	height: auto;
	width: 85%;
	margin-bottom: 10px;
	-moz-box-shadow: 2px 2px 8px #333;
	-webkit-box-shadow: 2px 2px 8px #333;
	box-shadow: 2px 2px 8px #333;
}


#energie {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#energie .titre {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #666;
}
#energie .marqueur {
	font-weight: bold;
	background-image: url(../css/images/energiemarqueur.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
}
#energie .legende {
	font-size: 9px;
}
#energie .cell {
	border: 1px solid #666666;
  	background-color: #FFF;
	width:180px;
	padding: 5px;
}
.liste ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.liste ul li {
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	min-height: 380px;
	padding-top: 10px;
}
.liste ul li .vignette  {
	max-height: 380px;
	width: 50%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	
}
.liste ul li .vignette img {
	height: auto;
	width: 100%;
}
.liste ul li label {
	width: 100px;
	display: block;
	float: left;
}

.liste ul li:hover {
	background-color: #404D5C;
}
.photos {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.photos li {
	float: left;
	width: 23.5%;
	margin-right: 0.4%;
	margin-left: 0.4%;
	margin-bottom: 0.4%;
	margin-top: 0.4%;
	height: 167px;
	overflow: hidden;
	border: 1px solid #FFF;
}
.photos li img {
	height: auto;
	width: 100%;
	

}
.cartouche {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.cartouche .picto, .liste .picto {
	height: 26px;
	width: 26px;
}

.cartouche label {
	width: 60px;
	display: block;
	float: left;
	font-weight: normal;
	color: #FFF7E5;
}
.cartouche .large {
	width: 210px;
	
}
.nouveautes ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.nouveautes ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	display: block;
}
.nouveautes ul li .vignette {
	height: 180px;
	overflow: hidden;
	margin-bottom: 10px;
}
#contenu .nouveautes ul li h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}
.nouveautes ul li img {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width : 1200px) {	
header, #contenu, footer {
	width: 1020px;
}
.liste ul li .vignette  {
	width: 50%;
	margin-bottom: 50px;
}
.photos li {
	height: 140px;
}
}

@media screen and (max-width : 1020px) {
 footer, header, #contenu {
 width: 100%;
}
.menubiens ul li {
	width: 50%;
	
}
.menubiens .vide {
	display: none;
	
}
.photos li {
	width: 32%;
}
}
@media screen and (max-width : 780px) {
.deuxcols, .troiscols {
 float: none;
 width: 100%;
 margin-right: 0;
}
#formulaire textarea {
 width: 100%;
}
header #titre {
	font-size: 15px;
}
.menubiens ul li {
	width: 100%;
	float: none;
	
}
.photos li {
	width: 48%;
	height: 190px;
}
}
@media screen and (max-width : 520px) {
#page {
 width: 100%;
}
footer {
 width: 100%;
}
header {
}
header #logo {
	width: 280px;
}
header #logo img {
	width: 280px;
	height: auto;
}
header #titre {
	font-size: 13px;
}
#newscote {
display: none;
}
#logosdroit img {
	width : 20px;
	height: 20px;
}
.marges {
 padding-top: 10px;
 padding-bottom: 10px;
}
.tarifs, .tarifs strong, .tarifs p {
 width: 100%;
 font-size:11px;
}
.img_gauche, .img_droite {
	float: none;
	padding-right: auto;
	padding-left: auto;
}
.img {
	width: 100%;
	height:  auto;
}
#formulaire label {
	width: 110px;
	font-size: 12px;
}
.photos li {
	width: 100%;
	height: 250px;
}
}
@media screen and (max-width : 320px) {
	.photos li {
	height: 180px;
}
}
