/* CSS Document */

body {
background-color: #000;

font-family: Tahoma, Geneva, sans-serif;


}

a img {
border: none;
text-decoration:none;
}

a {
text-decoration: none;
color: #FFF;

}



div.btn_qui_sommes_nous a:hover {
	background-image: url(../img/survol/btn_long_sur.png);
	position:absolute;
	}
	
div.btn_notre_metier a:hover {
	background-image: url(../img/survol/btn_sur.png);
	position:absolute;
	}
	
div.btn_actualites a:hover {
	background-image: url(../img/survol/btn_sur.png);
	position:absolute;
	}

div.btn_nos_departements a:hover {
	background-image: url(../img/survol/btn_long_sur.png);
	position:absolute;
	}

div.btn_partenaires a:hover {
	background-image: url(../img/survol/btn_sur.png);
	position:absolute;
	}
	
	
div.btn_contact a:hover {
	background-image: url(../img/survol/btn_sur.png);
	position:absolute;
	}
	
div.btn_newsletter a:hover {
	background-image: url(../img/survol/btn_long_sur.png);
	position:absolute;
	}

.flamme {
	position: absolute;
	left: 50%;
	top: 3%;

  	margin-left: -400px; /* moiti de la largeur */ 
	z-index: 1;
	}


.btn_qui_sommes_nous {
	position: absolute;
	width: 200;
	height: 50px;
	left: 14%;
	top: 15%;
	z-index: 2;

}

#txt_btn_qui_sommes_nous {
	position: absolute;
	width: 280;
	height: 20px;

	top: 30%;
	color: #FFF;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 2;

}

.btn_notre_metier {
	position: absolute;
	width: 200;
	height: 50px;
	left: 64%;
	top: 15%;
	z-index: 2;


}

#txt_btn_notre_metier {
	position: absolute;
	width: 230;
	height: 20px;

	top: 30%;
	color: #FFF;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 2;


}

.btn_actualites {
	position: absolute;
	width: 200;
	height: 50px;
	left: 10%;
	top: 40%;
	z-index: 2;
	

}

#txt_btn_actualites {
	position: absolute;
	width: 220;
	height: 20px;

	top: 30%;
	color: #FFF;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 2;
	
}

.btn_nos_departements {
	position: absolute;
	width: 200;
	height: 50px;
	left: 72%;
	top: 40%;
	z-index: 2;
}

#txt_btn_nos_departements {
	position: absolute;
	width: 280;
	height: 20px;

	top: 30%;
	text-align:center;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif
	z-index: 2;

}


.btn_partenaires {
	position: absolute;
	width: 200;
	height: 50px;

	left: 0;
	top: 70%;
	z-index: 2;

}

#txt_btn_partenaires {
	position: absolute;
	width: 230;
	height: 20px;

	top: 30%;
	color: #FFF;
	text-align:center;

	z-index: 2;

}

.btn_contact {
	position: absolute;
	width: 200;
	height: 50px;
	left: 75%;
	top: 70%;
z-index: 2;
}

#txt_btn_contact {
	position: absolute;
	width: 200;
	height: 20px;

	top: 30%;
	color: #FFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif
}

.btn_newsletter {
	position: absolute;
	width: 200;
	height: 50px;
	left: 34%;
	top: 80%;
	z-index: 2;
}

#txt_btn_newsletter {
	position: absolute;
	width: 200;
	height: 20px;
	top: 4px;
	color: #FFF;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	left: 42px;
}

.btn_logo {
	position: absolute;
	width: 250;
	height: 125px;
	left: 50%;
	top: 90%;
  	margin-left: -125px;
z-index: 2;

	}

.pied_de_page {
	position: absolute;
	width: 400;
	height: 101px;
	color:#FFF;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	left: 50%;
	top: 673px;
	margin-left: -200px;
	z-index: 2;

	}

