#lien_accueil{
	position: absolute;
	top: 0px;
	left: 30px;
	border: 0px solid white;
}

#lien_galerie{
	position: absolute;
	top: 0px;
	left: 220px;
	border: 0px solid white;
}
#lien_studio{
	position: absolute;
	top: 0px;
	left: 400px;
	border: 0px solid white;
}
#lien_liens{
	position: absolute;
	top: 0px;
	left: 560px;
	border: 0px solid white;
}

#pied_page {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;	
	width: 400px;
	height: 20px;
	color: white;
	text-align: center;
	background: #000;
	font-family: sans-serif;
	font-size : 70%;
	font-weight: bold;
	border-style: solid;	
	border-width: 0px;
	border-color: #fb6602;
}

#compteur {
	display: none;
	position: absolute;
	top: 630px;
}

a.lien_pied {
	color: white;
	text-decoration: underline;
}

a.lien_pied:hover {
	color: red;
	text-decoration: underline;

}
a.lien:visited {
	color: white;
	text-decoration: underline;

}

/* PAGES DE REDIRECTION */

#tableauRedirection {
	margin: 0 auto;
	vertical-align: middle;
	width: 150px;
	height: 25px;
}

#redirection {
	text-align: center;
	margin: 30px auto;
	background: #eee;
	width: 400px;
	height: auto;
	border: 1px solid black;
	line-height: 35px;
		
}

a:active {
	outline: 0px;
}

a:focus {
	outline: 0px;
}

/* PAGE BONUX */

a.lien_titre_bonux {
	color: black;
	text-decoration: none;
}


