body {
	font-family : tahoma,verdana,sans-serif;
	font-size : 13px;
}

.clear {
	clear : both;
	height : 1px;
	overflow : hidden;
}



/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	line-height : 1.5em;
}

#contenu h1 {
	margin : 0;
	padding : 0;

	margin-bottom : 0.75em;

	font-size : 24px;

	font-weight : bold;
	color : #1a5e53;

	/*line-height : 24px;*/
	line-height: 28px;
}

#contenu h2 {
	margin : 0;
	padding : 0;

	margin-top : 1em;
	margin-bottom : 0.5em;

	font-size : 18px;

	font-weight : bold;
	color : #1a5e53;
}

#contenu a {
	color : #1a5e53;
}

#contenu a:hover {
	color : #000;
}

/*--------------------------------------------------------------------
/* FIL
/**/

#fil {
	font-size : 11px;
	color : #1a5e53;

	margin-bottom : 0.5em;
}

#fil a {
	color : #1a5e53;
}

#fil a:hover {
	color : #000;
}

#fil #fil-pageEnCours {
	font-weight : bold;
}


/*--------------------------------------------------------------------
/* 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;
	padding : 0;

	font-size : 90%;
	line-height : 150%;

	list-style-type : disc;
}


/*--------------------------------------------------------------------
/* RECHERCHE
/**/

#page_10 #contenu fieldset {
	margin-top : 1em;
}

#page_10 #contenu fieldset legend {
	font-weight : bold;
}

#page_10 #contenu fieldset form {
	padding : 0;
	margin : 10px;
}

#page_10 #contenu form {
	padding : 0;
	margin : 0;
}

#page_10 #contenu form .boiteTexte {
	border : 1px solid #BCBCBC;
	color : #595959;

	font-family : tahoma,helvetica,sans-serif;
	font-size : 8pt;

	width : 157px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 3px;
}

#page_10 #contenu form .ok {
	background-color : #ABABAB;
	color : #fff;
	font-family : tahoma,helvetica,sans-serif;
	font-size : 7pt;
	border : 0;
	font-weight : bold;
	text-transform : uppercase;

	width : 10em;
	height : 18px;

	margin-left : 7px;
}

#page_10 #contenu .formulaire-liens {
	margin-top : 2px;
}

#page_10 #contenu .formulaire-liens a {
	color : #C90000;
}

#page_10 #contenu .formulaire-liens a:hover {
	color : #C90000;
}


