/*
 * 	Container General
 */
#c_general{
	position:absolute;
	left: 50%;
	width: 990px;
	height: 609px;
	margin-left: -495px;
	background-color:#FFFFFF;
	
}
/*
 * 	Container Header
 */
#c_header{
	position:absolute;
	height:189px;
	width: 750px;
	padding-top:9px;
	padding-left:240px;
	background-image:url(/images/fond/header.jpg);
}
#c_header_index{
	position:absolute;
	height:223px;
	width: 990px;
	background-image:url(/images/fond/header_index.jpg);
	background-repeat:no-repeat;
}
/*
 * 	Container Footer
 */
#c_footer{
	position:absolute;
	height:68px;
	width: 990px;
	top:535px;
	background-image:url(/images/fond/footer.jpg);
	background-repeat:no-repeat;
}
#c_footer_index{
	position:absolute;
	height:80px;
	width: 990px;
	top:529px;
    left:0px;
	background-image:url(/images/fond/footer_index.jpg);
	background-repeat:no-repeat;
}
#c_footer_presentation{
	position:absolute;
	height:80px;
	width: 990px;
	top:529px;
	background-image:url(/images/fond/footer_index.jpg);
	background-repeat:no-repeat;
}
/*
 * 	Container Central
 */
#c_central{
	position:absolute;
	height:339px;
	width:800px;
	left:180px;
	top:198px;
}
#c_central_index{
	position:absolute;
	height:306px;
	width:990px;
	top:223px;
	background-image:url(/images/fond/central_index.jpg);
	background-repeat:no-repeat;
}
#c_titre_page{
	position:absolute;
	text-align:right;
	width:100%;
}
#c_central .c_menu{
	position:absolute;
	top:35px;
	text-align:center;
	width:100%;	
}
.c_lien a{
	color:#000000;
	text-decoration:none;
}
.c_lien a:hover{
	color:#CC0000;
	text-decoration:underline;
}
.c_news{
	position:absolute;
	left:670px;
	top:5px;
	width:250px;
	height:280px;
}
#c_central_text{
	position:absolute;
	left:30px;
	top:70px;
	width:750px;
	height:280px;
	overflow:auto;
}
#c_i-frame_text{
	position:absolute;
	left:30px;
	top:70px;
	width:750px;
	height:270px;
}
#c_situation_text{
	position:absolute;
	left:30px;
	top:55px;
	width:750px;
	height:280px;
}
/*
 * 	Container News
 */
.ce_news{
 	eight:140px;
	width:240px;
	margin-bottom:20px;
}
.ce_news .titre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:180px;
	color:#e50000;
}
.ce_news .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:72px;
}
.ce_news .description{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:240px;
} 
