/*Feuille de style*/

/*Regles de base*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-image: url(./images/body.gif);
	background-repeat: repeat-x;
	background-color: #897B5C;
	cursor:default;
}

p {
	margin: 0;
	padding: 0;
}


/*Mise en forme generale*/
#conteneur {
	position: absolute;
	width: 826px;
	top: 40px;
	left: 50%;
	margin-left: -413px;
}
		
#animation {
	height: 589px;
}
		
#pied {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}


/*Liens*/
a {
	font-weight: bold;
	text-decoration: none;
	color: #BAE5F0;
}
		
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}