html {
	height: 100%;
}

body {
	margin: 0;
	padding: 20px 30px 30px 30px  ;
	border-left:30px solid rgb(222,222,222); 
   background-color:rgb(250,250,250);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	box-sizing:border-box;
	height: 100%;
}

#content{width: 90%;
margin: auto;
text-align: justify;}

.titre3{font-size: 16px; font-family: arial; color: black; margin-left: 10px;}

a{text-decoration:none; outline: 0;} 
p{margin-left: 20px;}
