html,body{
	margin:0;
	background-color:#000;
	width:100%;
}

#global{
	text-align:center;
	width:977px;
	margin-left:auto;
	margin-right:auto;
}

#site{
	text-align:left;
}

#menu{
	width:184px;
	height:559px;
	float:left;
	text-align:right;
}
	

#accueil:link, #accueil:visited{
	background-image:url(../images/Accueil.png);
	width:77px;
	height:20px;
}

#accueil:hover{
	background-position:-77px;
}

#femmesSaya:link, #femmesSaya:visited{
	background-image:url(../images/FemmesSaya.png);
	width:130px;
	height:20px;
}

#femmesSaya:hover{
	background-position:-130px;
}

#femmesPygmees:link, #femmesPygmees:visited{
	background-image:url(../images/FemmesPygmees.png);
	width:158px;
	height:20px;
}

#femmesPygmees:hover{
	background-position:-158px;
}

#enfants:link, #enfants:visited{
	background-image:url(../images/Enfants.png);
	width:84px;
	height:20px;
}

#enfants:hover{
	background-position:-84px;
}

#evenements:link, #evenements:visited{
	background-image:url(../images/Evenements.png);
	width:114px;
	height:20px;
}

#evenements:hover{
	background-position:-114px;
}

#commande:link, #commande:visited{
	background-image:url(../images/Commande.png);
	width:106px;
	height:20px;
}

#commande:hover{
	background-position:-106px;
}
.recommandation
{
	text-align:center;
	font-weight: bold;
	font-size:10px;
}
#footer{
	/*display:block;*/
	text-align:center;
	color:white;
}
#footer span{color:pink;}
#footer a:link, #footer a:visited{
	/*float:none;*/
	font-size:10px;
	color:#aaa;
text-decoration:none;
}

#footer a:hover{
	color:#f60;
}

#conditions{
	//display:block;
	background-image:url(../images/conditions.jpg);
	color:#fff;
	font-family:Arial, sans-serif;
	font-size:15px;
	width:574px;
	margin-left:184px;
	padding:100px;
}
#conditions a {text-decoration:none;color:white;}
#conditions a:hover {text-decoration:underline;}
.title{
	text-transform:upper-case;
	color:#999;

}
.recommandation a
{
	color:#eff21c;
	text-decoration:none;
}