a:link
{
	color:white;
	text-decoration:none;
}

a:hover:before
{
	content: " » ";
	color:white;
	text-decoration:none;
}

#cadre_banniere
{
	position: fixed;
	top: 0px;
	Left: 15%;
	width: 85%;
	height: 25%;
	background-color: #4a8684;
	z-index: 99;
}
.menu_haut
{
	position: fixed;
	top: 2%;
	left: 15%;
	width: 85%;
}

.menu
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 15%;
	height: 100%;
	background-color: #4a8684;
	z-index: 99;
}

.menu1
{
	position: absolute;
	top: 2%;
	left: 5%;
	width: 90%;
	z-index: 100;
}

.cache
{
	position: fixed;
	top: 25%;
	left: 15%;
	width: 85%;
	height: 3%;
	background-color: #00FFFF;
	z-index: 99;
	
}
.bande
{
	position: fixed;
	top: 27%;
	left: 22%;
	width: 76%;
	height: 4%;
	background-color: #4a8684;
	z-index: 99;
}

.centre
{
	position: fixed;
	top: 22%;
	left: 15%;
	width: 85%;
	height: 100%;
	background-color: #00FFFF;
	z-index: 90;
}

.zone_affichage
{
	position: absolute;
	top: 5%;
	left: 15%;
	width: 76%;
	height: 100%;
	color: black;
	background-color: #00FFFF;
	z-index: 91;
}

.photo_accueil
{
	position: absolute;
	top: 10%;
	left: 15%;
	width: 85%;
	height: 100%;
	vertical-align: middle;
	background-color: #00FFFF;
	z-index: 91;
}
.photo
{
	vertical-align: middle;
}

.bouton
{
	width: 10%;
	height: 100%;
	background-color: blue;
	color: white;
}
.couleur_body
{
	background-color: #00FFFF;
	color: white;
}

.texte_accueil
{
	position: absolute;
	top: 0%;
	left: 5%;
	width: 100%;
	height: 100%;
	text-align: justify;
}

.indentation
{
	text-indent: 5%;
}

.table_avertisement
{
	color: black;
	vertical-align: top;
	padding: 1%;
}

.divers
{
	color: black;
}

.centrer
{
	width: 100%;
	color: black;
	text-align: left;
}