body , html{
	/*  Les margin, les scrolls, et la hauteur sont les seuls propriétés a redefinir dans le body   */
	font: 11px/13px arial; 
	color: #555753; 
	margin : 0px 0px 0px 0px;
	scrollbar-base-color: #580E01;
	background-color:#020001;
}
/*************************************** BAS DE PAGE ***************************************/
#basdepage{
	float:left;
	height:23px;
	text-align:center;
	/*border:1px solid white;*/
}
/*************************************** PAGE INDEX ***************************************/
#container_index{	
	position:absolute;
	width:990px;
	height:520px;
	margin-left: -495px;
	margin-top: -260px;
	top:50%;
	left:50%;
	text-align:center;
	/*border:1px solid white;*/
}
#index{
width:693px;
height:524px;
margin:0 auto;
text-align:center;
	/*border:1px solid white;*/
}
.cyc {
	display: none;
}

.txtbas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B67421;
}
.txtbas a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B67421;
	text-decoration:none;
}
.txtbas a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B67421;
	text-decoration:none;
}
.txtbas a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B67421;
	text-decoration:underline;
}