/*
 * sommaire.css - Feuille de style pour la page d'accueil (squelettes/sommaire.html)
 */

/* Carré gauche */
.shortg {
  width: 50%;
  font-size: 11px;
  vertical-align: top;
  padding-right: 10px;
}

/* Carré droit */
.shortd {
  width: 50%;
  font-size: 11px;
  vertical-align: top;
}

/* Titre de la brève */
.brvtit {
  font-weight: bold;
  color: rgb(51,153,204);
}

/* Liens de brèves supplémentaires */
.shortg a:link, .shortg a:visited, .shortd a:link, .shortd a:visited {color: rgb(51,153,204); }


/* Ligne horizontale */

hr { color: rgb(51,153,204); background-color: rgb(51,153,204); height: 1px; }