/* CSS Document */

#Fiche{
 background-color: #F5F8FC ;
 color : rgb(15, 17, 120) ;
 font-family:Arial ;
 }

#Titre{
	text-align: center ;
	font-weight: bold;
	font-size: 20px;
	font-style:normal;
}

#ContenuFiche{
	

}

#ToutesLesFiches{
	background-color: #F5F8FC ;
	color : rgb(15, 17, 120) ;
	font-family:Arial ;
	font-weight: normal;
	text-align:center;
}
#ToutesLesFiches tr{
	text-align:center;
	background-color: #F5F8FC ;
	border-spacing:5px;
	border:1px dashed black;
	font-weight: bold;
	}

#ToutesLesFiches a{	
	text-decoration:none ;
	font-weight: normal;
	color:gray ;
	}	
	
#ToutesLesFiches a:hover{	
	text-decoration:none ;
	font-weight: normal;
	color: rgb(15, 17, 120) ;
	}		
	
#Retour{	text-align: center ;}
#Retour a{	
	background-color: #F5F8FC ;
	color : rgb(15, 17, 120) ;
	padding:5px ;
	border: 1px solid rgb(15, 17, 120);
	text-decoration:none ;
	}

#Entete h1{font-size: 150%;
	font-weight: bold;}
