/* CSS Document */


.liens {
	color: #717171;
	text-decoration: none;
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;

}  
   
   a.liens {
    color: #717171;
    text-decoration: none;
    font-family: "Arial";
	font-size: 12px;
}
  a.liens:link {
    color: #717171;
    text-decoration: none;
    font-family: "Arial";
	font-size: 12px;
}
	 
  a.liens:hover { 
     color: #333333; 
     text-decoration: none;
	 font-family: "Arial";
	 font-size: 12px;
}

.texte {
	color: #000000;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;

}  


.texte-gras {
	color: #000000;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: bold;

}  



.liens-liens {
	color: #717171;
	text-decoration: none;
	font-family: "Arial";
	font-size: 10px;
	font-style: normal;

}  
   
   a.liens-liens {
    color: #717171;
    text-decoration: none;
    font-family: "Arial";
	font-size: 10px;
}
  a.liens-liens:link {
    color: #717171;
    text-decoration: none;
    font-family: "Arial";
	font-size: 10px;
}
	 
  a.liens-liens:hover { 
     color: #333333; 
     text-decoration: none;
	 font-family: "Arial";
	 font-size: 10px;
}
