
/* Colonne de gauche */
  

  
/* Colonne de droite */

#rightnav p {
  color: #fc1e8d;
  font-weight: bold;
  font-size: .92em;
  }
  
/* Contenu */

#content h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
  }
 #content h2 {
  margin-top: 15px;
  color: #333;
  }
#content p {
  color: #999;
  margin-bottom: 0;
  }
#content p a { 
  color: #666; 
  }
 #content p a:hover { 
  color: #fc1e8d; 
  font-weight: normal;
  }
#content strong {
  color: #000;
  font-weight: normal;
  }
  
