/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	width: 1000px;
	margin: 0 auto;
}

hr
{
	clear : both;
}

#header{
	margin: 0 0 10px 0;
}

#interface{
	border-top: 1px solid #DDDDDC;
}

#navigation_home{
	border-left: 1px solid #DDDDDC;
	float:left;
	width:166px;
	height: 785px;
}

.nav_bloc{
	width: 166px;
	margin: 5px 0 10px 0;
}
.nav_bloc img{
	border : 0;
}

#contenu{
	float:right;
	border-right: 1px solid #DDDDDC;
	margin: 5px 0 0 15px;
}

.carte{
	border: none;
	display: inline;
	float: left;
}

.carte a{
	border: none;
}
.carte img{
	border: none;
}
.imagesCarte
{
	height : 125px;
	background-image : url(../CMS/Images/Home/carte_fond-repete.gif);
	background-repeat: repeat-y;
	width : 273px;
}
.liensCarte{
   
	background-image : url(../CMS/Images/Home/carte_fond-repete.gif);
	background-repeat: repeat-y;
	padding-bottom : 2px;
	height : 123px;
	width : 271px;

}

.liensCarte a{
	padding-left : 3px;
	font-size: 11px;
	line-height:12px;
	color: #FF6F00;
	text-decoration: none;
}

.liensCarte a:hover {
	font-size: 11px;
	line-height:12px;
	color: #225EA8;
	text-decoration: none;
}

.liensCarte1
{
	margin-left: 65px;
}

#zone_actu{
	float: left;
	clear: both;
	width: 485px;
	height: 252px;
	padding: 5px 0 0 0;
}

	#zone_actu .actu_contenu{
		background: url(../CMS/Images/Home/actu_background.gif) no-repeat left;
		float: left;
		width: 440px;
		height: 217px;
		padding: 35px 0 0 10px;
	}
	
	#zone_actu .actus_btn{
		float: left;
		padding: 28px 0 0 0;
	}
	#zone_actu .actu_btn
	{
		padding-bottom : 8px;
	}
	


	#zone_actu h3{
		font-family: Arial;
		font-size: 18px;
		color: #F07920;
	}
	
	#zone_actu p{
		margin: 3px 0 0 0;
		font-family: Arial;
		font-size: 10px;
		color: #000;
	}
	.actu_1
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_1.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	
	.actu_selected_1
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_1_c.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_1:hover
	{
		background-image:url(../CMS/Images/Home/btn_1_s.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_2
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_2.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_selected_2
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_2_c.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_2:hover
	{
		background-image:url(../CMS/Images/Home/btn_2_s.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_3
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_3.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_selected_3
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_3_c.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_3:hover
	{
		background-image:url(../CMS/Images/Home/btn_3_s.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_4
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_4.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_selected_4
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_4_c.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_4:hover
	{
		background-image:url(../CMS/Images/Home/btn_4_s.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_5
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_5.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_selected_5
	{
		display : block;
		background-image:url(../CMS/Images/Home/btn_5_c.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	.actu_5:hover
	{
		background-image:url(../CMS/Images/Home/btn_5_s.gif);
		background-repeat : no-repeat;
		width:24px;
		height:29px; 
		border:0;
	}
	
#zone_pub{
	float: right;
	width: 300px;
	height: 250px;
	margin: 5px 5px 0 0;
}

#footer{
	clear: both;
	background: #FF6F00;
	font-family: Arial;
	font-size: 10px;
	color: #FFF;
	height: 15px;
}

#footer p{
	float: left;
	margin: 0 100px 0 10px;
}

#footer ul{
	float: right;
}

#footer ul li{
	list-style-type: none;
	display: inline;
	margin: 0 10px 0 0;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

.FD-bt {
background-image:url(../Images/fd-bt.gif)} 

.POP-UP-message{
	background-color : #FFF;
	background-image:url(../Images/fd-pop-up.gif);
	background-repeat: repeat-x;
	background-position: top;
	min-height:200px;
	height:200px;
	border-right:3px solid #ff6d00 ;
	border-left:3px solid #ff6d00 ;
	border-bottom:3px solid #ff6d00 ;
	padding:15px;
}

.POP-UP-message img{
	border:1px solid #ff6d00;
	float:right;
	margin:0 0 0 10px;
} 
 

.POP-UP-message p, .POP-UP-message a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0952ac;
	text-decoration:none;
} 

.POP-UP-message a:hover{

	text-decoration:underline;
} 
 
img a{
	border:none;
} 
