/*
 * Feuille de styles pour le site BCA.fr
 *
 * Réalisation Genigraph SA
 *
 * Créée le : 2004/02/18
 * Auteur   : Stanislas RENAN
 *
 * Spécialisation couleurs vertes
 */

/* le grand titre de page */
.bandeau
{
  background-color: #00A651;
}

.btntit, .btntitS
{
  border: solid 2px #00A651;
}

/* le bouton de titre sélectionné a un fond de couleur */
.btntitS
{
  background-color: #00A651;
  color: white;
}

/*
 * Première règle pour Mozilla
 * Seconde pour IE
 *
 * pour les boutons non sélectionnés sur lequel est la souris
 * ou bien pour les boutons sélectionnés
 */
 
.btntit:hover, .btntitS
{
  background-color: #00A651;
  color: white;
}

.btntitAS, .btntitA:hover
{
  background-color: #00A651;
  color: white;
}

.btnsubtit
{
  border: solid 2px #00A651;
  background-color: #00A651;
  color: white;
}

.btnsubtit:hover
{
  border: solid 2px #00A651;
  background-color: #00A651;
  color: white;
}

/* règle pour la 3ième colonne de présentation */
.col3
{
  background-color: #00A651;
}

.navigationitem
{
   color: #00A651;
   font-weight:bold;
}