/* -------------- BOUTON ROND ACTU --------------- */


.optim {
	display: block;
	width: 100px;
	height: 20px;
	background-image: url(images/logooptim.gif);
	background-repeat: no-repeat;
	}
.optim a:hover { 
	background-position: 0 -20px; 
	}
	
.favoris {
	display: block;
	width: 100px;
	height: 20px;
	background-image: url(images/logofavoris.gif);
	background-repeat: no-repeat;
	}
.favoris a:hover { 
	background-position: 0 -20px; 
	}
	
.footertexte{
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
	}

.footertexte1{
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
.footertexte2, footertexte2:visited, .footertexte2:link  {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
.footertexte2 a:hover{
	color: #000;
	font-weight:bold;
	cursor:pointer;
	}	
	
