﻿@charset "utf-8";
body{
	margin:0 auto;width:1280px;/*min-width:320px;*/
	background-color:#F8F8F8;	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#f8F8F8));
	background: -moz-linear-gradient(top, #F8F8F8 0%, #F8F8F8 100%);}  
div#titre{width:1280px; height:110px;position:absolute;top:0;}
section{position:relative;float:left;top:150px;margin-left:0;margin-bottom:10px;margin-top:5px;margin-right:0;/*border-radius:6px;*/
background-color:#F8F8F8 ;background: -moz-linear-gradient(top, #F8F8F8 0%, #F8F8F8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(100%,#F8F8F8));
z-index:0;height:auto;font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;font-size:14px;color:#032052;}
section#photos{width:100%;background-color:red;}
/*section#mobile p{padding:10px;line-height:28px;height:auto}*/

ul.infos{list-style-type:none;padding: 0;margin: 10px;}
ul.infos li{padding-left: 10px;}
li.devant::before{content: "♦";padding-right: 20px;color:blue;}

ul.polaroid{
	width:96%;margin:0 0 18px -30px;
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.25);
	-khtml-box-shadow:0 3px 6px rgba(0,0,0,0.25);
	box-shadow:0 3px 6px rgba(0,0,0,0.25);
	margin-top:40px;margin-left:5%;}
ul.polaroid li{display:inline;}
ul.polaroid a {
	background:#ffffff;display:inline;float:left;margin:0 0 30px 30px;width:auto;text-align:center;
	font-family:Arial, Helvetica, sans-serif;font-weight:bold;text-decoration:none;color:#032052;font-size:18px;
	padding:10px 10px 15px;
	-webkit-transform:rotate(-2deg);
	-moz-transform:rotate(-2deg);
	-khtml-transform:rotate(-2deg);
	transform:rotate(-2deg);}
ul.polaroid img{display:block;width:290px;height:200px; margin-bottom :12px;}
ul.polaroid a:after{content:attr(title);}
ul.polaroid li:nth-child(odd){
	-webkit-transform:rotate(2deg);
	-moz-transform:rotate(2deg);
	-khtml-transform:rotate(2deg);
	transform:rotate(2deg);position:relative}
ul.polaroid li:nth-child(4n) a{
	-webkit-transform:none;
	-moz-transform:none;
	-khtml-transform:none;
	transform:none;
	position:relative;top:-4px;}
ul.polaroid li:nth-child(6n) a{
	-webkit-transform:rotate(-4deg);
	-moz-transform:rotate(-4deg);
	-khtml-transform:rotate(-4deg);
	transform:rotate(-4deg);
	position:relative;right:2px;}
ul.polaroid li a:hover{
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-khtml-transform:scale(1.15);
	transform:scale(1.15);
	-moz-box-shadow:0 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.5);
	-khtml-box-shadow0 3px 6px rgba(0,0,0,0.5);
	box-shadow:0 3px 6px rgba(0,0,0,0.5);}
ul.polaroid a{
	-moz-transition-duration:0.25s;
	-webkit-transition-duration:0.25s;
	-khtml-transition-duration:0.25s;
	transition-duration:0.25s;}
.popup{font-size:16px; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height:28px;height:auto;width:auto;max-width:700px;}
@media (min-width:1000px) {
	div#titrephone{display:none;}
	div#titretelephone{display:none;}
	.popup{width:70%;}
	section#mobile{display:none;}}
@media (max-width:999px) {
	body{margin:0 auto;width:38.75em;}
	div#menudynamique{display:none;}
	div#titre{display:none;}
	div#titrephone{display:block;}
	div#titretelephone{display:none;}
	section#photos{top:5px;}
	.popup{width:80%;}
	section#mobile{display:none;}}
@media (max-width:540px) {
body{width:auto;}
div#titrephone{display:none;}
div#titretelephone{display:block;}
.popup{width:90%;}
section#photos{top:5px;width:100%;margin-left:0px;}
/*section#mobile{display:block;top:5px;}*/
}







