@font-face
{
	font-family: 'Dayrom';
	src: url('polices/dayrom.eot');
	src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
		 url('polices/dayrom.woff') format('woff'),
		 url('polices/dayrom.ttf') format('truetype'),
		 url('polices/dayrom.svg#Dayrom') format('svg');
	font-weight: normal;
	font-style: normal;
}
body /*Décor de fond pour toute la page*/
{
	background-image: url(images/FondBleuNote.png);
	background-attachment: fixed;
	background-repeat: repeat;	
}

/* mise en forme de l'entête */
header
{
	top: 0;
	left: 0;
	right: 20px;
	justify-content: center;
	width: 98%;
	background: url('images/separateur.png') repeat-x bottom;
	padding: 20px 0 20px 0;

}
h1, h2, p
{
	font-family: 'Dayrom', Arial, serif;
	font-color: #993333;
}
h1
{
	font-size: 1.8em;
}
h2
{
	font-size: 1.6em;
}
p
{
	font-size: 1.1em;
}
#bloc_page
{
	width: 98%;
	height: auto;
	justify-content: space-between;
}
#conteneur
{
	display: -webkit-box;
}
.logo_edv
{
	width: 15%;
	padding-left: 10px;
}
.bloc_accueil
{
	width: 40%;
	height: auto;

}
.texte_accueil
{
	width: 50%;
	height: auto;
	padding: 30px 30px 0 50px;
	font-family: 'Dayrom', Arial, serif;
	font-size: 2.3em;
	color: #993333;
	text-align: center;
}
.local img
{
	width: 30%;

}
.legende p
{
	border: 1px solid black;
	font-family: 'Dayrom', Arial, serif;
	text-align: center;
	color: #993333;
	font-size: 1em;
}
.ASV img
{
	width: 65%;
	padding: 0 50px 20px 50px;
}



.actualite
{
	text-align: center;	
	display: inline-block;
	vertical-align: top;
	color: #6E4A46;
	background-color: #9999cc;
	width: 91%;
	height: auto;
	border: 1px solid black;
	box-shadow: 3px 3px 3px black;
	border-radius: 8px;
	margin: 70px 15px 15px 15px;
	padding: 15px 15px;
}
.actualite h2 h1
{
	font-family: 'Dayrom', Arial, serif;
	color: #333333;
	text-align: center;	
}
.priscille img
	{
		width: 95%;
		height: auto;
	}

section
{
	display: -webkit-box;
}

.liseret
{
	display: inline-block;
	vertical-align: top;
	color: #6E4A46;
	background-color: #9999cc;
	width: 45%;
	height: auto;
	border: 1px solid black;
	box-shadow: 3px 3px 3px black;
	border-radius: 8px;
	margin: 0 15px 0 15px;
	padding-left: 15px;
}

.liseret2
{
	display: inline-block;
	vertical-align: top;
	color: #6E4A46;
	background-color: #9999cc;
	width: 45%;
	height: auto;
	border: 1px solid black;
	box-shadow: 3px 3px 3px black;
	border-radius: 8px;
	margin: 0 15px 0 18px;
	padding: 0 15px 0 15px;
}

.liseret p
{
	font-family: 'Dayrom', Arial, serif;
	font-size: 1.4em;
	color: #333333;
	text-align: center;
}
.liseret2 p
{
	font-family: 'Dayrom', Arial, serif;
	font-size: 1.4em;
	color: #333333;
	text-align: center;	
}
p img
{
	width: 500px;
	height: auto;
}
footer
{
	display: -webkit-box;
	justify-content: center;
	width: 98%;
	background: url('images/separateur.png') repeat-x top;
	padding-top: 30px;
	margin-top: 30px;
}
.association, p
{
	font-family: 'Dayrom', Arial, serif;
	text-align: center;
	margin-right: 30px;
	
}
.asso p
{
	margin: 0 70px 0 70px;
	font-family: 'Dayrom', Arial, serif;
	text-align: center;
	color: #993333;
	font-size: 1em;
}
.edv img
{
	width: 120px;
	margin:  0 30px 10px 1px;
}
.asv img
{
	width: 60%;
	margin: 0 10px 10px 50px;
	justify-content: space-between;
}