body {
	font-family : tahoma,verdana,sans-serif;
	font-size : small;
}

.clear {
	height : 1px;
	clear : both;
	overflow : hidden;
}

#contenu, #contenu small, #contenu font {
	line-height : 1.5em;
}

/*#contenu h1 {
	margin : 0;
	padding : 0;
	
	margin-bottom : 0.75em;
	
	font-size : x-large;
	font-weight : normal;
}*/

#contenu h2 {
	margin : 0;
	padding : 0;
	
	margin-top : 0.75em;
	margin-bottom : 0.75em;
	
	font-size : large;
	font-weight : normal;

	color : #004B66;

	/*padding-top : 0.75em;

	border-top : 1px solid #E7F3F7;*/
}

#contenu a {
	color : #004B66;
}

#contenu a:hover {
	color : #000;
}

#contenu p, #contenu ul, #contenu ol {
	margin-top : 1em;
	margin-bottom : 1em;
}

/*--------------------------------------------------------------------
/* PLAN DU SITE
/**/

.typePage_5 #contenu ul {
	margin : 0;
	margin-left : 3em;
	margin-top : 1em;

	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;
}


/*--------------------------------------------------------------------
/* NOUVELLES
/**/

.listeNouvelles {
	clear : both;
	padding-top : 1em;
}

.nouvelle_archives_premiere {
	
}

.toutes_les_nouvelles {
	border-top : 2px solid #07447C;
	padding-top : 10px;
	font-weight : bold;
	margin-bottom : 20px;
}

.nouvelle_archives {
	border-top : 2px solid #07447C;
}

.nouvelle_archives_date {
	font-size : x-small;
	font-weight : bold;

	margin-bottom : 0px;
	margin-top : 10px;
}

.nouvelle_archives_titre {
	font-weight : bold;

	margin-top : 0px;
	margin-bottom : 5px;
}

.nouvelle_archives_amorce {
	margin-bottom : 20px;
}

.nouvelle_archives_amorce p, .nouvelle_archives_amorce div {
	margin : 0;
}

.nouvelle_date {
	font-weight : bold;
	font-size : x-small;

	position : relative;
	top : 5px;
}

.nouvelle_titre {
	font-size : medium;
	color : #004C36;
	font-weight : bold;
	margin-bottom : 20px;
}

/*--------------------------------------------------------------------
/* Directeur et président
/**/

.dp {
	width: 250px;
	margin-bottom: 15px;

}

.dp img {
	padding-right: 10px;
}

/*--------------------------------------------------------------------
/* FIL
/**/

#fil {
	font-size : 9px;
	color : #BC8B52;
	padding-left: 20px;
}

#fil-pageEnCours {
	font-weight : bold;
}

#fil a {
	color : #BC8B52;
}


/*--------------------------------------------------------------------
/* FORMULAIRES
/**/

form {
	margin : 0;
	padding : 0;
}

.formulaire {
	margin : 0;
	padding : 0;
}

.formulaire .ligneBoiteTexte input {
	border : 1px solid #666;
	color : #000;
	font-size : 10pt;
	font-family : verdana,sans-serif;
	padding-left : 5px;
}

.formulaire .ligneBouton input {
	padding : 3px 10px 3px 10px;

	border : 1px solid #000;

	color : #fff;
	background-color : #006CA7;
	font-size : 10pt;
	font-family : tahoma,arial,sans-serif;
	font-weight : bold;
}

.erreursValidation {
	padding : 0px 10px 0px 10px;
	margin-bottom : 2em;
	border : 1px solid #666;
	background-color : #FFEEDF;
	color : #000;
}

.messageValidationOK {
	padding : 0px 10px 0px 10px;
	margin-bottom : 2em;
	border : 1px solid #666;
	background-color : #FFEEDF;
	color : #000;
	font-weight : bold;
}