@charset "utf-8";
/* CSS Document */

.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.titre2 {
	color: #FFFFFF;
	background-color: #CC6699;
	font-weight: bold;
	-moz-border-radius-bottomleft: 2;
	-moz-border-left-colors: 10;
}
	   a {
	   color:#0099cc;
	   text-decoration:underline; 

	   }
	   a : active {
	   color:#0099cc;
	   text-decoration:underline	   }
	   
	   	   a : hover {
	   color:#0099cc;
	   text-decoration:underline	   }
	   
	   	   a : visited {
	text-decoration: underline;
	text-align: center;
}

.titre3 {
	color: #CC6699;
	font-weight: bold;
	text-align: center;
	-moz-border-radius-bottomleft: 2;
	-moz-border-left-colors: 10;
}
	   a {
	   color:#0099cc;
	   text-decoration:underline; 

	   }
	   a : active {
	   color:#0099cc;
	   text-decoration:underline	   }
	   
	   	   a : hover {
	   color:#0099cc;
	   text-decoration:underline	   }
	   
	   	   a : visited {
	text-decoration: underline;
	text-align: center;
}

.titrelien { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-left:30px; 
	background:url(arrow2.jpg);
	background-size: 20px 15px;
	background-repeat: no-repeat;
	 }
.titrelien span { display:none: }
