@font-face {
	font-family: 'Graphity-bold';
 	src: url('aaaiight-fat.eot');
	src: url('aaaiight-fat.eot?#iefix') format('embedded-opentype'),
		 url('aaaiight-fat.woff') format('woff'),
		 url('aaaiight-fat.ttf') format('truetype'),
		 url('aaaiight-fat.svg#Graphity-bold') format('svg');  
}
@font-face {
	font-family: 'Graphity';
	src: url('aaaiight.eot');
	src: url('aaaiight.eot?#iefix') format('embedded-opentype'),
		 url('aaaiight.woff') format('woff'),
		 url('aaaiight.ttf') format('truetype'),
		 url('aaaiight.svg#Graphity') format('svg');
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	width:100%;
	min-width: 1000px;
}
/*** Galerie photo home***/
.mbbgndgallery { opacity: 0.5; }

/*** Navigation page Home ***/
#zoneMenuHome,#tableauMenuHome{
	position:absolute;
	background-color:#777;
	opacity: 0.9;
	width:100%;
	left:0px;
	height: 85px;
	top:0px;
}

/*** Menu haut de page ***/
.rootVoices{
  background-color:#777777;
  padding:0px;
  padding-bottom:0;
}

.rootVoice { /*Cellule principale des menus*/
  vertical-align:middle;
  height:40px;
  width:33%;
  color: white;
  text-align:center;
}

.lienLangHaut{
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;	
	cursor: pointer;
	text-decoration: none;
	text-transform: capitalize;
	}
.lienLangHaut.off{
	color: #ddd;
	font-weight: normal;
}	
.lienMenuHaut {
  color: white;
  font-family: Graphity;
  font-size:22px;
  cursor: pointer;
  text-decoration: none;
}
.lienMenuHaut2 {
  color: white;
  font-family: Graphity-bold;
  font-size:25px;
  cursor: pointer;
  text-decoration: none;
}

.lienMenuHaut:hover, .lienMenuHaut2:hover, .linkwebsite:hover{
	color: orange;
}

/* Contenu*/
#zoneContenu{
	position:absolute;
	background-color: #e4e4e4;
	opacity: 0.9;
	width:92%;
	left:4%;
	height: 75%;
	top:120px;
}

.linkwebsite {
  color: black;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.tdtitre{
	font-family: Graphity;
	font-size: 36px;
	text-align: center;
}