@charset "utf-8";
/* CSS Document */
body {
	background:url("../images/bg.jpg") 50% 0 repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#676767;
	color:#515151;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
* {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}
img {
	border:none;
}
/********************** content ******************************/
.content {
	width:820px;
	height:865px;
	margin:23px auto;
	position:relative;
}
.logo {
	background:url(../images/logo.gif) 0 0 no-repeat;
	width:244px;
	height:156px;
	position:absolute;
	left:18px;
}
/**********************************/
.content_top{
	background:url(../images/bg_top_body.gif) 0 0 no-repeat;
	width:820px;
	height:36px;
}
.content_top h2{
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin:16px 24px 0 0;
}
.content_top h2 a{
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.content_top h2 a:hover{
	color:#98141b;
}
/**********************************/
.content_cen{
	background:url(../images/bg_cen_body.gif) 0 0 repeat-y;
	width:820px;
	height:763px;
}
.content_cen_ref{
	background:url(../images/bg_cen_body.gif) 0 0 repeat-y;
	width:820px;
	height:820px;
}
.content_cen_ref_det{
	background:url(../images/bg_cen_body.gif) 0 0 repeat-y;
	width:820px;
	height:760px;
}
.content_cen_cont{
	background:url(../images/bg_cen_body.gif) 0 0 repeat-y;
	width:820px;
	height:780px;
}
/*********************/
.ban {
	float:right;
	margin:9px 33px 0 0;
}
/*********************/
.menu{
	position:absolute;
	display:block;
	width:770px;
	height:33px;
	margin:153px 0 0 20px;
}
.menu li{
	display:inline;
}
.menu a{ 
	background:url(../images/bg_menu.gif) 10% 0 no-repeat;
	background-color:#3d3d3d;
	width:129px;
	height:25px;
	float:left;
	text-transform:uppercase;
	font-size:13px;
	padding:8px 0 0 25px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.menu a:hover{ 
	background:url(../images/bg_menu_hover.gif) 10% 0 no-repeat;
	background-color:#cacaca;
	color:#98141b;
}
.menu li .actif{ 
	background:url(../images/bg_menu_hover.gif) 10% 0 no-repeat;
	background-color:#cacaca;
	color:#98141b;
}
/*********************/
.photo_left {
	width:190px;
	height:536px;
	border:1px solid #cacaca;
	margin:50px 0 0 20px;
	float:left;
}
.photo_left div{
	background:url(../images/bg_img.jpg) 0 0 no-repeat;
	width:175px;
	height:153px;
	margin:20px 0 20px 10px;
}
/**********************/
.photo_buttom{
	width:560px;
	height:190px;
	border:1px solid #cacaca;
	margin:48px 0 0 0;
}
.photo_buttom div{
	background:url(../images/bg_img.jpg) 0 0 no-repeat;
	width:175px;
	height:153px;
	margin:20px 0 20px 10px;
	float:left;
}
.photo_buttom div img{
	margin:0px 0 0px 0px;
}
/***********************/
.titre {
	width:554px;
	height:35px;
	border-bottom:2px solid #cacaca;
	margin:50px 0 0 233px;
	padding:15px 0 0 0;
}
.titre h2{
	text-transform:uppercase;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
}
.titre h2 span{
	color:#98141b;
}
/********************************/
.text_body{
	width:520px;
	height:496px;
	float:right;
	margin:10px 68px 0 0px;
}
.text_body img{
	float:left;
	margin:20px 5px 5px 10px;
}
.text_body p{
	text-align:justify;
	margin:10px 3px 20px 3px;
	font-size:12px;
}
.text_body ul{
	margin:30px 0 20px 20px;
}
.text_body ul li{
	margin:3px 0 0 0px;
}
/***********************/
.text_body_det{
	width:560px;
	height:496px;
	float:right;
	margin:10px 30px 0 0px;
}
.text_body_det .img{
	margin:10px 0px 0 0;
	border:1px solid #ababab;
	padding:1px 1px 1px 1px;
	float:left;
}
.chant_en_cour{
	width:240px;
	height:140px;
	/*border:1px solid #000000;*/
	float:right;
	overflow:hidden;
}
.chant_en_cour h2{
	width:235px;
	height:20px;
	font-size:12px;
	color:#333333;
	background-color:#eeeeee;
	text-align:left;
	padding:0 0 0 5px;
}
.chant_en_cour img{
	margin:5px 3px 0 0;
	margin-bottom:9px;
	margin-left:7px ;
	width:60px;
	height:38px ;
	float: left ;
	cursor:pointer ;
	border: 1px solid #CCC;	
	padding: 2px;
}
.chant_acheve {
	width:240px;
	height:140px;
	/*border:1px solid #000000;*/
	float:right;
	margin:10px 0 0 0;
	overflow:hidden;
}
.chant_acheve h2{
	width:235px;
	height:20px;
	font-size:12px;
	color:#333333;
	background-color:#eeeeee;
	text-align:left;
	padding:0 0 0 5px;
}
.chant_acheve img{
	margin:5px 3px 0 0;
	margin-bottom:9px;
	margin-left:7px ;
	width:60px;
	height:38px ;
	float: left ;
	cursor:pointer ;
	border: 1px solid #CCC;	
	padding: 2px;
}
.details_chant{
	width:300px;
	height:230px;
	margin:50px 0 0 50px;
	float:left;
	font-size:12px;
	color:#ffffff;
}
/*************************************/
.projet {
	width:160px;
	height:160px;
	float:left;
	margin:5px 5px 10px 5px;
}
.projet h2{
	width:158px;
	height:17px;
	border:1px solid #cacaca;
	font-size:12px;
	text-align:center;
	color:#98141b;
	padding:3px 0 0 0;
}
.projet img{
	margin:3px 0 0 0;
	border:1px solid #cacaca;
	padding:1px 1px 1px 1px;
}
/***************/
.page {
	position:absolute;
	text-align:center;
	width:500px;
	height:25px;	
	margin:5px 5px 5px 5px;
	background:#dddddd;
	bottom:15px;
}
.page a{
	font-size:13px;
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
.page .sel_page {
	font-size:18px;
	text-decoration:none;
	color:#98141b;
	font-weight:bold;
}
.activ{
	color:#990000;
}
.activ li{
	margin:10px 0 10px 0;
}
/********************************/
.form{
	width:430px;
	height:320px;
	/*border:1px solid #000000;*/
	margin:20px auto;
}
.form li{
	width:480px;
	height:22px;
	/*border:1px solid #000000;*/
	margin:5px 0 0 0;
}
.form ul{
	margin:5px 0 5px 0;
}
.form label{
	display:block;
	width:190px;
	height:17px;
	font-size:12px;
	padding:3px 0 0 10px;
	float:left;
	background-color:#eeeeee;
	color:#000000;
	margin:0 10px 0 0;
	text-align:right;
}
.form input{
	display:block;
	width:200px;
	height:20px;
	border:1px solid #dddddd;
	background-color:#eeeeee;
	color:#000000;
}
.form textarea{
	display:block;
	width:200px;
	height:100px;
	border:1px solid #dddddd;
	background-color:#eeeeee;
	color:#000000;
}
.button {
	width:480px;
	height:30px;
	margin-top:10px !important; 
	margin-top:10px;
 } 
.button input{
	width:200px;
	height:20px;
	float:left;
	margin:0 10px 0 0;
}
.adresse{
	width:350px;
	height:130px;
	text-align:right;
	margin:0 auto;
}
.adresse h2{
	font-size:12px;
	color:#990000;
}

/*****************************************************/
.content_buttom{
	background:url(../images/bg_buttom_body.gif) 0 0 no-repeat;
	width:820px;
	height:56px;
	padding:10px 0 0 0;
	text-align:center;
	font-size:12px;
}
.content_buttom h2{
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
/******************/
.mess{
	font-size:12px;
	color:#990000;
}
/********************** content ******************************/
.clear {
	clear:both;
}
.btt {
	color:#98141b;
}

/********************************* ADMIN **************************************/
.admin{
	width:300px;
	height:160px;
	border:1px solid #ffffff;
	margin:200px auto;
	background-color:#FFFFFF;
}
.admin h2{
	width:290px;
	height:25px;
	font-size:16px;
	color:#990000;
	background-color:#CCCCCC;
	padding:5px 0 0 10px;
}
.admin li{
	width:480px;
	height:22px;
	margin:5px 0 0 0;
}
.admin ul{
	margin:20px 0 5px 0;
}
.admin label{
	display:block;
	width:100px;
	height:17px;
	font-size:12px;
	padding:3px 0 0 10px;
	float:left;
	background-color:#eeeeee;
	color:#000000;
	margin:0 10px 0 10px;
	text-align:right;
}
.admin input{
	display:block;
	width:150px;
	height:20px;
	border:1px solid #dddddd;
	background-color:#eeeeee;
	color:#000000;
}
.butt_entrer{
	margin:20px 0 0 130px;
}
/*********************/
.administration{
	width:600px;
	border:1px solid #ffffff;
	margin:0px auto;
	background-color:#FFFFFF;
}