
.PageTitre {    
   color:#212121;
	font-size:58px;
	font-family: 'bauer_bodoni_roman';
	font-weight: normal;
    font-style: normal;
	line-height:58px;	
	text-align: center;  
}
.PageSoustitre {    
  color:#6E6E71;
	font-size:24px;
	font-family: 'bauer_bodoni_roman';
	font-weight: normal;
    font-style: normal;
	line-height:28px;	 
}


.PageIntroduction {    
  font-size: 18px;  
  font-family: 'nimbus_light', sans-serif;
  /*font-weight: 400; */
}

.Titre {    
  font-size: 24px;
  font-family : 'nimbus', Helvetica, Arial, sans-serif; 
  /*font-weight: 400;	*/ 
  color: #212121;
  line-height:24px;    
}




.ActuCategorie {    
  color:#6E6E71;
	font-size:20px;
	font-family: 'bauer_bodoni_roman';
	font-weight: normal;
    font-style: normal;
	line-height:24px;	 
}
.ActuTitre {    
   color:#212121;
	font-size:34px;
	font-family: 'bauer_bodoni_roman';
	font-weight: normal;
    font-style: normal;
	line-height:36px;	
  
}
.ActuSoustitre {    
  color:#6e6e71;		
	font-size: 19px;
  font-family : 'nimbus_light', Helvetica, Arial, sans-serif; 
  /*font-weight: 400;*/ 
  line-height:20px;  
}


.PresseSoustitre {    
  color:#6e6e71;		
	font-size: 18px;
  font-family : 'nimbus_light', Helvetica, Arial, sans-serif; 
  /*font-weight: 400;*/ 
  line-height:20px;  
}





.bouton{
	border:1px solid #d6d6d6;
	margin:0px 0px 10px 0px;	
	padding:5px 10px 5px 10px;
	color: #4D4D4D;	
	display:inline-block;	
	text-decoration:none;	
		
}

.bouton:hover{		
	/*border:1px solid #00adb9;*/
	color: #ffffff;	
	background:#cbac59;	
	text-decoration:none;	
	-webkit-transition: background-color 0.6s linear;
	-moz-transition: background-color 0.6s linear;
	-ms-transition: background-color 0.6s linear;
	-o-transition: background-color 0.6s linear;
	transition: background-color 0.6s linear;
}

.bouton_plus{
	border:1px solid #d6d6d6;
	margin:0px 0px 10px 0px;	
	padding:5px 10px 5px 35px;
	color: #444444;	
	display:inline-block;	
	text-decoration:none;		
	background: #ffffff url('../images/btn_plus_off.png') no-repeat 5px 3px;	
	
}
.bouton_plus:hover{		
	color: #ffffff;		
	text-decoration:none;
	background: #444444 url('../images/btn_plus_on.png') no-repeat 5px 3px;		
	-webkit-transition: background-color 0.6s linear;
	-moz-transition: background-color 0.6s linear;
	-ms-transition: background-color 0.6s linear;
	-o-transition: background-color 0.6s linear;
	transition: background-color 0.6s linear;
}


























