/* CSS Document */

.liens-liens {
	color: #AA122B;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;

}  
   
   a.liens-liens {
    color: #AA122B;
    text-decoration: none;
    font-family: "Century Gothic";
	font-size: 18px;
}
  a.liens-liens:link {
    color: #AA122B;
    text-decoration: none;
    font-family: "Century Gothic";
	font-size: 18px;
}
	 
  a.liens-liens:hover { 
     color: ##BC911C; 
	 text-decoration: none;
	 font-family: "Century Gothic";
	 font-size: 18px;
}
