.bglight {
	background: #000;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
 
	.bglight a {
		padding: 2px;
		color: #ff0;
		font-weight: bold;
		}
		.bglight a:hover { background: #ff0; color: #000; }

.bgdark {
	background: #000;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
	
	.bgdark a {
		padding: 2px;
		color: #ff0;
		font-weight: bold;
		}
		.bgdark a:hover { background: #ff0; color: #000; }
.bgdark2 { background: #000; }
.bglight2  { background: #000; }

	
.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 { color:#4A5E75; background: #F5F7F9; width:600px; margin:0 auto 0 auto; }
#newsletter_01 { height:90px; width: 600px; display:block; background: url("images/newsletter_01.png") no-repeat; }
#newsletter .contenu { width:520px; padding: 20px 40px 20px 40px; background: url("images/newsletter_bgd.png") repeat-y; }
#newsletter .lire_la_suite { padding-bottom:15px; border-bottom:1px solid #00BF47; }
#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: #ff0;
		text-decoration: none;
		font-weight: bold;
		padding: 0px 0px 0px 18px;
		background: url("/images/file.png") no-repeat 0px 0px;
		}
		.filename a:hover {	color: #000; background:#FF0; }
	
	.filedesc { display: block; }
	.filesize { width: 10%; }
		.filesize a {
			padding: 3px 3px 3px 3px;
			font-size: 0.8em;
			text-transform: uppercase;
			color: #ff0;
			}
			.filesize a:hover { color: #000; background:#FF0; }

/* --- 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;
	}

/* 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; }


/* --- TRI-ANNUAIRE --- */
	#tri .titre_rubrique { margin: 0px; }
	
	#criteres	 {
		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: #ff0; }
	#tri .bgdark a:hover { color: #000; background:#FF0; }
	#tri .bglight a { color: #ff0; }
	#tri .bglight a:hover { color: #000; background:#FF0; }

/* --- 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_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: #ff0;
		font-weight: bold;
		}
		#message_liste .bgdark a:hover { color: #000; background:#FF0; }				


/* ---- 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;
}