a { text-decoration: none; }

span.break { clear: both; }

img { border: 0px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

h1 { font-size: 1.25em; color: #970024; margin-bottom: 1px; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.0em; }
h4 { font-size: 0.9em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.7em; }

.hr { color: #C4BE9E; }
hr { color: #C4BE9E; }

.tableleft { margin-right: 10px; }
.tableright { margin-left: 10px; }

.stdbutton
{
color:#FFFFFF;
background-color:#F3F3E7;
font-weight:normal;
text-align: center;
}

/* ^-^-^ GENERIQUES ^-^-^ */

.chemin {
	margin: 0px 0px 8px 0px;
	text-decoration: none;
	font-style: italic;
	font-size: 0.9em;
	color: #999;
	}
	a.chemin { font-style: normal; }	
	a.chemin:hover { color: #333; font-style: normal; text-decoration:underline; }

	/* --- header_item_tpl --- */
	#rubrique_header { margin-bottom: 10px; }
		
	#rubrique_header img { display: none; }
		
	.titre_rubrique {
		padding: 0px 10px 0px 10px;
		font-weight: bold;
		font-size: 1.3em;
		color: #fff;
		background: #00807C;
		}
	
	.rubrique_desc { font-size: 0.9em; }
	/* header_item_tpl */

.article { padding-top: 6px; }
.article p { padding-top: 10px; margin: 0px; }

.article_gauche { width: 48%;	float: left; padding: 4px 0 0 0; }
.article_droite { width: 48%;	float: right;padding: 4px 0 0 0; }


.filet {
	clear: both;
	display: block;
	height: 10px;
	margin-top: 10px;
	border-top: 1px solid;
	}
	
#frontpage .filet {
	clear: left;
	height: 10px;
	margin-top: 10px;
	border-top: 1px solid;
	}	

.date_article { color: #999999; font-size: 0.8em; font-weight: normal; }

.auteur { color: #999999; font-size: 0.8em; font-weight: normal; }

.titre_article {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	}
	a.titre_article:hover { color: #970024;}


.article_intro {
	text-align: justify;
	line-height: 13pt;
	}
	

.article_intro ul, .article_intro li {
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* Liens */
a.lien { color: #00807C; text-decoration: none; }
a.lien:hover { color: #333; text-decoration:underline; }

a.mailto { color: #00807C; text-decoration: underline; }
a.mailto:hover { color: #333; }

a.path { color: #00807C; text-decoration: underline; }
a.path:hover { color: #333; }

a.lien_fiche_annuaire {
	font-size: 0.8em;
	padding-left: 16px;
	background: url("images/lire_la_suite.png") no-repeat 0px 3px;	
	color: #00807C;
	text-decoration: none;
	}
	a.lien_fiche_annuaire:hover {
		background: url("images/lire_la_suiteo.png") no-repeat 0px 3px;
		color: #333;
		text-decoration:underline; 
		}		


.lire_la_suite { padding-top: 6px; }
.lire_la_suite a {
	padding-left: 12px;
	text-decoration: none;
	color: #ED2A26;
	background: url("images/lire_la_suite.png") no-repeat 0px 9px;
	font-weight:bold;
	}
	.lire_la_suite a:hover { color: #00807C; background: url("images/lire_la_suiteo.png") no-repeat 0px 9px; }

	/* --- images --- */
	/* couleur par défaut de la bordure d'image */
	img { border-color: #999; }
	
	/* Placement des images */
	.conteneur_imagecenter { display: block; margin: 10px 0px 10px 0px; text-align: center; }
	.imageleft { font-size: 0.8em; margin-right: 10px; margin-top: 3px; float: left; padding: 0px; }
	.imageright { font-size: 0.8em; margin-left: 10px; margin-top: 3px; float: right; padding: 0px; }
	
	.image_accueil { font-size: 0.8em; margin-right: 10px; float: left; }
	
	.legende_photo {
		display: block;
		padding: 0px 0px 2px 0px;
		font-style: italic;
		text-align: center;
		font-weight: normal;
		}
		
		/* --- imageview --- */
		#imageview { text-align: center; margin: 10px; }
				
		#imageview .legende_photo { font-weight: bold; padding: 6px 0px 1px 0px; }
				
		#imageview .description_photo	{
				text-align: left;
				font-size: 0.9em;
				padding: 6px 0px 1px 0px;
				}
		
		a.imgview_lien {
			font-weight: bold;
			color:#00807C;
			text-decoration: none;	
			}		
			a.imgview_lien:hover { color: #333; text-decoration:underline; }					

/* --- NAVIGATION type_list_tpl --- */
#navigation { color: #4A4740; font-size: 0.8em; }

#navigation a {
	text-decoration: none;	
	padding: 1px 5px 1px 5px;
	border: 1px solid #fff;
	color: #4A4740;
	background: #F3F3E6;
	}
	#navigation a:hover {
		border: 1px solid #00807C;		
		color: #00807C;
		}

	.page_nav_active {
		padding: 1px 5px 1px 5px;
		border: 1px solid #00807C;	
		color: #00807C;
		background: #F3F3E6;
		font-weight: bold;
		}


#post_it_top {
		display: block;
		height: 60px;
		}
	
	#post_it {
		display: block;
		width: 150px;
		background: #F3F3E7;
		border: 1px solid #666;
		padding: 14px 14px 14px 14px;
		margin: 0px 0px 14px 20px;
		}

	#post_it .titre_rubrique { display: none; }
	#post_it .titre_article a { color: #4A4740; }	


/* --- SOUS RUBRIQUES --- */

/* sous_rubriques haut */
#sous_rubriques_haut {
	margin: 10px 0px 6px 14px;
	padding: 4px;
	width: 180px;
	float: right;		
	}

#sous_rubriques_haut .titre {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	color:#333;
	display:none;
	}

.sous_rubrique_haut { margin-bottom: 14px; }

#sous_rubriques_haut a {
	font-family: Trebuchet MS; font-size: 1.2em; font-weight: bold;
	line-height: 1em;
	border-top: 1px solid #CCC;
	text-decoration: none;
	color:#00807C;
	display: block;
	width: 180px;
	padding-left: 14px;
	padding-top: 4px;
	background: url("images/_sous_rubrique_puce.gif") no-repeat 0px 7px;
	}
	#sous_rubriques_haut a:hover {
		color:#333;
		background: url("images/_sous_rubrique_puceo.gif") no-repeat 0px 7px;
		text-decoration:underline; 
		}
		
#sous_rubriques_haut .description	{
	font-family: Arial;
	color:#666;
	padding-left: 14px;
	}	

/* sous_rubriques bas */
#sous_rubriques_bas {
	display: block;
	margin-top:20px;
	}
	
#sous_rubriques_bas .titre {
	font-size: 1.2em;
	font-weight: bold;
	padding: 4px;
	color:#333;
	padding: 4px 10px 4px 10px;
	/* */display:none;
	}	

.sous_rubrique_bas { margin-bottom: 14px; }

#sous_rubriques_bas img {
	display: block;
	float: left;
	margin: 7px 8px 0px 0px;
	}

#sous_rubriques_bas a {
	display: block;
	font-family: Trebuchet MS; font-size: 1.2em; 
	font-weight: bold;
	line-height: 1em;
	border-top: 1px solid #CCC;
	text-decoration: none;
	color:#00807C;
	padding-left: 14px;
	padding-top: 4px;
	background: url("images/_sous_rubrique_puce.gif") no-repeat 0px 7px;	
	}
	#sous_rubriques_bas a:hover {
		color:#333;
		background: url("images/_sous_rubrique_puceo.gif") no-repeat 0px 7px;
		text-decoration:underline; 
		}

#sous_rubriques_bas .description {
	font-family: Arial;
	color:#666;
	padding-left: 14px;
	}

#retour {
	clear: both;
	display: block;
	text-align:right;
	margin: 0px 0 20px 0;
	padding: 6px 0 6px 0;
	}
	
#retour a { 
	text-decoration: none;
	font-size: 0.9em;
	color: #00807C;
	}
	#retour a:hover { color:#333; text-decoration:underline; }
	
	.imprimer {
		padding: 0px 0px 0px 18px;
		margin-right: 20px;
		background: url("images/_imprimer.png") no-repeat 0px 0px;
		}			
	
	.ancre {
		padding: 0px 0px 0px 10px;
		margin-right: 20px;
		background: url("images/_ancre.png") no-repeat 0px 0px;
		}
			
	.retour {
		padding: 0px 0px 0px 16px;
		background: url("images/_retour.png") no-repeat 0px 1px;
		}
			
	.fermer {
		padding: 0px 0px 0px 13px;
		background: url("images/_fermer.png") no-repeat 0px 2px;
		}	

/* lien sur paragraphes (présent dans la page de résultat de recherche */
.justifie, a.justifie {
	color:#000;
	text-align: justify;
	text-decoration: none;
	}
	a.justifie:hover { color: #333; text-decoration:underline;  }

/* --- FORMULAIRES --- */
#contenu input { color: #4A4740; }
#contenu select { color: #4A4740; }
#contenu textarea { color: #4A4740; }

.okbutton {
		border: 1px solid #4A4740;
		color:#4A4740;
		background: #F3F3E6;
		}

#cnil {font-size: 0.9em; }
		
.champs_intitule { color:#4A4740; padding: 0px 0px 6px 0px; }
		
.champs { color:#4A4740; }	


.erreur {	color: #cc0000; }

/* ---- FICHES----- */
#fiche {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px; /*jf gérer les marges du pop up*/
	}
	
#fiche_in { padding: 0px; margin: 0px; }	

#fiche .image, #fiche_in .image { border-bottom:2px solid #006761; }

#fiche .contenu, #fiche_in .contenu { padding: 20px; }

#fiche .article, #fiche_in .article {
	padding: 0px 10px 10px 10px;
	text-align: justify; 
	}

#fiche .image2, #fiche_in .image2 { padding: 0px;	}
	
#fiche .fichiers_attaches, #fiche_in .fichiers_attaches { padding: 0px; }
#fiche .fichier_attache, #fiche_in .fichier_attache {
	padding: 4px;
	border-top: 1px solid #00807C;
	border-left: 1px solid #00807C;
	background: #F3F3E6;	
	}	

#fiche .navigation, #fiche_in .navigation {
	padding: 0 0 10px 0; font-size: 0.8em;
	}
		
	#fiche .navigation a,
	#fiche_in .navigation a {
		color:#00807C; text-decoration: none;	font-size: 0.8em;
		}
		#fiche .navigation a:hover,
		#fiche_in .navigation a:hover { color:#333; text-decoration:underline; }

#fiche .bas { 
	border-top: 1px solid #00807C;
	padding: 6px 0 0 0;
	text-align: right;
	}
	
a.fiche_lien {	color:#00807C; font-weight: bold; text-decoration: none; }
	a.fiche_lien:hover { color: #333; text-decoration:underline; }	

/* --- FRONTPAGE --- */
#frontpage { display: block; }

#frontpage .justifie p { padding: 0px; margin: 0px; }

.fp_article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 14pt;
	}
	
	/* article de gauche si 2 colonnes */
	.fp_article_gauche { padding: 0px; margin: 0px 10px 0px 0px;

		}
	
	/* article de droite si 2 colonnes */
	.fp_article_droite { padding: 0px; margin: 0px 0px 0px 10px;

		}
		
#frontpage .titre_article { margin-top: 10px; }	

.fp_article_gauche .titre_article { margin-bottom: 13px ; }
.fp_article_droite .titre_article { margin-bottom: 13px ; }

.fp_titre_rubrique {
	font-family: Verdana;
	padding: 0;
	font-weight: bold;
	font-size: 1.6em;
	color: #333;
	}
	
.fp_titre_rubrique2 { margin-bottom: 20px; border-bottom: 1px solid #BF0101; }	

.fp_image_accueil { float: left; margin-right: 10px; }


	
	/* colonne(s) du frontpage */
	#enbref { color:#AFA7A2; padding:10px 0 0px 0; font-size:1.5em; font-weight:bold; }

	#breves_haut { background: pink;  }

	#breves { color: #B0A7A2; margin: 0; padding: 0;  }
	#breves .titre_rubrique {
		padding: 0;
		color: #B0A7A2;
		background: none;
		margin: 0;
		}
		
		.breve { padding-bottom: 10px; border-bottom: 1px solid #B0A7A2; }
	
	/*
	#frontpage_breves1 .breves_titre_rubrique { display:none; }
	#frontpage_breves1 .breve { background: pink;  }
	#frontpage_breves1 .breve p { margin:0; padding:0; }
	#frontpage_breves1 .breve_titre { font-size: 1.1em; font-weight: bold;  padding:0 0 10px 0; }
	#frontpage_breves1 a.breve_intro { font-size: 1em; }
	#frontpage_breves1 a.breve_intro:hover { color: #B0A7A2; }
	

	#frontpage_breves2 .breves_titre_rubrique { display:none; }
	#frontpage_breves2 .breve {  }
	#frontpage_breves2 .breve p { margin:0; padding:0; }
	#frontpage_breves2 .breve_titre { font-size: 1.1em; font-weight: bold; padding:0 0 10px 0; }
	#frontpage_breves2 a.breve_intro { font-size: 0.9em; }
	#frontpage_breves2 a.breve_intro:hover { color: #00807C; } */
	

/* --- PLAN DU SITE --- */
#sitemap div {	padding: 4px 0px 4px 0px; }

.sitemap_rubrique { color:#00807C; text-decoration: none;	font-weight: bold; }
	a.sitemap_rubrique:hover { color:#333; text-decoration:underline; }

.sitemap_article { color:#00807C; text-decoration: none; }
	a.sitemap_article:hover { color:#333; text-decoration:underline; }