/* CSS Document */

body {
	background-color: #000;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #FFF;
}
	
	
a:hover {
	color:#ff6633;;
	
}

.flamme {
	position: absolute;
	left: 50%;
	top: 3%;
  	margin-left: -400px; /* moiti de la largeur */ 
	z-index: 1;
}
	
.btn_logo {
	position: absolute;
	width: 250;
	height: 125px;

	left: 26%;
	top: 5%;

  	margin-left: -125px;
	z-index: 2;

	}
	
.btn_retour {
	position: absolute;
	width: 200;
	height: 50px;
	left: 65%;
	top: 12%;
	z-index: 2;
	
}
	
	
	
#txt_btn_retour {
	position: absolute;
	width: 200;
	height: 20px;
	text-align:center;
	top: 30%;
	left: 0%;
	color: #ff6633;
	z-index: 2;
}

.img_contenu {
	position: absolute;
	width: 800;
	height: 450px;
	left: 0%;
	top: 26%;
	z-index: 2;
}
	
	
#titre_contenu {
	position: absolute;
	width: 300;
	height: 50px;
	left: 5%;
	top: 5%;
	font-size: 28px;
	color: #ff6633;
	z-index: 2;
	}
	
#btn_retour_departements {
	position: absolute;
	width: 320;
	height: 50px;
	left: 55%;
	top: 10%;
	z-index: 2;
	}
	
#txt_btn_retour_departements {
	position: absolute;
	width: 280;
	height: 20px;
	left: 7%;
	top: 20%;
	font-size: 18px;
	color: #ff6633;
	z-index: 2;
	}

#sous_titre_contenu	{
	position: absolute;
	width: 250;
	height: 50px;
	left: 7%;
	top:18%;
	font-size: 22px;
	text-transform:capitalize;
	z-index: 2;
	}
	
	
#txt_menu_gauche {
	position: absolute;
	width: 200;
	height: 320px;
	left: 12%;
	top: 35%;
	overflow: auto;
	font-size: 20px;

	z-index: 2;
	}

#txt_menu_droite {
	position: absolute;
	width: 490px;
	height: 280px;
	left: 311px;
	top: 124px;
	overflow: auto;
	text-align: center;
	font-size: 21px;
	z-index: 2;
	}
.pied_de_page {
	position: absolute;
	width: 400;
	height: 100px;
	color:#FFF;
	text-align: center;
	font-family:Tahoma, Geneva, sans-serif;
	left: 50%;
	top: 110%;
	
  	margin-left: -200px;
z-index: 2;

	}

