.bglight {
	background: #F8F8F1;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
 
	.bglight a {
		padding: 2px;
		color: #A90029;
		font-weight: bold;
		}
		.bglight a:hover { background: #A90029; color: #fff; }

.bgdark {
	background: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
	
	.bgdark a {
		padding: 2px;
		color: #A90029;
		font-weight: bold;
		}
		.bgdark a:hover { background: #A90029; color: #fff; }	
.bgdark2 { background: #F0F0F0; }
.bglight2  { background: #fff; }

	
.bgselect {
	background: #F0F0F0;
	padding: 10px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
	}
	
.left_column {
	display: block;
	float: left;
	width: 45%;
	height: 100%;
	height: auto;
	}
			
.right_column {
	display: block;
	float: right;
	width: 45%;
	height: 100%;
	height: auto;
	}	

/* --- NEWSLETTER --- */
#newsletter { background: #ffffff url("images/newsletter_bgd.png"); }
#newsletter_01 { height: 100px; width: 600px; display:block; background: url("images/newsletter_01.png"); }
#newsletter .contenu { padding: 20px 40px 20px 40px; background: url("images/newsletter_contenu_bgd.png"); }
#newsletter_02 { height: 50px; width: 600px; display:block; background: url("images/newsletter_02.png"); }


/* --- FILEMANAGER --- */
	.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: #3782DF; }
	
	.filedesc { display: block; }
	.filesize { width: 10%; }
		.filesize a {
			padding: 3px 3px 3px 3px;
			font-size: 0.8em;
			text-transform: uppercase;
			color: #3782DF;
			}
			.filesize a:hover { background: #3782DF; color: #fff; }

/* --- LISTEVIEW --- */
	/* verifier si used */
	.liste { text-align: justify; color: #5B5A58; }

#date_limite {
	float: right;
	text-align: right;
	width: 120px;
	font-size: 0.8em;
	font-weight: normal;
	color: #cc0000;
	background: #fff;
	}

/* 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; }
		
#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: #eee;
	}	

#votepage div.left { float: left; margin-right: 10px; }

#votepage div.right { float: left; }

/* --- E-CARDS --- */
	#e_card div { margin: 10px 0px 20px 0px; }
	#e_card img { margin:auto; }	
	#e_card .legende {
		font-size: 0.8em;
		color: #666;
		letter-spacing: 1px;
		text-align: center;
		}	
		
	.carte_gauche, .carte_droite { border: 1px solid #999; background: #F1F1F1; padding: 10px; }
		
	.carte_gauche img {	display:block; margin: 0 auto 0 auto; }
	.carte_droite img {	display:block; margin: 0 auto 0 auto; }	
		
	.carte_gauche .select { color: #000; font-size: 0.8em;	font-weight: bold; }
	.carte_droite .select { color: #000; font-size: 0.8em;	font-weight: bold; }
	
	#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;
		}
	
/* --- AGENDA --- */	
	/*  antony Calendrier  */
	#dayview .header_user { background: #E9E5D2; }
	#dayview .header_user .titre { background: #E9E5D2; padding: 6px; }
	#dayview .user_item { padding: 6px; }
	#dayview .header_user .user_name {	color: #fff; font-weight: bold; }
	#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; }

#dayview .titre {
	font-weight: bold;
	color: #336699;
	background-color: #FBF7E2;
	}

.private-rendez-vous { color: #fff; }
	a.private-rendez-vous:hover {	color: #fff; text-decoration: none; }
	
.rendez-vous { color: #404040; }
	a.rendez-vous:hover { color: #404040; }

.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: #fff;	background: #336699; }
	a.bg_cal_user_rdv_private:hover { color: #fff; background-color: #336699; text-decoration: none; }

.calendartitre {
	text-decoration: none;
	text-align: center;
	color: #444;
	font-weight: bold;
	}

.precedentsuivant {
	text-decoration: none;
	text-align: center;
	color: #444;
	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: #fff;
	text-align: right;
	}	
	a.heurecreuse:hover {
		font-weight: normal;
		color: #33FF33;
		text-align: right;
		text-decoration: none;
		}

.CalendrierTitre { color: #fff; }
.CalendrierModules { background: none; color: #fff; text-align: left; }
.CalendrierCase { color: #003366; text-align:center; }

/* --- RESA --- */
#resa_calendrier #cnil { display: none; }

#resa .bgdark a { padding: 0px; }
#resa .bglight a { padding: 0px; }

#resa .chemin { font-size: 1em; }


#resa .header {
		font-weight: bold;
		font-size: 1.3em;
		background: #3B60A8;
		color: #fff;
		padding: 6px;
		}

/* --- TRI-ANNUAIRE --- */
	#tri .titre_rubrique { margin: 0px; }
	
	#criteres	 {
		background: #F3F3E6;
		border: 1px solid #3782DF;
		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; }

/* --- FORUM --- */

#forum p, #forum div, #forum table, #forum div.chemin, #forum span.chemin {
	color: #666;
	}

#forum a.chemin {
	color: #fff;
	}

#forum_header {
	font-size: 0.9em;
	}
	
#forum_header form {
	float: right;
	}
	
	#forum_nom {
		text-align: center;
		font-size: 2em;
		}
		
	#forum_nom span.bglight {
		border: 1px solid #fff;
		padding: 2px 10px;
		}			
	
#forum .titre_rubrique {
	float: left;
	margin: 0px; background: none; padding: 0;
	color: #fff;
	display: inline;
	font-size: 1.7em;
	}
	
#forum .bglight, #forum .bgdark {
	margin: 0px;
	border: 0px;
	}
	
#forum .bglight .identification {

	color: #fff;
	text-align: right;
	}
	#forum .bgdark .identification a:hover {
			color: #fff;
			text-decoration: underline;
			}
	
#forum .bgdark .identification {

	color: #669933;
	text-align: right;
	}
	#forum .bgdark .identification a:hover {
		color: #669933;
		text-decoration: underline;
		}
			
		

/*
#forum .retour { color:#fff; text-decoration: underline; font-weight:normal; }
#forum a.retour:hover { color: #fff; text-decoration: none; background: #78A938; }
*/

#forum_header form { display: inline; }
#forum_header span { display: inline; }
#forum_header input { display: inline; font-size: 0.9em; }

#forum .chemin {
	color: #333;
	font-style: normal;
	font-size: 1em;
	}


#message_liste .chemin {
	font-size: 0.9em;
	}

#message_liste div {
	margin: 0px;
	border: 0px;
	}
	
#message_liste .bgdark, #message_liste .bglight, #message_liste .bgselect {
	margin: 0px;
	padding: 6px;
	}
	
#message_liste .bgselect {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #888;
	border-top: 1px solid #ccc;
	border-left: 1px solid #888;	
	}	
	
#message_liste .bgdark {
	margin: 0px;
	border: 0px;
	background: #fff;
	}
		
	#message_liste .bgdark a {
		display: block;
		padding: 0px 0px 0px 4px;
		color: #78A938;
		font-weight: bold;
		}
		#message_liste .bgdark a:hover { color: #333; }				


/* ---- GLOSSAIRE ---- */
#glossaire a {
	text-transform: uppercase;
	text-align: center;
	display: block;
	width: 10px;
	padding: 4px;
	text-decoration: none;
	background: #78A938;
	color: #fff;
	border: 1px solid #fff;
}

#glossaire a:hover {
	background: #fff;
	color: #78A938;
	border: 1px solid #78A938;
}