/***************************************************************/
.cadre {
	float: left;
	margin: 2%;
	background-position: top left;
	background-repeat: no-repeat;
	min-height: 200px;
	width: 40%;
	border: 1px solid #CCD;
}
.cadre .contents ul {
	padding-left: 1em;
	padding-top: .6em;
}
.cadre .contents {
	padding: .5em;
	margin-left: 40px;
}
.cadre .contents h2 {
	margin-bottom: 1.5em;	
}

.cadre ul, .cadre h1, .cadre h2, .cadre h3 {
	margin-top: 0;
	margin-bottom:0;
}
.cadre ul {
	text-align: left;	
}
.cadre h2 {
	margin-left: 10px;
}
