/* ____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;
	}

	/* --- header_item_tpl --- */
	#rubrique_header {
		margin-bottom: 10px;
		}
	
	#rubrique_xmlfeed {
		float: right;
		}
		
	#rubrique_xmlfeed img {
		margin: 0;
		}		
	
	
	.rubrique_desc {
		font-size: 80%;
		padding-left: 10px;
		color: #4C5A7D;
		}
	/* --- 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 {}

.auteur {}


.article_intro {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

a.lien { 
	color: #4A98DC;
	font-size: 12px;
	text-decoration: none;
}

.lien { 
	color: #4A98DC;
	font-size: 12px;
	text-decoration: none;
}

a.lien:hover {
	color: #4A98DC;
	text-decoration: underline;
}


/* --- IMAGES --- */
	/* ! couleur par défaut de la bordure d'image */
	img { border-color: #999999; }
	/* ! Uniquement quand c'est centré */
	.conteneur_imagecenter { 
		text-align: center;
	}
	
	.imageleft { 
		margin-right: 10px;
		/**/ float: left;
		}
	.imagecenter {
		margin: 0;
		padding: 2px;
		border: 0;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	.imageright {
		padding: 0px;
		margin-left: 10px;
		/**/float: right;
		}
	.image_accueil {
		margin-right: 10px;
		/**/float: left;
		}
	
	.legende_photo {
		text-align: center;
		font-size: 10px;
		font-style: italic;
		color: #787878;
		}
		
/* --- 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  --- */

/* Gwen Modifs 12/01/2005 */
div.retour {
	text-decoration: none;
	text-align: right;
	font-size: 8pt; color:#000000;
}

div.retour a, div.retour a:hover {
	color:#999999;
}	

/* Gwen Modifs 12/01/2005 ARTICLELIST */
.chemin {
	text-decoration: none;
	font-size: 7pt;
	color: #475D80;
	margin: 0 0 10px 0;
}

a.chemin {
	text-decoration: none;
	font-size: 7pt;
	color: #475D80;
}

a.chemin:hover {
	color: #95AED6;
}

div#rubrique_header div.titre_rubrique {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Boites arrondies début gauche articlelist*/
div#rubrique_header div.box-mr
{
    background-image: url(images/box-edge.gif);
    background-position: right;
    background-repeat: repeat-y;
}

div#rubrique_header div.box-tl
{
    background-image: url(images/box-tl_articlelist.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div#rubrique_header div.box-tr
{
    background-image: url(images/box-tr_articlelist.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

div#rubrique_header div.box-bl
{
    background-image: url(images/box-bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#rubrique_header div.box-br {
    background-image: url(images/box-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
    
div#contenu div.article {
	margin: 20px 0px 0px 10px;
	padding: 0px 20px 10px 0px;
}				
			
div.article div.titre_article {
	color: #475D80;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

/* Entre autres résultats recherche */
div#contenu div.titre_rubrique {
	color: #475D80;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#contenu .titre_article {
	color: #475D80;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

div.article div.date_article {
	color: #999999;
	font-size: 10px;
	font-weight: bold; 
}

div.article div.auteur {
	font-size: 10px;
	font-weight: bold;
	color: #999999; 
}

div.article div.image_accueil {

}

div.article a.lire_la_suite {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;	
	color: #FE3400;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
    	background: url(images/frontpage_fleche.png) no-repeat 0px 2px;
}

div.article a.lire_la_suite:hover {
	color: #FE3400;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
    	background-repeat: no-repeat;
}

a.lire_la_suite {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;	
	color: #FE3400;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
    	background: url(images/frontpage_fleche.png) no-repeat 0px 2px;
}

a.lire_la_suite:hover {
	color: #FE3400;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
    	background-repeat: no-repeat;
}


/*
div#retour a.print{
	background-image: url(images/print.png);
    	background-repeat: no-repeat;
}

div#retour a.back{
	background-image: url(images/back.png);
    	background-repeat: no-repeat;
}

*/

/* ____ARTICLELIST end ____ */


/* ! lien sur paragraphes (présent dans la page de résultat de recherche */

.justifie, a.justifie {
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.justifie:hover {
	color: #475D80;
}

.bglight {
	background: #E4EBF5;
	padding: 6px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
	
	.bglight a {
		display: block;
		padding: 4px 10px 4px 10px;
		color: #A90029;
		font-weight: bold;
		}
		.bglight a:hover { background: #95AED6; color: #fff; }

.bgdark {
	background: #F0F0F0;
	padding: 6px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
	
	.bgdark a {
		display: block;	
		padding: 4px 10px 4px 10px;
		color: #A90029;
		font-weight: bold;
		}
		.bgdark a:hover { background: #475D80; color: #fff; }	

.bgselect {
	background: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	}	

/* --- ARTICLEVIEW --- */
#retour{
	text-align: left;
	margin: 20px 0 20px 0;
	}
	
#retour a { 
	text-decoration: none;
	font-size: 0.9em;
	color: #000;
	}
	#retour a:hover { color:#999; }	
/* --- 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 {
		display: block;
		/*width: 100%;*/
		width: 140px;
		text-decoration: none;
		font-size: 11px;
		padding: 4px;
		color:#999;
		}
		a.sous_rubrique_haut:hover {
			display: block;
			color:#fff;
			background: #999;
			/*overflow: hidden;*/
			}

		/* sous_rubriques bas */
		#sous_rubriques {
			display: block;
			margin: 10px 0px 0px 0px;
			padding: 10px;
			background:#EBE3E0;
			border: 1px solid #466287;
			/**/height: 100%;
		}
		
		.sous_rubrique {
			clear: both;
			margin: 0 0 10px 0;
			padding: 0 0 10px 0;
			}
		
		.sous_rubriques_titre {
			font-weight: bold;
			font-size: 11px;
			padding: 0 0 0 0;
			color:#000;
			}
		
		#sous_rubriques img {
			margin: 0 10px 0 0;
			padding: 0 0 0 0;
			/**/ float: left;
			}
			
		a.sous_rubrique_titre {
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;/*jf*/
			color:#466287;
			}
			a.sous_rubrique_titre:hover { color:#000; }
		
		.sous_rubrique_desc { font-weight: normal; font-size: 10px; color:#000; } 

/* ----- FORMULAIRES ----- */
.okbutton {
	border: 1px solid #95AED6;
	color:#FFFFFF;
	background-color: #95AED6;
}

select {
	color: #475D80;
}
		
.champs_intitule {
	padding: 0 0 10px 0;
	color: #000000;
}
		
.champs {
	color: #475D80;
	font-family: Trebuchet MS;
	font-size: 13px;
	}
		
.champs2 {
	color: #475D80;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 13px;
	}		
.button {
	color: #ffffff;
	border: 1px solid #475D80;
	background: url("images/espace.png");
	background-color: #95AED6;
	margin: 0; padding: 0; border: 0;
}


/* ----- 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-color: #FF0000;
		}
	
	.nl_mention {
		font-size: 11px;
		font-family: Trebuchet MS;
		}

/* ----- NEWSLETTER end ----- */

/* plan du site */
#sitemap div {
	padding: 4px 0px 4px 0px;
	}
	
#sitemap a {
	font-size: 11px;
	}	

.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;
		font-size: 11px;
		color: #4372C3;
		}
		
	#photo {	
		border:2px solid #000;
		}

/* Sondage modifiés Gwen 16/01/2006 */

#votepage { font-size: 11px; }

div#votepage div.titre_rubrique {
	color: #475D80;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

div#votepage div.titre_article {
	color: #95AED6;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#votepage .sondage_description {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#votepage form { margin: 0; }

#votepage td.resultat {
	border: 1px solid #000;
	margin: 0 0 6px 0;
	background: #95AED6;
	}
	
#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: 0;
	margin: 0; /*jf gérer les marges du pop up*/
	}
	
#fiche_in {
	padding: 0;
	margin: 0; /*jf gérer les marges du pop up*/
	}	

#fiche .image {
	display: block;
	background: url(images/fiche_haut_bgd.png);
	}
	
#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: 3px solid #475D80;
	padding: 6px 0 0 0;
	text-align: right;
}
	
a.fiche_lien {
	font-weight: normal;
	color:#999;
	text-decoration: none;
}

a.fiche_lien:hover {
	color: #005E9E;
}	


/* ---- imageview----- */

a.imgview_lien {
	font-weight: bold;
	color:#999;
	text-decoration: none;	
}

a.imgview_lien:hover {
	color: #005E9E;
	}

.hr {
	color: #7BA521;
	}

/* --JF-- */

/* ----- AUTRES PAGES end ----- */


/* ----- FRONTPAGE ----- */


/* Début modif Gwen pour le frontpage */

div#fp_left {
	float: right;
	width: 129px;
	padding-left: 20px;
}

div#frontpage div.fp_titre_rubrique {
	font-weight: bold;
	font-size: 12px;
	color: #475D80;
	text-align: left;
	line-height: 20px;
	background-color: #D1DCEE;
	margin: 0;
	padding: 0;
}

/* Boites arrondies début gauche frontpage*/
div#frontpage div.box-mr
{
    background-image: url(images/box-edge.gif);
    background-position: right;
    background-repeat: repeat-y;
}

div#frontpage div.box-tl
{
    background-image: url(images/box-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div#frontpage div.box-tr
{
    background-image: url(images/box-tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

div#frontpage div.box-bl
{
    background-image: url(images/box-bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#frontpage div.box-br
{
    background-image: url(images/box-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/* Boites arrondies fin */

div#frontpage div.titre_article {
	color: #475D80;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#frontpage div.fp_article, div#frontpage div.fp_article_gauche, div#frontpage div.fp_article_droite {
	margin: 20px 140px 0px 10px;
	padding: 0px 10px 10px 0px;
	border-bottom: 1px solid #475D80;
}

div#frontpage div.justifie {
	margin: 20px 0px 0px 0px;
}

div#frontpage div.fp_read_more {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;	
	background-image: url(images/frontpage_fleche.png);
    	background-repeat:no-repeat;
    	background-position: left;
}

div#frontpage div.fp_read_more a{
	color: #FF3300;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
    	background-repeat: no-repeat;
}

div#frontpage div.fp_read_more a:hover {
	color: #FF3300;
}

/* Boites arrondies début droite breves */
div.breves div.breves_titre_rubrique {
	font-weight: bold;
	font-size: 12px;
	letter-spacing:-0.7px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	/* la couleur de fond est définie dans le template au cas où y'a plusieurs blocs de brèves de couleur de rubrique différentes...
	background-color: #D1DCEE;*/
}

div#frontpage div.breves div.box-mr
{
	background-image: url(images/box-edge.gif);
	background-position: right;
	background-repeat: repeat-y;
}

div#frontpage div.breves div.box-tl
{
    background-image: url(images/box-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div#frontpage div.breves div.box-tr
{
    background-image: url(images/frontpage_raccord.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

div#frontpage div.breves div.box-bl
{
    background-image: url(images/box-bl.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}

div#frontpage div.breves div.box-br
{
    background-image: url(images/box-br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/* Boites arrondies fin */

div#frontpage div.breves {
	margin-bottom: 20px;
}

div#frontpage div.breve {
	background-color: #E8EDF6;
	padding: 5px;
}	

div#frontpage div.breve_titre {
	text-decoration: none;
	font-weight: bold;
	color: #475D80;
	font-size: 10px;
	letter-spacing:-0.3px;
}

div#frontpage div.breve a {
	text-decoration: none;
	color: #475D80;
	text-align: justify;
	font-size: 11px;
}

div#frontpage div.breve a:hover {
	color: #4A98DC;
}

div#frontpage table.outside {
	 text-align:center;
	 width:100%;
	 background-color: #FFFFFF;
	 margin: 0px;
	 padding: 0px;
	 border:0px;
}

div#frontpage table.outside td {
	 text-align:center;
	 vertical-align:top;
}

div#frontpage table.outside td a {
	text-decoration: none;
	color: #475D80;
	text-align: justify;
	font-size: 10px;
}

div#frontpage table.outside td a:hover {
	color: #4A98DC;
}

div#frontpage table.inside {
	 text-align:center;
	 background-color: #C8D2DD;
	 margin: 0px;
	 padding: 0px;
	 border:0px;
}

div#frontpage table.inside td {
	 text-align:center;
	 color: #FFFFFF;
	 vertical-align:top;
} 

div#frontpage table.inside td a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: justify;
	font-size: 10px;
}

div#frontpage table.inside td a:hover {
	color: #4A98DC;
}

/* Couleur de fond du calendrier de frontpage */
div#frontpage div.events_titre_rubrique {
	background-color: #475D80;
}

/* ----- FRONTPAGE end ----- */

/*** Module de Tri ***/

hr {
	color: #475D80;
	}

.titre_rubrique {
	color: #475D80;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background: #fff;
}

/*
div#tri .titre_article {
	color: #475D80;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

div#tri table.critere {
	 text-align:center;
	 width:100%;
	 margin: 0px;
	 padding: 0px;
	 border:0px;
}

div#tri table.critere td {
	 text-align:left;
	 vertical-align:top;
}

div#tri table.critere td a {
	text-decoration: none;
	color: #475D80;
	text-align: justify;
	font-size: 10px;
}

div#tri table.critere td a:hover {
	color: #4A98DC;
}

div#tri table.results {
	 text-align:center;
	 width:100%;
	 margin: 0px;
	 padding: 0px;
	 border:0px;
}

div#tri table.results td {
	margin: 0px;
	padding: 0px;
	border:0px;
	text-align:center;
	vertical-align:top;
}

div#tri table.results td.date {
	 text-align:left;
	 vertical-align:top;
}

div#tri table.results td a {
	text-decoration: none;
	color: #475D80;
	text-align: justify;
	font-size: 10px;
}

div#tri table.results td a:hover {
	color: #4A98DC;
}

div#tri input.text {
	color: #475D80;
	font-size: 10px;
	padding: 0 0 0 7px;
	margin: 0px 1px 1px 1px;
	border: 1px solid #97ADD7;
}
*/


/* --- TRI-ANNUAIRE --- */
	#tri .titre_rubrique { margin: 0px; }
	
	#criteres	 {
		background: #A0C2F2;
		border: 1px solid #333;
		padding: 10px;
		margin-bottom: 10px;
		}
		
	#criteres select { border: 1px solid #333; margin: 10px 0px 10px 0px; }	
	
	#tri .bgdark div { margin-bottom: 10px; }
	#tri .bglight div { margin-bottom: 10px; }
	
	#tri .bgdark a { color: #066AAF; }
	#tri .bgdark a:hover { background: #066AAF; color: #fff; }
	#tri .bglight a { color: #066AAF; }
	#tri .bglight a:hover { background: #066AAF; color: #fff; }

/* -- Ecards -- */

#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;
	}

/* -- 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-size: 11px;
	font-weight: bold;
	color: #336699;
	background-color: #FBF7E2;
}

.private-rendez-vous
{
	font-size: 10px;
	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-size:10px;
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	text-decoration: none;
}

.heurecreuse
{
	font-size:10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
	
a.heurecreuse:hover
{
	font-size:10px;
	font-weight: normal;
	color: #33FF33;
	text-align: right;
	text-decoration: none;
}

.CalendrierTitre
{
	color: #FFFFFF;
}

.CalendrierModules
{
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
}

.CalendrierCase
{
	color: #003366;
	text-align:center;
}
	
/* Module Agenda fin*/


