/* balises standards */
body {
	background: #000000 url(../images/accueil.jpg) no-repeat top;
	color: #e8e210;
	min-height: 980px;
}

a:focus {
	outline: 0px;
}

a img {
	border-style: none;
}

p {
	font-size: 11pt;
}

/* classes */
.compteur {
	margin: 20px 0 0 20px;
	padding: 0;	
}

.lien {
	position: relative; 
	top: 100px;
	text-align: center;
}

.lien a {
	margin: 0 auto 0 auto;
	padding-left: 170px;
	background: url(../images/accueil_bouton4.gif) no-repeat right;
	display: block;
	width: 600px;
	height: 127px;
	text-decoration: none;
	color: #e8e210;
}

.lien span {
	visibility: hidden;
}

