	/**********************************/
	/****** PROPRIETES GENERALES ******/
	/**********************************/
	
	a{ 
		color:#C23131;
		text-decoration:underline;
	}

	a:hover{
		text-decoration:none;
	}
	
	
	/**********************************/
	/************ CLASSES *************/
	/**********************************/
	
	.footer { 
		width:580px; 
		background:#535353; 
		clear:both;
		text-align:center;
		margin:auto;
	}

	.foot{
		width:580px;
		height:55px;
		text-align:center;
		margin:auto;
		padding:0 10px;
	}

	.foot div{ 
		color:#A9A9A9; 
		font-weight:bold; 
		font-size:10px;
	}

	.foot a{ 
		color:#A9A9A9; 
		text-decoration:none;
	}

	.foot a:hover{
		text-decoration:underline;
	}
	
	.dt { 
		display:table;
		width:40.7%;
		margin-left:30.2%;
	}
	
	.menu_index{
		text-align:right;
		font-size:11px;
		padding:10px 0 0 0;
		margin-right:29%;
	}
	
	.menu_index a{
		font-size:11px;
		color:grey;
	}
	
	
	/**********************************/
	/********* IDENTIFIANTS ***********/
	/**********************************/
	
	#page{
		margin-left: auto;
		margin-right: auto;
		width: 700px;
		height:550px;
	}

	#copyr{
		text-align:center;
		margin: auto;
		font-size:11px;
	}
	
	#copyr a{
		color:grey;
	}