@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
}

#imagetop {
    width: 100%;
    height: 350px;
    background:url("imgs/fd-titre-blog.jpg") top center no-repeat;
}
#wrapper {
	width:80%;
    max-width: 700px;
	margin: 0 auto 80px auto;
	text-align: center;
    color:#727272;
}

#baspage {
    width: 100%;
	margin: 0 auto 0 auto;
    padding: 20px 20px 100px 20px;
	text-align: center;
    background-color: #716458;
    color:#b6a89b;
}

html { 
  background: url(imgs/.jpg) repeat center center; 
    background-color: #FFFFFF;

   font-family: mr-eaves-modern, sans-serif;
font-weight: 100;
}

#contentlogo {
	width:80%;
	margin: 0 auto 0px auto;
	text-align: center;
    height: 350px;
}

.logo {
	
	margin: 80px auto 0 auto;
	max-width: 400px;
	width : 100%;
    height: auto;
}

.photogite {
	
	margin: 0px auto 0 auto;
	max-width: 700px;
	width : 100%;
    height: auto;
}




p.construction {
	margin: 50px 0 10px 0;

font-weight: 300;
font-style: normal;

}

p.info {
	margin: 20px 0 10px 0;

font-weight: 100;
    text-align: justify;
    font-size: 2em;
font-style: normal;

}
img.home {
    width: 100%;
    max-width: 1200px;
    height: auto;
}

h1 {
    font-family: aya-script, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 3em;
    color: #716458;
	line-height: 1em;
    margin: 40px 0 0px 0;

}

h2 {
    color:#A7358B;
    font-weight:400;
	font-style: normal;
	font-size: 3em;
    margin: 40px 0 20px 0;
}


#BtEnvoyer  {
	font-size: 0.8em;	
 
	font-style: normal;
	float: none;
	margin: 0 0 0 10px;
	
	color:#FFFFFF;
	background-color: #c78bbd;
	height: 40px;
	border: 1px solid #c78bbd;
	 cursor: pointer;
	 text-shadow: none;
	 text-align:center; 
	 width: 150px;
	 padding:2px 5px 2px 5px;	
 }

#BtEnvoyer:hover 
{
	text-decoration: none;
	background-color: #a7368b;
    
        -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
	}


input, textarea {
   font-family: mr-eaves-modern, sans-serif;
font-weight: 200;
color: #615b51;
	height:35px;
	padding:2px 5px 2px 5px;
	margin-top: 15px;
	font-size:1em;
	width:200px;
	}
textarea {
	height: 300px;
	}

p {
	font-size: 2em;
	line-height: 1.2em;
}

a:link, a:visited, a:focus {
	color: #A7358B;
    text-decoration: none;
    font-weight: 200;
}

#baspage a:link, #baspage a:visited, #baspage a:focus {
	color: #FFFFFF;
    text-decoration: none;
    font-weight: 200;
}
