/* INDEX */

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	background-color: #424E39;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
}
#index {
	position: absolute; 
	position: absolute;
	width: 890px;
	height: 540px;
	margin-left: -424px;
	margin-top: -274px;
	left: 50%;
	top: 50%;
}
#index table.fond {
	background: url(images/index_fond.jpg) no-repeat top left;
	line-height: 48px;
}
#index a.bouton {
	background: url(images/bouton.gif) top left;
	width: 174px;
	height: 19px;
	padding-top: 5px;
	display: block;
	text-align: center;
}
#index a.bouton:hover {
	background-position: bottom left;
	height: 18px;
	padding-top: 6px;
}
#index p {
	margin-left: 20px;
	font-weight: bold;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

