/* 

:: LISTE DES MEMBRES DU C.A. -----------------------------------------------------------

*/

.membre_ca .photo {
  float: left;
  width: 180px;
  margin-bottom: 15px;
}
.membre_ca .description {
  float: left; 
  width:552px; 
  margin-left: 15px;
  margin-bottom: 15px;
}
.membre_ca .description h3 {
  margin-top: 0;
  margin-bottom: 3px;
}
#container .membre_ca .description hr {
  margin: 6px 0;
}
.membre_ca .autre {
  float: left; 
  margin-left: 21px;
  margin-bottom: 15px;
}
.membre_ca .autre div {
  background-color: #e9e9e9; 
  margin-top: 34px;
  padding: 16px 20px 1px; 
  width: 141px;
}

.comite_direction {
  background-color: #e9e9e9; 
  padding: 15px 15px 1px; 
  overflow: hidden;
  zoom: 1;
}
.comite_direction div {
  margin-left: 10px;
  padding-left: 25px;   
  width: 27%;
}

.comite_direction p {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.comite_direction b {
  font-size: 120%;
  color: #496530;
}



/* 

:: DISTINCTIONS -----------------------------------------------------------

*/

#distinctions .annee {
  float: left; 
  width: 200px;
  font-size: 75px;
  color: #d2d2d2;
  margin-top: 15px;
}
#distinctions .texte {
  width: 540px;
  float: left;
}
#distinctions .texte h3 {
  border-bottom: 1px dotted #bfbfbf;
  margin-top: 22px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}





