@CHARSET "ISO-8859-1";

*{
	padding:0;
	margin:0;
}

body{
	background:#ffffff url(images/fond.jpg) repeat-x top left;
}

#top{
	display:block;
	width:100%;
	height:134px;
	margin:auto;
	background:transparent url(images/top.jpg) no-repeat top center;
}

#global{
	display:block;
	width:100%;
	margin:auto;
}


/********************************* TOP **********************************/

#top .bandeau{
	display:block;
	width:1000px;
	height:126px;
	margin:auto;
}

	#top .bandeau img{
		border:0;
		margin:30px 0 0 64px;
	}
	
	
/******************************* CENTER *******************************/

.center{
	display:block;
	width:1000px;
	margin:auto;
}

.floater{
	display:block;
	float:left;
	width:1000px;
	background:#FFFFFF url(images/bg_left.jpg) no-repeat bottom left;
}

.left{
	display:block;
	float:left;
	width:140px;
	height:800px;
	margin:0px 17px 0 17px;
}

	.left .titre_menu{
		display:block;
		float:left;
		width:120px;
		background-color: #c8d3d9;
		padding:3px 10px 3px 10px;
		margin:16px 0 0 0;
	}

		.left .titre_menu strong{
			display:block;
			float:left;
			padding:2px 0px 0px 0px;
			
			font-family: Arial;
			font-weight: bold;
			font-size: 12px;
			color:#ffffff;
		}

		.left .titre_menu .flag{
			display:block;
			float:right;
			margin:0px 0px 0 6px;
		}

		.left .titre_menu .flag img{border:0;}
		

	.left .menu{
		display:block;
		clear:both;
	}	
	
		.left .menu li{
			display:block;
		}
	
			.left .menu li a{
				display:block;
				width:130px;
				border-top:1px solid #e3e9ed;
				padding:6px 0px 5px 10px;
			
				font-family: Arial;
				font-weight: normal;
				font-size: 12px;
				color:#7b909b;
				text-decoration: none;
			}
			.left .menu li a:hover{color:#f2942e;}

.content{
	display:block;
	float:left;
	width:810px;
	height:800px;
	margin:16px 0px 0 0px;
	padding:0 0 40px 0;
	background:transparent url(images/fond.jpg) repeat-x left -134px;
}

	.content .txt{
		display:block;
		float:left;
		background:#ffffff;
		width:626px;
		padding:0 0px 0 0;
		border-left : 1px solid #e2e8ec;
		border-right : 1px solid #e2e8ec;
	}	
	
		.content .borderTop, .content .borderBottom{
			display:block;
			width:628px;
			margin:0px -1px 0 -1px;
		}
		
		.content .borderTop{height:24px;background:#ffffff url(images/border_large_top.jpg) no-repeat bottom left;}
		.content .borderBottom{height:14px;background:#ffffff url(images/border_large_bottom.jpg) no-repeat top left;margin-top:10px;}
		
		.content .txt .title{
			display:block;
			background:#ffffff url(images/pastille.png) no-repeat left 6px;
			padding:0 0px 0 30px;
			margin:5px 0px 0 14px;
			
			font-family: Arial;
			font-weight: bold;
			font-size: 22px;
			color:#f2942e;
		}		
		
		.content .txt .container{
			display:block;
			padding:20px 20px 0 44px;
			
			font-family: Arial;
			font-weight: normal;
			font-size: 12px;
			color:#777777;
		}
		
		.content .txt a{color:#FE7D1A;text-decoration: none;}

	.content .visuel_droit{
		display:block;
		float:left;
		width:182px;
		height:480px;
		background:#ffffff url(images/bg_right.jpg) no-repeat right 16px;
		padding:0 0px 0 0;
	}
	
	.content .visuel_droit img{margin:24px 0 0px 19px;
		