	.Titre_H {
		color: #FFFFFF;
		font-family: Arial;
		font-size: 11px;
		background-color: #007f8e;
		padding-left: 5px;
		text-align: left;
	}
	.Text_Cat {
		font-family: Arial;
		font-size: 14px;
		color: #FFFFFF;
		font-weight: bold;
		background-color: #007f8e;
	}
  #NavPresentation  {
	background-color: #007f8e;  
  }	
	  
  #NavPresentation a {
		display:block;
		background-color: #007f8e;	
		text-decoration: none;
		text-align: center;
		font-family: Arial;
		color:#FFFFFF;
		font-size: 11px;
		line-height: 20px;
		height: 20px;  
  } 

  #NavPresentation a:hover {
		display:block;
		background-color: #5aa8b0;	
		text-decoration: none;
		text-align: center;
		font-family: Arial;
		color:#FFFFFF;
		font-size: 12px;
		line-height: 20px;
		height: 20px; 
  }
