 
 
body{
	background:#9661B3; /*#9661B3*/
	text-align: center;	
	padding-top: 30px ;
	color : #fff;
	font-size: 20px ;
	font-family: Noto Sans, sans-serif; 
}


.base{
	width: 70%;
	text-align: left;
	line-height: 150%;
	margin: 0 auto;
}

img.adapt{
	max-width: 100%;
	height: auto;
}



.mrgt50{
	margin-top: 50px;
}


div#contenu p{
	text-align: justify ;
	text-indent: 2em ;
}

h1, h2, h3{
	font-weight: normal;
}

.ptit{
	font-size: 17px;
}

.gen_img_x2{
	width: 22%;
	display: inline-block;
	text-align: center;
	padding: 0 10px;
	text-align: center;
}
 

.lien a:link,
.lien a:visited {
	color: #fff;
	border: none;
	text-decoration: none;

}

.lien a:hover{
	color: #000;

}



/*======  1000 ============================================================*/ 

@media screen and (max-width: 1000px)

{

.base{
	width: 80%;
}

.gen_img_x2{
	width: 45%;
	margin-top : 20px;
}

}


/*======  700 ============================================================*/ 

@media screen and (max-width: 700px)

{

.base{
	width: 80%;
}

.gen_img_x2{
	width: 100%;
	display: block;
}

}