/* 
	realiser par Fez-Soft
	fez-soft.net
*/

body {
	background: #F8F8F8;
	font:18px arial;
	color: #fff;
}
body a{
	text-decoration: none;
	color: #fff;
}
body a:hover {
	color: #000;
}
body a:focus {
	outline: none;
}

#all {
	width: 500px;
	height: 430px;
	margin: 50px auto;
	border:1px solid #ddd;	
	background: transparent url('2.png') no-repeat center center;
	
}
#center {
	margin: 0 auto;
	width: 50px;
	text-align: center;
	position: relative;
	top: 48%;
}
#autre {
	background: transparent url('1.png') no-repeat center center;
	width: 359px;
	height: 343px;
	margin: 20px auto;
}
#autre #a {
	position: relative;
	top: 57px;
	right: 80px ;
	width: 50px;
}
#autre #z {
	position: relative;
	right: 230px ;
	top: 35px;
	width: 50px;
}
#autre #e {
	position: relative;
	top: 145px;
	right: 55px ;
	width: 50px;
}
#autre #r {
	position: relative;
	top: 120px;
	right: 270px ;
	width: 50px;
}
#autre #t {
	position: relative;
	top: 175px;
	right: 165px ;
	width: 50px;
}
#footer {
	font: 10px tahoma;
	color: #004040;
	width: 98%;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	direction: ltr;
	text-align: center;
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
