/* 
feuille de style de l'index du site
création le 20/03/2005
*/

body
{
	background-color: #868686;
	text-align: center;
}

a img
{
	border: 0;
}

a
{
	text-decoration: none;
}

.prob
{
	text-decoration: none;
	color: black;
}

.prob:hover
{
	text-decoration: underline;
}

.secret
{
	position:absolute;
	left: 10px;
	bottom: 10px;
	
	background-color: #787878;
	
	width: 10px;
	height: 10px;
}

.entrer
{
	color: red;
	font-size: 2em;
}

.entrer:hover
{
	text-decoration: underline;
}

.spanstyle 
{
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:10pt;
	font-family:Arial;
	font-weight:bold;
	color:red;
}