

.modulePiedPage {
	
	height: 20px;
	
	line-height: 20px;
  	
  	text-align: center;
  	
	background: url(fond-pied-page.png) repeat-x;

	font-weight: bold;

  	color: /*#9cb8e2*/ #600330;
  	
}



.modulePiedPage p {
	
	display: inline;
	
	text-align: center;
	
	margin: auto;
	
	font-size: 10px;
		
	color: #ffffff;
}


.modulePiedPage a {

  padding: 0px 10px;

  text-decoration: none;  

  color: #ffffff;

  line-height: 17px;

  text-align: center;

  font-size: 12px;

  font-weight: bold;
  
}



.modulePiedPage a:hover {

  color: #ff9900;



}



/* ============== IMPRESSION ================ */


@media print {


.modulePiedPage {

	display: none;
		
}
	
}