/* ____ARTICLELIST ____ */

img { border: 0px; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

/* ! div contenant une image transparente(= compatibilité Firefox) annulant les habillages ("clear" annule les "float" dans les <div> au dessus) */
/**/div.break {
	clear: both;
	display: block;
	height: 1px;
	background: url("images/espace.png");	
	}
	
.chemin {
	text-decoration: none;
	font-style: italic;
	font-size: 0.9em;
	color: #999999;
	margin: 0 0 8px 0;
	}
	a.chemin { font-style: normal; }	
	a.chemin:hover {
		font-style: normal;	
		color: #000000;
		}

#articleprint { padding: 30px; }

	/* --- 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: #A80028;
		}

	.rubrique_desc { font-size: 0.9em; }
	/* --- 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 0px 0;
}

.article p {
	padding: 10px 0 0 0;
	margin: 0px;
}

.filet {
clear: both;
display: block;
height: 20px;
/* width: 100%; */
margin-top: 10px;
border-top:1px solid;
}



/* ! 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: 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: #000;
	}
	a.titre_article:hover { color: #009900;}


.article_intro {
	text-align: justify;
	color: #000000;
	}

a.lien { color: #066AAF; }
a.lien:hover { color: #066AAF; text-decoration: underline; }

.lire_la_suite {
	padding-top: 6px;
	}

.lire_la_suite a {
	padding-left: 12px;
	text-decoration: none;
	color: #C10003;
	background: url("images/lire_la_suite.png") no-repeat 0px 9px;	
	}
	.lire_la_suite a:hover { color: #4A4742; background: url("images/lire_la_suiteo.png") no-repeat 0px 9px; }

/* --- IMAGES --- */
	/* ! couleur par défaut de la bordure d'image */
	img { border-color: #999999; }
	/* ! Placement des images */
	.conteneur_imagecenter {
		display: block;
		margin: 10px 0px 10px 0px;
		text-align: center;
		}
	
	.imageleft { 
		margin-right: 10px;
		margin-top: 3px;
		/**/float: left;
		padding: 0px;
		font-size: 0.8em;
		
		}
	.imagecenter {
		margin: 0px;
		padding: 2px;
		border: 0px;
		font-size: 0.8em;
		}
	.imageright {
		margin-left: 10px;
		/**/float: right;
		font-size: 0.8em;
		}
	.image_accueil {
		margin-right: 10px;
		/**/float: left;
		font-size: 0.8em;
		}
	
	.legende_photo {
		text-align: center;
		font-style: italic;
		}
		
		/* --- 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;
			}		

/* --- 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 { color: #4A4740; font-size: 0.8em; }
	
	#navigation a {
		padding: 1px 5px 1px 5px;
		border: 1px solid #fff;
		color: #4A4740;
		background: #F3F3E6;
		text-decoration: none;	
		}
		#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;
		}
	/* --- type_list_tpl  --- */

#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 14px;
		background: url("images/_retour.png") no-repeat 0px 3px;
		}
		
		
	.fermer {
		padding: 0px 0px 0px 13px;
		background: url("images/_fermer.png") no-repeat 0px 2px;
		}	
		
/* ____ARTICLELIST end ____ */


/* ! 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: #A80028; }

/* ! alternance de couleur de fond défini par la valeur de la variable {td_class} située dans les fichiers php */
.bglight {
	background: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
	}

.bgdark {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #333;
	}
	
	/* ----- FILEMANAGER ----- */
	
	/* filelist.tpl */
	.filename {
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 5px;
		}
	
	.filename a {
		color: #4A4740;
		text-decoration: none;
		font-weight: bold;
		padding: 0px 0px 0px 18px;
		background: url("/images/file.png") no-repeat 0px 0px;
		}
		.filename a:hover {	color: #A80028; }
		
	.fileproperties {
		
		}
	
	.filedesc {
		display: block;
		width: 600px;
		}
		
	.filesize {
		float: left;
		width: 100px;
		display: block;
		padding: 0px 10px 0px 10px;
		text-align: right;	
		}
		.filesize a {
			padding: 3px 3px 3px 3px;
			font-size: 0.8em;
			text-transform: uppercase;
			color: #A80028;
			}
		.filesize a:hover { background: #A80028; color: #fff; }
		

	.nowrite {}
	
	.write {}
	
	
	/* FILEMANAGER */

	/* ----- Affichage des sous rubriques ----- */
	/* sous_rubriques haut */
	.sous_rubriques_haut {
		margin: 10px 0 6px 10px;
		padding: 4px;
		background:#F3F3E6;
		border: 1px solid #A80028;
		/**/width: 150px; float: right;		
		}
	
	.sous_rubrique_haut_titre {
		font-weight: bold;
		padding: 4px;
		color:#A80028;
		}
	
	a.sous_rubrique_haut {
		font-size: 0.9em;
		display: block;
		width: 140px;
		text-decoration: none;
		padding: 4px;
		color:#A80028;
		}
		a.sous_rubrique_haut:hover {
			display: block;
			color:#fff;
			background: #A80028;
			}

		/* sous_rubriques bas */
		#sous_rubriques {
			display: block;
			margin: 0px auto 0px auto;
			padding: 4px;
			background:#F3F3E6;
			border: 1px solid #A80028;			
			}
		
		.sous_rubrique {
			clear: both;
			margin: 0 0 0px 0;
			padding: 0 0 0px 0;
			}
		
		.sous_rubriques_titre {
			font-weight: bold;
			padding: 0px;
			color:#A80028;
			padding: 4px 10px 4px 10px;
			}
		
		a.sous_rubrique_titre {
			font-size: 0.9em;
			display: block;
			padding: 4px 10px 4px 10px;
			text-decoration: none;
			color:#A80028;
			}
			a.sous_rubrique_titre:hover {
				color:#fff;
				background: #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; }

/* ----- AUTRES PAGES ----- */

.liste {
	text-align: justify;
	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 */
	
	.nl_mention {
		font-family: Trebuchet MS;
		}

/* ----- NEWSLETTER end ----- */

/* plan du site */
#sitemap div {
	padding: 4px 0px 4px 0px;
	}
	
#sitemap a {

	}	

.sitemap_rubrique {
	text-decoration: none;
	color:#000;
	font-weight: bold;
	}
	a.sitemap_rubrique:hover {
	color:#cc0000;
	}

.sitemap_article {
	text-decoration: none;
	color:#cc0000;
	}
	a.sitemap_article:hover {
	color:#000;
	}

	/* 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;
		color: #4372C3;
		}
		
	#photo {	
		border:2px solid #000;
		}
		
/* sondage */
#frontpage_sondage {
	background: #D894D0;
	margin: 5px 10%;
	}

.sondage_titre {
	color: #fff;
	background: #D894D0;
	padding: 4px 10px 4px 10px;
}

.sondage_texte {
	text-decoration: none;
	color: #7D746C;
	padding: 4px 10px 4px 10px;
}

.sondage_lien {
	text-decoration: none;
	color: #D894D0;
	background: #EEECE7;
	padding: 0 6px 0 6px;
	margin: 10px 0 10px 10px;
}

a.sondage_lien:hover {
	color: #fff;
	background: #D894D0;
}

#votepage { }

#votepage form { margin: 0px; }

#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; }

/* ---- 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; /*jf gérer les marges du pop up*/
	}	

#fiche .image, #fiche_in .image {
	background: url(images/fiche_haut_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: 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 {
		padding: 0 0 10px 0;
		font-size: 0.8em;
		color:#000;
		}
	
#fiche .navigation a, #fiche_in .navigation a {
		text-decoration: none;	
		font-size: 0.8em;
		color:#000;
		}
		#fiche .navigation a:hover, #fiche_in .navigation a:hover {
			color:#A80028;
		}

#fiche .bas { 
	border-top: 1px solid #A80028;
	padding: 6px 0 0 0;
	text-align: right;
	}
	
a.fiche_lien {
	font-weight: bold;
	color:#A80028;
	text-decoration: none;
	}
	a.fiche_lien:hover {
		color: #999;
		}	


/* ---- 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 {
	display: block;
	width: 583px;
	}

/* antony 27 10 pour frontpage 2 cols */
.justifie p { padding: 0px; margin: 0px; }

.fp_article { 
	margin: 0px 0 20px 0px;
	padding: 0px 0 20px 0px;
	border-bottom: 1px solid #BF0101;
	}
	
/* ! placement de l'article de gauche si deux colonnes */
.fp_article_gauche {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 0px;
	border-bottom: 1px solid #BF0101;
	}

/* ! placement de l'article de droite si deux colonnes */
.fp_article_droite {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 10px;
	border-bottom: 1px solid #BF0101;
	}


.fp_article_gauche .titre_article{
	margin: 0px 0px 13px 0px;
}
.fp_article_droite .titre_article{
	margin: 0px 0px 13px 0px;
}		


#fp_left {
	/**/float: right;
	width: 149px;
	padding: 0 0 0px 16px;
	}
	
#fp_leftiemac {
	border: 0px solid blue;
	}	

.fp_titre_rubrique {
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 1px 10px;
	font-weight: bold;
	font-size: 1.3em;
	color: #fff;
	background: #BF0101;
	}
	
.fp_titre_rubrique2 {
	border-bottom: 1px solid #BF0101;
	}	

.fp_image_accueil { float: left; 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: 0.8em;
	font-weight: bold;
	}
a.fp_read_more:hover {
	color: #999999;
	}

#frontpage_breves1 {
	margin-bottom: 20px;
	background: #FDB62A;
}

#frontpage_breves1 .breves_titre_rubrique {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	background: #BF0101;
	color: #fff;
	}

#frontpage_breves1 .breve { padding: 0px 10px 10px 10px; }
#frontpage_breves1 .breve p { margin: 0px; padding: 0px; }
#frontpage_breves1 .breve_titre { margin-top: 10px;font-weight: bold;text-decoration: none; color: #fff; font-size: 1.1em; }
#frontpage_breves1 a.breve_intro p { display: outline; }
#frontpage_breves1 a.breve_intro { text-decoration: none; color: #fff; font-size: 0.9em; }
#frontpage_breves1 a.breve_intro:hover { color: #BF0101; }

#frontpage_breves2 {
	margin-bottom: 20px;
	background: #EBE3D6;
}

#frontpage_breves2 .breves_titre_rubrique {
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	background: #BF0101;
	color: #fff;
	}

#frontpage_breves2 .breve { padding: 0px 10px 10px 10px; }
#frontpage_breves2 .breve p { margin: 0px; padding: 0px; }
#frontpage_breves2 .breve_titre { margin-top: 10px;font-weight: bold;text-decoration: none; color: #770304; font-size: 0.9em; }
#frontpage_breves2 a.breve_intro p { display: inline; }
#frontpage_breves2 a.breve_intro { text-decoration: none; color: #770304; font-size: 0.9em; }
#frontpage_breves2 a.breve_intro:hover { color: #333; }
/* ----- FRONTPAGE end ----- */


/* -- Ecards -- */

#e_card div {
	margin: 10px 0px 20px 0px;
	}
	
#e_card .legende {
	font-size: 0.8em;
	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: 0.8em;
	font-weight: bold;
	color: #000;
	}
	
.carte_droite .select {
	font-size: 0.8em;
	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-family: Trebuchet MS;
	text-align: justify;
	}
	
.erreur {
	color: red;
	}

/* -- antony calendrier -- */
#dayview .header {

}

#dayview .header_user {
	background: #E9E5D2;
}

#dayview .header_user .titre {
	background: #E9E5D2;
	padding: 6px;
}

#dayview .user_item {
	padding: 6px;
}

#dayview .header_user .user_name {
	font-weight: bold;
	color: #fff;
}


	#dayview .header_group {
		margin: 10px;
		padding: 6px;
		background: #E9E5D2;
		border-left: 1px solid #006699;
	}
	
	#dayview .header_group .titre {
		padding: 4px;
	}
	
	#dayview .group_item {
		padding: 4px;
	}
	


/* Module Agenda start*/
.titre
{
	font-weight: bold;
	color: #336699;
	background-color: #FBF7E2;
}

.private-rendez-vous
{
	color: #FFFFFF;
}

a.private-rendez-vous:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
	
.rendez-vous 
{
	color: #404040;
}

a.rendez-vous:hover 
{
	color: #404040;
}

/*
a.rendez-vous:hover
{
	color: #FFCC66;
	text-decoration: none;
}
*/

.bg_cal_group_no_rdv
{
	font-weight: bold;
	color: #434343;
	background-color: #E8E8E8;
}
.bg_cal_group_rdv
{
	background-color: #F7C132;
}
.bg_cal_group_rdv_private
{
	background-color: #FF6600;
}
.bg_cal_user_no_rdv
{
	font-weight: bold;
	color: #434343;
	background-color: #E8E8E8;
}
.bg_cal_user_rdv
{
	background-color: #F9D895;
}
.bg_cal_user_rdv_private
{
	color: #FFFFFF;
	background-color: #336699;
}

a.bg_cal_user_rdv_private:hover
{
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
}

.calendartitre
{  text-decoration: none;
	text-align: center;
	color: #444444;
	font-weight: bold;
}

.precedentsuivant
{  text-decoration: none;
	text-align: center;
	color: #444444;
	font-weight: bold;
}
	
.heurepleine
{
	font-size:10px;
	font-weight: bold;
	color: #003333;
	text-align: right;
}
	
a.heurepleine:hover
{
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	text-decoration: none;
}

.heurecreuse
{
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
	
a.heurecreuse:hover
{
	font-weight: normal;
	color: #33FF33;
	text-align: right;
	text-decoration: none;
}

.CalendrierTitre
{
	color: #FFFFFF;
}

.CalendrierModules
{
	background: none;
	color: #FFFFFF;
	text-align: left;
}

.CalendrierCase
{
	color: #003366;
	text-align:center;
}
	
/* Module Agenda fin*/