/* CSS Document */
	
body {
	
	font-family: "trebuchet ms"; /*tahoma;*/
	font-size: small;
	margin: 0;
	padding: 0;
	
}

.clear {
	height : 1px;
	overflow : hidden;
	clear : both;
}

/*--------------------------------------------------------------------
/* MOOTOOLS ACCORDÉONS
/**/

#contenu h2.toggler {
	cursor: pointer;

	color: #000;
	background-color: #ab836f;
	padding : 9px;
	margin-bottom: 0 !important;
}

#contenu div.element {
	
	background-color : #ffeadf;
	
	
	
}

#contenu div.element ul {
	margin-bottom: 0;
	
	padding-top: 11px;
	padding-bottom: 11px;
	
}


#contenu div.element div {
	padding : 9px;
	border-left: 3px solid #d30921;
	border-right: 3px solid #d30921;
	border-bottom: 3px solid #d30921;
}
