
/* Rollovers --------------------------------------------------------------------------------------------------------------------------------------------- Rollovers */


.homemenu{ 
	width: 870px; 
	height: 70px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
	cursor: pointer;
	background-color: #FFFFFF;
}

.homemenu img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	background-color: #FFFFFF;
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	height: 100px; 
	width: 870px; 
	left: 0px;
	display: none;
	background-color: #FFFFFF;
}

.caption .boxcaption {
	left: 0px;
	background-color: #FFFFFF;
}

/* 3 Colonnes --------------------------------------------------------------------------------------------------------------------------------------- 3 Colonnes */

#table-container {
	background-image: url(Elements/table_container_bg.jpg);
	background-repeat: repeat-y;
	border-top: 1px solid #e3e3e3;
	margin-top: 15px;
	overflow: auto;
	
}

#table-container #left, #table-container #middle, #table-container #right {
	float: left;
	width: 230px;
	padding: 15px 30px 30px 30px;
	text-align: justify;
}
#table-container #left { text-align: left; }

/* News --------------------------------------------------------------------------------------------------------------------------------------------------- NEWS */
.news strong 
{
	color: #2075a6;
	background-image:url(Elements/news_puce.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.news em
{
	color: #a9a9a9;
	font-style: normal;
}

.news a {
	text-decoration: none;
	color: #6b6b6b;
}
.news a:hover {	color: #7bcfff;}
