/* ____ARTICLELIST ____ */

/* ! div contenant une image transparente(= compatibilité Firefox) annulant les habillages ("clear" annule les "float" dans les <div> au dessus) */
/**/div.break {
	height: 1px;
	clear: both;
	}

#articleprint {
	padding: 30px;
	}

.chemin {
	text-decoration: none;
	font-size: 7pt;
	color: #999999;
	margin: 0 0 10px 0;
	}
	a.chemin:hover {
		color: #000000;
		}

	/* --- header_item_tpl --- */
	#rubrique_header { margin-bottom: 10px; }
	
	#rubrique_xmlfeed {
		float: right;
		}
		
	#rubrique_xmlfeed img {
		margin: 0;
		}		
	
	.rubrique_desc {
	font-size: 12px;
	}
	/* --- header_item_tpl --- */

/* ! gestion des marges hautes et basses des textes du contenu */
div p {
	margin: 6px 0 6px 0;
	}

/* ! Styles communs à TOUS les articles dans articlelist quel que soit leur placement */
.article {
	clear: left;
	/*border-top: 1px solid;*/
	padding: 6px 0 0 0;
	margin: 0 0 20px 0;
}

.article p {
	padding: 10px 0 0 0;
	margin: 0;
} 

/* ! placement de l'article de gauche si deux colonnes */
.article_gauche {
	width: 48%;
	/**/float: left;
	padding: 4px 0 0 0;
}
/* ! placement de l'article de droite si deux colonnes */
.article_droite {
	/**/width: 48%;
	/**/float: right;
	padding: 4px 0 0 0;
}

/* - CONTENU D'UN ARTICLE - */
.date_article { color: #999999; font-size: 10px; font-weight: bold; }

.auteur { font-size: 10px; color: #999999; }

.titre_article { font-size: 14px; font-weight: bold; text-decoration: none; color: #000; }
	a.titre_article:hover { color: #009900;}


.article_intro {
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	}

a.lien { color: #42A401; text-decoration: none; }
a.lien:hover { color: #9F1630; text-decoration: underline; }

a.lire_la_suite {
	padding: 0px 0px 0px 14px;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color: #5BB022;
	background: url("images/lire_la_suite.png") no-repeat 0px 2px;
	}
	a.lire_la_suite:hover { text-decoration: underline; }

/* --- IMAGES --- */
	/* ! couleur par défaut de la bordure d'image */
	img { border-color: #999999; }
	/* ! Placement des images */
	.imageleft { 
		margin-right: 10px;
		/**/float: left;
		}
	.imagecenter {
		margin: 0;
		padding: 2px;
		border: 0;
		}
	.imageright {
		margin-left: 10px;
		/**/float: right;
		}
	.image_accueil {
		margin-right: 10px;
		/**/float: left;
		}
	
	.legende_photo {
		color: #000;
		}
		
/* --- TABLEAUX --- */
	.tableleft { margin-right: 10px; }
	.tableright { margin-left: 10px; }

/* - CONTENU D'UN ARTICLE end - */

/* ! styles de la navigation (= numéros de page + "suivant" et "précédent") */
	/* --- type_list_tpl --- */
	#navigation {
		font-size: 7pt;
		color:#000;
		}
	
	#navigation a {
		text-decoration: none;	
		font-size: 7pt;
		color:#000;
		}
		#navigation a:hover {
			color:#999999;
		}
	.page_nav_active {
		font-weight: bold;
		color:#E41125;
	}
	/* --- type_list_tpl  --- */

#retour {
	margin: 20px 0 20px 0;
	/**/clear: both;
	border-top: 1px solid;
	padding-top: 2px;
	}

.retour {
	padding: 0px 8px 2px 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	border: 1px solid #fff;
	border-top: 0px;
	color:#537F4C;
	}
	a.retour:hover { border: 1px solid #6767AC; border-top: 0px; color:#333; }	

/* ____ARTICLELIST end ____ */


/* ! lien sur paragraphes (présent dans la page de résultat de recherche */



.justifie, a.justifie {
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	}

a.justifie:hover { color: #009900; }

/* ! alternance de couleur de fond défini par la valeur de la variable {td_class} située dans les fichiers php */
.bglight { background: #0000; }
.bgdark { background: #fff; }


/* --- ARTICLEVIEW --- */
#retour_articleview {
	text-align: right;
	margin: 20px 0 20px 0;
	border-top: 1px solid;
	}
/* --- ARTICLEVIEW end --- */


	/* ----- Affichage des sous rubriques ----- */
	/* sous_rubriques haut */
	.sous_rubriques_haut {
		margin: 10px 0 6px 10px;
		padding: 10px;
		background:#E5F6E3;
		border-left: 1px solid #537F4C;
		/**/width: 150px; float: right;		
		}
	
	.sous_rubrique_haut_titre {
		font-weight: bold;
		font-size: 11px;
		padding: 4px;
		color:#000;
		}
	
	a.sous_rubrique_haut {
		display: block;
		/*width: 100%;*/
		width: 140px;
		text-decoration: none;
		font-size: 11px;
		padding: 4px;
		color:#537F4C;
		}
		a.sous_rubrique_haut:hover {
			display: block;
			color:#fff;
			background: #537F4C;
			/*overflow: hidden;*/
			}

		/* sous_rubriques bas */
		#sous_rubriques {
			display: block;
			margin: 0;
			padding: 10px;
			background:#E5F6E3;
			border-top: 1px solid #537F4C;
			/**/height: 100%;
		}
		
		.sous_rubrique {
			clear: both;
			margin: 0 0 10px 0;
			padding: 0 0 0px 0;
			}
		
		.sous_rubriques_titre {
			font-weight: bold;
			font-size: 11px;
			padding: 0 0 0 0;
			color:#000;
			}
		
		#sous_rubriques img {
			display: none;
			}
			
		a.sous_rubrique_titre {
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;/*jf*/
			color:#537F4C;
			}
			a.sous_rubrique_titre:hover { color:#000; }
		
		/* .sous_rubrique_desc { font-weight: normal; font-size: 10px; color:#000; } */
		.sous_rubrique_desc { display: none; } 

/* ----- FORMULAIRES ----- */
.okbutton {
		border: 1px solid #000;
		color:#fff;
		background: #0C934A;
		}
input { font-color: #999; }
select {color: #999;}
		
.champs_intitule {
	padding: 0 0 10px 0;
	color: #999;
	}
		
.champs {
	color: #555;
	font-family: Trebuchet MS;
	font-size: 13px;
	}
		
.champs2 {
	color: #000;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 13px;
	}		



/* ----- AUTRES PAGES ----- */

.liste {
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	color: #5B5A58;
	}

/* ----- NEWSLETTER ----- */



.news_text {
	font-family: Trebuchet MS;
	color: #8EA3A8;
	font-weight: bold;
	border: 1px solid #666666;
	}


.news_button {
	color: white;
	background: #8EA3A8;
	border: 1px solid #666666;
	}

.nl_list_bg1 {
	color: #666666;
	background: #CCCCCC;
	}


.nl_list_bg2 {
	color: #666666;
	background: #CCCCCC;
	}
	
	
	//mise en forme de la news dans le mail
	#newsletter {
		font-size: 11px;
		background: pink;
		}
	
	.nl_mention {
		font-size: 11px;
		font-family: Trebuchet MS;
		}

/* ----- NEWSLETTER end ----- */

/* plan du site */
.sitemap_rubrique {
padding-bottom: 6px;
font-size: 9pt;
text-decoration: none;
color:#000;
}
a.sitemap_rubrique:hover {
text-decoration: underline;
}

.sitemap_article {
padding-bottom: 6px;
font-size: 9pt;
text-decoration: none;
color:#999;
}
a.sitemap_article:hover {
text-decoration: underline;
}

	/* slideshow */
	/* ce style fixe la navigation et la photo du slideshow
	   sur la hauteur si la légende n'excède pas 3 lignes (sinon elle pousse vers le bas) */
	#caption {	
		height:40px;
		width:590px;
		font-family: Trebuchet MS;
		font-weight: bold;
		font-size: 11px;
		color: #4372C3;
		}
		
	#photo {	
		border:2px solid #000;
		}
		


/* ---- 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: 0;
	margin: 0; /*jf gérer les marges du pop up*/
	}	

#fiche .image, #fiche_in .image {
	background: url(images/fiche_bgd.png) repeat-x;
	}
	
#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: 0 0 0 0;
	}
	
#fiche .fichiers_attaches, #fiche_in .fichiers_attaches {
	padding: 0 0 0 0;
	}
	
#fiche .fichier_attache, #fiche_in .fichier_attache {
	padding: 4px;
	border-top: 1px dotted #005E9E;
	border-left: 1px dotted #005E9E;
	background: #F0F4F7;	
	}	

#fiche .navigation, #fiche_in .navigation {
		padding: 0 0 10px 0;
		font-size: 7pt;
		color:#000;
		}
	
#fiche .navigation a, #fiche_in .navigation a {
		text-decoration: none;	
		font-size: 7pt;
		color:#000;
		}
		#fiche .navigation a:hover, #fiche_in .navigation a:hover {
			color:#005E9E;
		}

#fiche .bas { 
	border-top: 1px solid #C00033;
	padding: 6px 0 0 0;
	text-align: right;
	}
	
a.fiche_lien {
	font-weight: normal;
	color:#6BB16A;
	text-decoration: none;
	}
	a.fiche_lien:hover {
		color: #C00033;
		}	


/* ---- imageview----- */

a.imgview_lien {
	font-weight: bold;
	color:#7BA521;
	text-decoration: none;	
}

a.imgview_lien:hover {
	color: #999;
	}

.hr {
	color: #7BA521;
	}

/* --JF-- */

/* ----- AUTRES PAGES end ----- */


/* ----- FRONTPAGE ----- */
#frontpage {
	}

#fp_article1 {
	width: 366px;
	background: url("images/fp_article1_bgd.png");
	/*float: left;*/
}

#fp_article1_2 {
	padding: 0px 15px 0px 15px;
}

.fp_image_accueil1 {
		float: left;
		margin: 10px 10px 0px 0px;
		_margin: 10px 10px 0px 0px;
	}

#fp_article1 p {
	color: #6A787A;
	padding: 0px 10px 0px 10px;
	
}

#fp_article1 .lire_la_suite {

}

#fp_article1 a.lire_la_suite {
	padding: 0px 0px 0px 14px;
}

#fp_article1 .titre_article {
	color: #6A787A;
	padding: 0px 0px 0px 0px;
	height: 16px;
	/* background: url("images/fp_article1.png") no-repeat 0px 0px; */
	margin: 0px;
}

#fp_article1_haut {
	display: block;
	width: 366px;
	height: 26px;
	background: url("images/fp_article1.png") no-repeat 0px 0px;
}


#fp_article1_bas {
	display: block;
	width: 366px;
	height: 26px;
	background: url("images/fp_article1_bas.png") no-repeat 0px 0px;
}

.fp_article {
width: 366px;
	overflow: hidden;
	margin: 20px 0 0px 0;
	padding: 0 0 10px 0px;
	/**/float: left;
	}
	

	
.fp_article p {
	color: #6A787A;
	}
	
.fp_article .titre_article {
	color: #6A787A;
	}	

/* ! placement de l'article de gauche si deux colonnes */
.fp_article_gauche {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 0px;
	
}

/* ! placement de l'article de droite si deux colonnes //border-bottom: 1px solid #D93310;*/
.fp_article_droite {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 10px;
	
}


.fp_article_gauche .titre_article{
	margin: 0px 0px 13px 0px;
}
.fp_article_droite .titre_article{
	margin: 0px 0px 13px 0px;
}		


#fp_left {
	margin: 0px;
	/**/float: right;
	width: 157px;
	background: #fff;
	padding: 0 0 10px 14px;
	}

.fp_titre_rubrique {
	width: 356px;
	font-weight: bold;
	font-size: 18px;
	color: #D93310;
	border-bottom: 1px solid #D93310;
	margin: 0 0px 10px 0;
	padding: 0;
	}
	
.titre_rubrique {
	font-weight: bold;
	font-size: 17px;
	color: #D93310;
	}	


.fp_article .fp_image_accueil {
	margin: 0px 10px 0px 0px;
	}
	

.fp_read_more {

	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;	
	}
	
		

a.fp_read_more {
	color: #CC3300;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	}
	a.fp_read_more:hover { color: #999999; }

/* breves1 */
	.breves1 {
	margin: 0px 0px 20px 0px;	
	padding: 45px 0px 0px 0px;
	/*background: url("images/breves1.png") no-repeat 0px 0px;*/
	clear: both;
	width: 155px;
	_width: 157px;
	/*border-left: 1px solid #5BB022;*/
	}

	.breves1 .breve { padding: 0 10px 10px 10px; }
	.breves1 .breve p { margin: 0; padding: 0; }
	.breves1 .breve_titre { text-decoration: none; color: #C5553F; font-size: 10px; }
	.breves1 a.breve_intro { text-decoration: none; color: #6A787A;font-size: 10px; }
	.breves1 a.breve_intro:hover { color: #5BB022; }
	
/* breves2 */
	.breves2 {
	padding: 34px 0px 0px 0px;
	/*background: url("images/breves2.png") no-repeat 0px 0px;	*/	
	clear: both;
	width: 155px;
	_width: 157px;
	/*border-left: 1px solid #F9BA6E;*/
	
	}
	
	.breves2 .breve { padding: 0 10px 10px 10px; }
	.breves2 .breve p { margin: 0; padding: 0; }
	.breves2 .breve_titre{ font-weight: bold; text-decoration: none; color: #6BB16A; font-size: 13px; }
	.breves2 a.breve_intro { text-decoration: none; color: #818288; font-size: 10px; }
	.breves2 a.breve_intro:hover { color: #6BB16A; }
/* ----- FRONTPAGE end ----- */


/* -- E-cards -- */

#e_card div {
	margin: 10px 0px 20px 0px;
	}
	
#e_card .legende {
	font-size: 7pt;
	color: #666;
	letter-spacing: 1px;
	text-align: left;
	}	


/* -- cardlist -- */	
.carte_gauche {
	border: 1px solid #999;
	padding: 10px;
	background: #F1F1F1;
	}
	
	
.carte_droite {
	border: 1px solid #999;
	padding: 10px;
	background: #F1F1F1;
	}
	
.carte_gauche img {
	margin-bottom: 10px;
	}
	
	
.carte_droite img {
	margin-bottom: 10px;
	}	
	
.carte_gauche .select {
	font-size: 7pt;
	font-weight: bold;
	color: #000;
	}
	
.carte_droite .select {
	font-size: 7pt;
	font-weight: bold;
	color: #000;
	}



#carte {
	text-align: center;
	padding: 10px;
	border: 1px solid #999;
	background: #F1F1F1;
	}
	
#carte .image {
	margin: 0px 0px 20px 10px;
	}		
	
#carte .message {
	padding: 0px 10px 0px 10px;
	font-size: 10pt;
	font-family: Trebuchet MS;
	text-align: justify;
	}
	
.erreur {
	color: red;
	}