/*	#a0c367 vert
	#627ca6 bleu
	#2d2824 gris fond
	font-family: 'Goldman', cursive;
	AintNothingFancy.ttf

*/
body {
	background-color: #2d2824;

}

.verte {
	background-color: #a0c367;
}

nav ul {
	width: 100%;
}

nav ul li a {
	font-family: Aint Nothing Fancy normal;
}

#entete {
	background: url(images/photo_header.jpg) center no-repeat;
}

#entete p {
	font-family: 'Goldman', cursive;
	text-align: right;
	color: white;
	font-size: 20px;
	line-height: 40px;
}

#contenu p {
	;
}

#contenu span {
	color: #a0c367;
}



.filet {
	border-bottom: 2px solid #a0c367;
}

h2 {
	color: #a0c367;
	font-size: 20px;
	padding-bottom: 10px;
}

h3 {
	color: #a0c367;
	font-size: 15px;
}

h4 {
	color: black;
	font-size: 10px;
}

#galerie {
	position: relative;
}

.villages {
	position: absolute;
	left:0px;
	top: 40px;
	width: 100%;
	padding: 0 15px 0 15px;
	text-align: right;
}

.villages p{
	background-color: #a0c367;
	padding: 0px 10px;
	line-height: 45px;
}

.villages2 {
	position: absolute;
	left:0px;
	top: 40px;
	width: 100%;
	padding: 0 15px 0 15px;
	text-align: right;
}

.villages2 p{
	background-color: #627ca6;
	padding: 0px 10px;
	line-height: 45px;
}

#colroux{
	position: relative;
}

#roux{
	display: block;
	position: absolute;
	bottom: 0;
	width: calc(100%-30px);
}

.datepeche {
	color: #a0c367;
	font-size: 10px;
	padding: 1px 0 1px 0; 
}

#blanc {
	background-color: white;
	padding: 10px;
}

#blanc p {
	color:;
	font-size: 10px;
	margin-bottom: 2px;
}

.txtblanc {
	color: white;
}

.readmore {
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
	margin-bottom: 5px;
}

#see_all {
	margin: auto;
	text-decoration: none;
	font-size: 15px;
	color: black;
}

#divyoutube {
	height: 50px;
	width: 215px;
	background: url(images/viewmore.png)90px -18px no-repeat;
	overflow: visible;
}

.adressemail {
	background: url(images/opened4.png) no-repeat;
	padding-left: 30px;
}

.telephone {
	background: url(images/phone16.png) no-repeat;
	padding-left: 30px;
}

footer {
	background-color: #a0c367;
	color: white;
}

.filet2 {
	border-bottom: 2px solid white;
}

.opaque {
	background-color: rgba(0,0,0,0.3);
}


/*______________________________________________MediaQuery 767px_______________________*/

@media screen and (max-width: 767px){
	


}

@media screen and (max-width: 575px){
	#entete img{
		width: 100%;
	}

	#entete p{
		font-size: 10px;
	}


}