/* ____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;
	}

.contenu_fiche{
background:#FFF;
padding:10px 10px;
}

.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; }
	
	.titre_rubrique {
	font-family: Arial;
	font-size: 18px;
	color: #336699;
	}
	
	.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 {
	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; font-weight: bold; color: #999999; }

.titre_article { font-size: 12px; font-weight: bold;color:#336699;}
.N_titre_article { font-size: 14px; font-weight: bold;color:#336699;}

.article_intro {
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	padding: 0 20px 0 0;
	}

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

a.lire_la_suite {
	font-weight: bold;
	text-decoration: none;
	font-size: 8pt;
	color:#009933;
	}
	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 {
		padding-left: 10px;
		/**/float: right;
		}
	.image_accueil {
		padding-right: 10px;
		/**/float: left;
		}
	
	.legende_photo {
		font-weight: normal; /* prendre le pas sur l'editeur */
		clear: both;
		color: #999999;
		border-bottom: 1px solid #999999;
		text-align: center;
		font-size: 7pt;
		padding: 4px 0 5px 0px; margin-bottom: 3px;
		}
		
/* --- 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;
	}

.retour {
	text-decoration: none;
	font-size: 8pt;
	color:#000000;
	}
	a.retour:hover { color:#999999; }	

/* ____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-color: #fff; 
			font-family:Verdana;}
.bgdark { background-color: #fff; font-family:Verdana;}


/* --- 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:#F5F3EE;
		border-left: 1px dotted #999;
		/**/width: 150px; float: right;		
		}
	
	.sous_rubrique_haut_titre {
		font-weight: bold;
		font-size: 11px;
		padding: 4px;
		color:#000;
		}
	
	a.sous_rubrique_haut {
		text-decoration: none;
		font-size: 11px;
		padding: 4px;
		color:#999;
		/**/display: block; overflow: hidden; width: 140px;		
		}
		a.sous_rubrique_haut:hover {
			color:#fff;
			background: #999;
			}

		/* sous_rubriques bas */
		#sous_rubriques {
			margin: 10px 0 0 0;
			padding: 10px;
			background:#F5F3EE;
			border-top: 1px dotted #999;
			/**/height: 100%;
		}
		
		.sous_rubrique {
			margin: 0 0 6px 0;/*jf*/
			}
		
		.sous_rubriques_titre {
			font-weight: bold;
			font-size: 11px;
			padding: 0 0 4px 0;
			color:#000;
			}
		
		#sous_rubriques img { 
			margin: 0 10px 0 0;
			/**/float: left;
			}
		
		a.sous_rubrique {
			text-decoration: none;
			font-size: 11px;/*jf*/
			color:#999;
			}
			a.sous_rubrique:hover { color:#fff; background: #999; /*jf*/}
		
		.sous_rubrique_desc { font-size: 11px; color:#000; } 

/* ----- FORMULAIRES ----- */
.okbutton {
		display:block;
		border: 1px solid #999;
		color:#999;
		background: #fff;
		}		



/* ----- AUTRES PAGES ----- */

.liste {
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	color: #5B5A58;
	}

.ecard_legende {
	text-align: left;
	font-family: Verdana;
	font-size: 7pt;
	font-style: italic;
	color: #666666;
	}


/* ----- 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;
		}
		
/* sondage */
#sondage {
	float: right;
	width: 180px;
	background: #fff;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	border: 1px solid #D894D0;
	height: 100%;
	font-size: 10px;
	}

.sondage_titre {
	color: #fff;
	background: #D894D0;
	font-size: 10px;
	padding: 4px 10px 4px 10px;
}

.sondage_texte {
	text-decoration: none;
	color: #7D746C;
	font-size: 10px;
	padding: 4px 10px 4px 10px;
}

.sondage_lien {
	text-decoration: none;
	color: #D894D0;
	background: #EEECE7;
	font-size: 10px;
	padding: 0 6px 0 6px;
	margin: 10px 0 10px 10px;
}

a.sondage_lien:hover {
	color: #fff;
	background: #D894D0;
}

#votepage { font-size: 11px; }

#votepage form { margin: 0; }

#votepage td.resultat {
	border: 1px solid #000;
	margin: 0 0 6px 0;
	background: #999;
	}
	
#votepage td.resultat2 {
	border: 1px solid #000;
	margin: 0 0 6px 0;
	background: #eeeeee;
	}	

#votepage div.left {
	float: left;
	margin-right: 10px;
	}

#votepage div.right { float: left; }


/* JF ficheview */

.fiche {
	margin: 0 7px 0 7px; /*jf gérer les marges du pop up*/
	background-color:#FFF;
	border:1px dashed #1B58A1;
	}

.article_fiche {
	padding: 4px 0 0 0; 
	margin: 0 0 20px 0;
	/* jf seulement pour suprimer le liseret sous tetiere fiche#view*/
	}

.image {
	width: 100%;
	background: url("/images/fiche_haut_bgd.png");
	}

.bas {
	text-align: right;
	}

a.fiche_lien {
	font-weight: bold;
	color:#336699;
	text-decoration: none;
	}
	
a.fiche_lien:hover {
	color:#336699;
	text-decoration: underline;

	}
/* ---- 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 p {
	text-align: justify;
	}

#frontpage {

}
#fp_left {
	/**/float: right;
	width: 37%;
	background: #fff;
	padding: 0 0 10px 10px;
	text-align:left;
	}

.fp_article { margin: 0 0px 20px 0; padding:0 50px 20px 0;}
.fp_article p { margin: 0;}

.fp_titre_rubrique {
	font-weight: bold;
	font-size: 18px;
	color: #336699;
	border-bottom: 1px dashed;
	margin: 0 0px 10px 0;
	}

/* ! placement de l'article de gauche si deux colonnes */
.fp_article_gauche {
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	border-right: 1px solid #336699;
}

/* ! placement de l'article de droite si deux colonnes */
.fp_article_droite {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px 0px;
	border-left: 1px solid #336699;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
}

.fp_article_gauche .titre_article{
	margin: 0px 0px 13px 0px;
}
.fp_article_droite .titre_article{
	margin: 0px 0px 13px 0px;
}	


/* left et right sont inversés! 
#pf_article_left{
font-size: 8pt;
font-family: Verdana;
float:right;
padding: 30px 25px 0 0;
width:43%;
border-color:#336699;
}*/

/* left et right sont inversés! 
#pf_article_right{
font-size: 8pt;
font-family: Verdana;
float:left;
width:48%;
padding: 30px 0;
margin:0 10px 0 0;
}
.fp_img_l{
float:left;
padding: 5px 5px 0 0;
}*/


.fp_image_accueil { margin: 0 10px 0 0; }

.fp_read_more {
	margin-top: 10px; /* JF */
	}

a.fp_read_more {
	color: #009933;;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	}
	a.fp_read_more:hover { color: #999999; }

.breves {
/**/float: right;
padding:0;
border: 0px;
}

.fp_art_intro{
margin:0;
}

.chapeau {
background: url('images/pixchapeau.png');
padding: 0 0 0 0px;
width:260px;
color: #FFF;
}
.chapeau a{
color: #FFF;
display: block;
text-decoration:none;
padding: 5px 5px;
font-size:12px;
text-indent:5;
}

.chapeau a:hover{
background-color:#C0C0C0;
color: #336699;
}

.breves_titre_rubrique {
	font-size: 11pt;
	font-weight:bold;
	color: #336699;
	padding: 10px 10px 0 10px;
	margin-bottom: 3px;
	}

.breve { padding: 0 10px 10px 10px; }
.breve p { margin: 0; padding: 0; }
.breve_titre { text-decoration: none; color: #336699; font-size: 10px; }
a.breve_intro { text-decoration: none; color: #336699;	font-size: 10px; }
a.breve_intro:hover { color: #C0C0C0; }
/* ----- FRONTPAGE end ----- */

/* ----- FORUM ----- */
.forum_titre_page
{
	color: #3F7BD5;
	font-weight: bold;
}

.forum_titre
{
	color: #1515E1;
	font-weight: normal;
}

a.forum_titre:hover
{
	color: #1515E1;
	font-weight: normal;
	text-decoration: underline;
}

.forum_intitule
{
	color: #000000;
}

.forum_mention_intitule
{
	font-size:7pt;
	color: #999999;
}

.forum_nom
{
	color: #1515E1;
	font-weight: bold;
}
a.forum_nom:hover
{
	color: #1515E1;
	text-decoration: underline;
}


.forum_bgd1
{
	background-color: #FFFFFF;
}

.forum_bgd2
{
	background-color: #FCF6F6;
}

.stdbutton
{
	font-family: Arial;
	font-size:11px;
	color:#4F769D;
	font-weight:normal;
	line-height:14px;
	text-align:center;
}

/* ----- FORUM end ----- */
