body 
{
     padding:0;
     margin:0;
     text-decoration:none;
     background:#f1efeb;
}

h1
{
	font-size:1.5em;
	text-align:center;
	padding-bottom:15px;
	text-transform: uppercase;
}

h2
	{
		font-size:1.2em;
	}

h3
	{
		font-size:0.8em;
		margin-bottom:20px;
	}

.content
{
	font-family:arial;
	text-align:justify;
	padding:10px 40px;
	width:80%;
	font-family:'open Sans';
	margin:0 auto;
}

.cadre
{
	border:solid 1px darkgrey;
	margin-bottom:20px;
	background: white;
	padding: 20px 40px;
	line-height: 25px;
}



.texte
{
	background:white;
	padding:20px 40px;
	border-radius:5px;
	font-family:'open Sans'
}

 /*-----------------------------------Format mobile-----------------------------------*/
 @media screen and (max-width:767px)

{
	 .content
	 {
		 width:95%;
		 padding:0;
	 }

	 .cadre
	 {
		 padding:15px;
	 }

	h1
	{
		font-size:1.3em;
	}
	
	h2
	{
		font-size:1.1em;
	}
	
	h3
	{
		font-size:0.9em;
	}
}