/* CSS Document */
	
body {
	
	font-family: tahoma, "trebuchet ms",  verdana, sans-serif;
	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.plan-du-site ul {
	margin : 0;
	margin-left : 2em;

	padding : 0;

	font-weight : bold;

	list-style-type : square;
}

.plan-du-site ul li {
	margin-bottom : 1em;
	padding : 0;
	background-image : none;
}

.plan-du-site ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-weight : normal;

	list-style-type : circle;
}

.plan-du-site ul ul li {
	margin-bottom : 0em;
}

.plan-du-site ul ul ul {
	margin : 0;
	margin-left : 3em;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}


/*--------------------------------------------------------------------
/* ACTUALITÉS
/**/

.uneActualite {
	margin-top : 1em;
	margin-bottom : 1em;
}

.uneActualite .titre {
	font-weight : bold;
}

.uneActualite .suite {
	font-size : 0.85em;
}

#voirToutesLesActualites {
	margin-top : 1em;
	font-size : 0.85em;
}

#retournerAuxActualites {
	margin-top : 1em;
	border-top : 1px dashed #dadada;
	padding-top : 0.5em;
}
