﻿/** general**/
*{
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

a{
	text-decoration:none;
}

body{
	font-family:"Roboto",Arial, verdana;
	color: #49413e;
	background-color: #fff;
}
h1{
	text-transform: uppercase;
	font-size: 1.2em;
	text-align: center;
	padding: 15px 0;
	color: #70a231;
}
h1 span{
	text-transform: none;
	font-size: 0.8em;
	color: #727171;
	display: block;
	width:100%;
	margin: 10px 0;
}
#header{
	width:100%;
	height:400px;
	background: url("images/decouvrir.jpg") left top no-repeat;
	background-size:100% auto;
}

#content h2{
	background-color: #49413e;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	padding: 12px 0;
	text-align: center;
	margin-bottom:15px;
}
#content .texte p{
	text-align: justify;
	margin-bottom: 16px;
	font-size: 1.05em;
}
#content .texte{
	padding: 15px 18px 5px;
}

blockquote {
    font-family: georgia,serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.4em;
    margin: 30px 0;
    text-align: center;
    font-weight: bold;
    color:#70a231;
}

blockquote .auteur{display: block;font-weight: normal;font-size:0.8em;}

address {
	padding:10px;
	background:#eee;
	margin-bottom: 15px;
	text-align: center;
}
address a{color:#70a231;}

.village_logo{margin:0 auto;display: block;}



@media screen and (max-width: 1000px) {
	#header {
		height: 300px;
	}
}
@media screen and (max-width: 737px){
	#header {
		height: 200px;
	}
}
@media screen and (max-width: 479px) {
	#header {
		height: 225px;
		background-size: auto;
		background-position: center;
	}
}