@CHARSET "UTF-8";

/*
	Permet de choisir le bandeau fonction de l'url du site.
*/

#entete h1 {
background: url(../../../bandeaux/tunisie.jpg) no-repeat left top;
}

#entete h1 a {
	display: block;
	width: auto;
	height: 154px;
	text-decoration: none;

}

#entete h1 a span {
	font-size: 115%;
	display: block;
	position: relative;
	top: 111px;
	left: 275px;
	color: #FF2999;
	
}

#entete .description {
	display:none;
}