@CHARSET "ISO-8859-1";

*{
	padding:0;
	margin:0;
}

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

#global{
	display:block;
	width:1003px;
	margin:auto;
}

	#global a.img_accueil{
		display:block;
		width:1006px;
		height:684px;
		background: transparent url(images/img_accueil.jpg) no-repeat top center;
		text-align:center;
		text-decoration:none;
	}	
	
		#global a.img_accueil strong.entrer{
			display:block;
			width:1000px;
			height:20px;
			
			color:#ffffff;
			font-size:20px;
			font-family:Times New Roman;
			font-weight:bold;
			text-align:right;
			text-decoration:none;
		}
	
		#global a.img_accueil .top_accueil{
			display:block;
			margin-bottom:-178px;
			position:relative;
			z-index:3;
			margin-left:3px;
		}
	
		#global a.img_accueil #visuel1{
			display:block;
			position:relative;
			z-index:2;
			margin-left:27px;
		}
	
		#global a.img_accueil #visuel2{
			display:block;
			position:relative;
			z-index:1;
			margin-bottom:-516px;
			margin-left:27px;
			margin-top:30px;
		}

	#global img{border:0;}

	#global .foot{
		display:block;
		width:1003px;
		height:268px;
		background: transparent url(images/foot_accueil.jpg) no-repeat top center;
	}
	
		#global .foot .credits{
			display:block;
			width:1003px;
			padding:120px 0 0 0;
			
			color:#cec19f;
			font-size:9px;
			font-family:Times New Roman;
			text-align:center;
		}
	
		#global .foot .credits a{
			color:#cec19f;
			font-size:9px;
			font-family:Times New Roman;
			text-decoration:none;
		}
	
		#global .foot .credits p{
			color:#ffffff;
			font-size:12px;
			font-family:Times New Roman;
			font-weight:normal;
			text-decoration:none;
		}
	
			#global .foot .credits p a{
				color:#cec19f;
				font-size:12px;
				font-family:Times New Roman;
				font-weight:normal;
				text-decoration:none;
			}
