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:#B9D5EE;
font-weight:normal;
text-align: center;
}

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

.chemin {
	margin: 30px 0px 33px 0px;
	text-decoration: none;
	font-style: italic;
	color: #999;
	}
	a.chemin { font-style: normal; }	
	a.chemin:hover { color: #000; font-style: normal; }

	/* --- header_item_tpl --- */
	#rubrique_header {
	padding: 0px 0px 15px 30px; 
	margin:   0px 0px 20px 0px;
	border-bottom: 1px solid #6699FF;  
	background:url("images/puce_titre_rubrique.gif") 0px 0px no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #63A1D9;	
	}
		
	#rubrique_header img { display: none; }
		
	.titre_rubrique {
		}
	
	.rubrique_desc { font-size: 0.9em; }
	/* header_item_tpl */

.article { padding-top: 6px; }
.article p { padding-top: 10px; margin: 0px; }
.article .titre_article { 
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #21598B;
	}

.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.2em;
	font-weight: bold;
	text-decoration: none;
	color: #21598B;
	/* width:560px; */
	}
	a.titre_article:hover { color: #970024;}


.article_intro {
	color: #21598B;
	text-align: justify;
	line-height: 13pt;
	}


/*.article_intro p {
	margin:0;
	padding:0;
	border:0;
	}*/

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

a.lien { color: #FF6600; text-decoration: none; }
a.lien:hover { color: #FF6600; text-decoration: underline; }

a.lien_fiche_annuaire {
	font-size: 0.8em;
	padding-left: 16px;
	background: url("images/lire_la_suite.gif") no-repeat 0px 3px;	
	color: #2A7AC1;
	text-decoration: none;
	}
	a.lien_fiche_annuaire:hover {
		background: url("images/lire_la_suiteo.gif") no-repeat 0px 3px;
		color: #CC0000;
		}		


.lire_la_suite { /* padding-top: 6px; */ }
.lire_la_suite a {
	padding-left: 15px;
	text-decoration: none;
	color: #FF6600;
	background: url("images/lire_la_suite.gif") no-repeat 0px 3px;	
	}
	.lire_la_suite a:hover { color: #FF6600; background: url("images/lire_la_suiteo.gif") no-repeat 0px 3px; text-decoration: underline; }

	/* --- 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:#7BA521;
			text-decoration: none;	
			}		
			a.imgview_lien:hover { color: #999; }					

/* --- 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 #A80028;		
		color: #A80028;
		}

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


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

/* sous_rubriques haut */
.sous_rubriques_haut {
	margin: 10px 0 6px 10px;
	padding: 4px;
	background:#B9D5EE;
	border: 1px solid #21598B;
	width: 150px; 
	float: right;		
	}

.sous_rubrique_haut_titre {
	font-weight: bold;
	padding: 4px;
	color:#000;
	}

a.sous_rubrique_haut {
	font-size: 0.9em;
	display: block;
	width: 128px;
	text-decoration: none;
	padding: 4px 4px 4px 16px;
	color:#666;
	background:url("images/sousrub.gif") no-repeat 0px 5px;
	}
	a.sous_rubrique_haut:hover {
		display: block;
		color:#fff;
		background: #21598B;
		}

/* sous_rubriques bas */
#sous_rubriques {
	display: block;
	margin: 0px auto 0px auto;
	padding: 4px;
	background:#B9D5EE;
	border: 1px solid #21598B;
	}
	
.sous_rubrique { clear: both;	margin: 0px; padding: 0px; }
	
.sous_rubriques_titre {
	font-weight: bold;
	padding: 0px;
	color:#21598B;
	padding: 4px 10px 4px 10px;
	}

a.sous_rubrique_titre {
	font-size: 0.9em;
	display: block;
	padding: 4px 10px 4px 16px;
	text-decoration: none;
	color:#21598B;
	background:url("images/sousrub.gif") no-repeat 0px 5px;
	}
	a.sous_rubrique_titre:hover {
		color:#fff;
		background: #21598B;
		}

#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: #89919E;
	}
	#retour a:hover { color:#CC1D00; }
	
	.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: #21598B;
	text-align: justify;
	text-decoration: none;
	}
	a.justifie:hover { color: #A80028; }

/* --- 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 { /* background: url(images/fiche_haut_bgd.png) repeat-x;*/ border-bottom:1px solid #2A7AC1; }

#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 #A80028;
	border-left: 1px solid #A80028;
	background: #F3F3E6;	
	}	

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

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

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

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

.fp_article { width:530px; margin: 0px;	padding: 0px;	line-height: 14pt;	}

.fp_article .justifie { padding-bottom:10px; }

.fp_article .titre_article {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #21598B;
	}
	
	/* 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;	}

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

.fp_titre_rubrique2 { 
	width:500px;
	padding: 20px 0px 15px 30px; 
	margin:   0px 0px 20px 0px;
	border-bottom: 1px solid #6699FF;  
	background:url("images/puce_titre_rubrique.gif") 0px 18px no-repeat; 
	}	
	.fp_titre_rubrique {
		font-weight: bold;
		font-size: 1.3em;
		color: #000;
		}

.fp_image_accueil { float: left; margin-right: 10px; }
	
	/* colonne(s) du frontpage */
	#fp_left {
		width: 219px; 
		margin:0px 0px 0px 0px;
		padding: 77px 0px 0px 0px;
		border-left:1px solid #21598B;
		float: right; 
		}
		#frontpage_breves1 { background: #E3EEF8; margin-bottom: 1px; }
			#frontpage_breves1 .breves_titre_rubrique { background: url("images/agenda.gif") top left no-repeat; height:62px; }
			#frontpage_breves1 .breve { padding: 0px 10px 20px 10px; }
			#frontpage_breves1 .breve p { margin: 0px; padding: 0px; }
			#frontpage_breves1 .breve_titre { color: #3C72A2; font-size: 1.1em; font-weight: bold; }
			#frontpage_breves1 a.breve_intro { color: #3C72A2; text-decoration:none; font-size: 1em; }
			#frontpage_breves1 a.breve_intro:hover { color: #669966; }
		#frontpage_breves2 { background: #D9EEDA; margin-bottom: 1px; }
			#frontpage_breves2 .breves_titre_rubrique {	background: url("images/developpementdurable.gif") top left no-repeat; height:56px; }
			#frontpage_breves2 .breve { padding: 0px 10px 20px 10px; }
			#frontpage_breves2 .breve p { margin: 0px; padding: 0px; }
			#frontpage_breves2 .breve_titre { color: #669966; font-size: 1.1em; font-weight: bold; }
			#frontpage_breves2 a.breve_intro p { display: inline; }
			#frontpage_breves2 a.breve_intro { color: #669966; text-decoration: none; font-size: 1em; }
			#frontpage_breves2 a.breve_intro:hover { color: #446644; }

		#frontpage_breves3 { background: #FDDFB5; }
			#frontpage_breves3 .breves_titre_rubrique {	background: url("images/travaux.gif") top left no-repeat; height:56px; }
			#frontpage_breves3 .breve { padding: 0px 10px 20px 10px; }
			#frontpage_breves3 .breve p { margin: 0px; padding: 0px; }
			#frontpage_breves3 .breve_titre { color: #DA7E03; font-size: 1.1em; font-weight: bold; }
			#frontpage_breves3 a.breve_intro p { display: inline; }
			#frontpage_breves3 a.breve_intro { color: #DA7E03; text-decoration: none; font-size: 1em; }
			#frontpage_breves3 a.breve_intro:hover { color: #734201; }

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

.sitemap_rubrique { color:#000; text-decoration: none;	font-weight: bold; }
	a.sitemap_rubrique:hover { color:#cc0000; }

.sitemap_article { color:#cc0000; text-decoration: none; }
	a.sitemap_article:hover { color:#000; }