/* CSS DOCUMENT */
/*Bloc_Page*/




/*  SECTION  */



/* ARTICLE */
article{
	width : 90%;
}

#divBox{
	/*height: 350px;*/
	display: inline-block;
	vertical-align: top;
	margin-right : 2px;
	margin-right: 20px;
  margin-bottom: 20px;
}

.box{
	height: 300px;
	width: 300px;
	border-radius: 30px;
	display: inline-block;
	vertical-align: top;
}

.divImgBox{
	height: 200px;
	/*background-color: blueviolet;*/
	border-radius: 30px 30px 0px 0px;
	margin-bottom: 0px;
}

.divTextBox{
	background-color: #DFE0E7;
	height: 70px;
	margin-top: 0px;
	padding-top: 30px;
	border-radius: 0px 0px 30px 30px;
}

.textBox{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.imgBox{
	max-width: 100%;
	border-radius: 30px 30px 0px 0px;
}

#DivImageLivre{
	max-width: 40%;
}

#imageLivre{
	max-width: 100%;
}

#divex1{
	max-width: 40%;
}

#ex1{
	max-width: 100%;
}

#divex2{
	max-width: 40%;
}

#ex2{
	max-width: 100%;
}
