/*****
date:13.01.15
Auteur: Jean Cantoni
Version:1.0

Projet - La maison des parents

*****/

html, body {
	margin: 0;
	padding: 0;
	bottom: 0;
	width: 100%;
	height:auto;
	font: Verdana, Arial, sans-serif;
	color: #191919;
	background-color: #D4EDDA;
 }
 
 h2 {
	 font-family:playfair-display;
	 font-style: normal;
	font-variant: normal;
	 }

#top {
	background-color: #FFFFFF;
	background-image: url(../img/slide1.jpg);
	background-repeat: no-repeat; 
     background-attachment: fixed; 
    background-size: cover; 
	height: 700px;
	width: 100%;
}

#top img {
	position: absolute;
	top: 25%;
	left: 48%;
	-webkit-transform: translate(-25%, -25%);
	-moz-transform: translate(-25%, -25%);
	-ms-transform: translate(-25%, -25%);
	-o-transform: translate(-25%, -25%);
	transform: translate(-25%, -25%);
	}
	
#header{
background-color:#FFFFFF;
position:position;
height:70px;
width:100%;
box-shadow: 0px 0px 10px black;
display:inline-block;
}



#header #nav{
	text-align:center;
	font-size:24px;
}

span {
 border-right:1px solid #7F8182;
 padding:24px 50px 18px 10px;
 }
 
#header #nav li{
	list-style:none;
	display:inline;
	padding:0px;
	margin:0 0 0 50px;
	
}

a{
	color:#191919;
	text-decoration:none;
}

#wrapper{
	width:940px;
	height:auto;
	margin:auto;
	padding-bottom: 50px;
	background-color:#FFFFFF;
	box-shadow: 3px 3px 10px black;
}

#wrapper #google {
	padding: 30px 0px 0px 0px;
	}

.imageflottante{
float:left;
}

blockquote{
width:753px; /*940 - 84 - 103 =838px*/
padding:0px 84px 0px 0px;
margin:0px 0px 0px 103px;
line-height: 20px;
text-justify:distribute-center-last;
}

blockquote h1{
font-size:31px;
padding: 30px 0px 0px 0px ;
}

.clear {
clear:both;
}


blockquote {
text-align:justify;
font-family:georgian, serif;
font-size:14px;
line-height:30px;
}



P{
font-size:18px;
}


	
#footer {
	position:relative;
width:100%;
height: 100px;
background-color:#FFFFFF;
border-top:5px solid #83DC99;
box-shadow: 0px 0px 7px black;
line-height: 20px;
vertical-align: middle;
margin:20px 0px 0px 0px;
}

#footer a {
	text-align: center;
	margin: 0px 50% 0px 0px;
}
