body {
	font-family : tahoma,sans-serif;
	font-size : small;
}

.clear {
	height : 1px;
	clear : both;
	overflow : hidden;
}

.dummy {
	height : 1px;
	overflow : hidden;
}

/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	line-height : 1.5em;
}

#contenu h1 {
	margin : 0;
	padding : 0;

	padding-top : 0.25em;
	margin-bottom : 0.75em;

	color : #691423;
	font-weight : normal;
	font-size : x-large;
	line-height : 1.25em;
}

#contenu h2 {
	margin : 0;
	padding : 0;

	margin-top : 1em;
	margin-bottom : 1em;

	color : #691423;
	font-weight : normal;
	font-size : large;
}

#contenu a {
	color : #691423;
}

#contenu font, #contenu small {
	line-height : 1.5em;
}

/*--------------------------------------------------------------------
/* FIL
/**/

#fil {
	font-size : 0.75em;

	/*background-color : #FEFBF8;*/
	/*padding : 5px 10px;*/

	color : #333;

	padding-bottom : 4px;
	border-bottom : 1px solid #691423;

	margin-bottom : 1em;
}

#fil #fil-pageEnCours {
	font-weight : bold;
}

#fil a {
	text-decoration : none;
}

#fil a:hover {
	text-decoration : underline;
}


/*--------------------------------------------------------------------
/* 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;
}

/*--------------------------------------------------------------------
/* FORMULAIRES
/**/

#contenu form {
	margin : 0;
	padding : 0;

	margin-top : 1em;
	margin-bottom : 1em;
}

#contenu form .champTexteEntier {
	width : 30px;
	text-align : center;

	font-family : tahoma,sans-serif;
	font-size : 9pt;
}

#contenu form .champTexteLong {
	width : 252px;
	padding-left : 3px;

	font-family : tahoma,sans-serif;
	font-size : 9pt;
}

#contenu form select {
	font-family : tahoma,sans-serif;
	font-size : 9pt;
}

#contenu .tableauPresentation {
	width : 100%;
}

#contenu .cellGaucheMiniTexte {
	font-size : 0.85em;
	font-weight : bold;
}

#contenu .cellDouble {
	background-color : #F2F2F2;

	padding : 5px 10px;

	border-bottom : 1px solid #ccc;

	color : #555;
}

#contenu .cellGauche {
	background-color : #F2F2F2;
	text-align : right;

	padding : 5px 10px;

	border-bottom : 1px solid #ccc;

	color : #555;

	font-weight : bold;
}

#contenu .cellDroite {
	background-color : #F6F6F6;

	padding : 5px 10px;

	border-bottom : 1px solid #ccc;

	color : #555;
}

.messageSucces {
	border : 1px solid #83AB6F;
	background-color : #EAFFDF;
	font-weight : bold;

	padding-left : 12px;
	padding-right : 12px;
	/*padding-top : 1em;
	padding-bottom : 1em;*/

	margin-top : 1em;
	margin-bottom : 1em;

	color : #333;
}

.messageErreurs {
	border : 1px solid #AB836F;
	background-color : #FFEADF;
	/*font-weight : bold;*/

	padding-left : 12px;
	padding-right : 12px;
	/*padding-top : 1em;*/
	/*padding-bottom : 1em;*/

	margin-top : 1em;
	margin-bottom : 1em;

	color : #333;
}


/*--------------------------------------------------------------------
/* RECHERCHE
/**/

#page_11 #contenu fieldset {
	margin-top : 1em;
}

#page_11 #contenu fieldset legend {
	font-weight : bold;
}

#page_11 #contenu fieldset form {
	padding : 0;
	margin : 10px;
}

#page_11 #contenu form {
	padding : 0;
	margin : 0;
}

#page_11 #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_11 #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_11 #contenu .formulaire-liens {
	margin-top : 2px;
}

#page_11 #contenu .formulaire-liens a {
	color : #C90000;
}

#page_11 #contenu .formulaire-liens a:hover {
	color : #C90000;
}



/*--------------------------------------------------------------------
/* ÉVÉNEMENTS
/**/

.evenement {
	border-bottom : 1px solid #691423;
	margin-bottom : 1em;
}

.dernierEvenement {
	border-bottom : 0;
}

.evenement .evenement-date {
	font-style : italic;
}

.evenement h2 {
	margin-top : 0.25em !important;
	text-transform : uppercase !important;
	font-weight : bold !important;
	font-size : medium !important;
}

