
.site {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 530px;
	position: relative;
	background-image: url('../images/fond.jpg');
	background-repeat: no-repeat; 
}

.intro_flash {
	position: absolute;
	width: 980px;
	height: 500px;
	text-align: center;
}

.passer_intro {
	position: absolute;
	top: 500px;
	width: 980px;
	height: 30px;
	text-align: center;
	font-size: 12px;
}

.coordonnees{
	top: 97%;
	left: 0;
	padding: 0 ;
	float: left;
	width:  100%;
	height: 5%;
	position: absolute;
	font-size: 10px;   
	text-align: center;
	color: #6699ff;
}

.pied_site {
	top: 100%;
	left: 0;
	padding: 0 ;
	float: left;
	width:  100%;
	height: 5%;
	position: absolute;
	font-size: 13px;   /* Taille Internet Explorer */
}

.xiti {
	top: 100%;
	left: 900px;
	padding: 0 ;
	float: right;
	height: 5%;
	position: absolute;
}

.globe {
	left: 95%;
	top: 27px;
	position: absolute;
}

.maison {
	left: 90%;
	top: 30px;
	position: absolute;
}

.deconnection {
	position: absolute;
	left: 1%;
	top: 1%;
	z-index: 2;
}

.btn_img {
	cursor: pointer;
}

.zone_recherche_1 {
	position: absolute;
	left: 43%;
	top: 35px;
	width: 18%;
}

.zone_recherche_2 {
	position: absolute;
	left: 60%;
	top: 35px;
	width: 25%;
}

.lien{
	text-decoration: underline;
	cursor: pointer;
}