/* CSS Document */
	
body {
	
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}


/*--------------------------------

	Fil
	
--------------------------------*/
#fil {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 10px;
	
}


/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.typePage_5 #contenu ul {
	margin : 0;
	margin-left : 2em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

.typePage_5 #contenu ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

.typePage_5 #contenu ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

.typePage_5 #contenu ul ul li {
	margin-bottom : 0em;
}

.typePage_5 #contenu ul ul ul {
	margin : 0;
	margin-left : 3em;
	margin-bottom : 1em;
	margin-top : 0.25em;
	padding : 0;

	font-size : 75%;
	line-height : 150%;

	list-style-type : disc;
}



