/*************************** TEMPLATE 1 ********************************************/

.img-ctre-page-intro{
	float:left;
	width: 825px;
	margin: 10px 0 0;
	text-align:center;
}

.box-page-intro{
	float:left;
	width: 230px;
	/*margin: 10px 0 0 8px !important;*/
	margin: 10px 0 0 8px;
	text-align:center;
	border:1px solid #588f2f;
}

.titre-page-intro{
	float:left;
	width: 225px;
	/*height: 20px;*/
	background: #fff;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	border-bottom:1px solid #b7b7b7;
}

.img-page-intro{
	float:left;
	width: 225px;
	margin: 0;
	text-align:center;
	background: #fff;
	padding:3px 0 10px;
}


