﻿a{
  color: #094B95;
}
a:hover{
  color: #1079EA;
}

/*body > header > a {
  background-image: url(../images/logo.png);
}*/

/* sliders */
.slideShowControls label {
  border-color: #094B95;
  background-color: #1079EA;
}
.slideShowControls input:checked + label { /* ie8 est un rigolo : il ne supporte pas :checked mais ne supporte pas plus une propriété css si au moins un de ses sélecteurs n'est pas interprétable pour lui. Moralité : obligé de séparer les deux */
  background-color: #094B95;
}
.slideShowControls input[checked] + label {
  background-color: #094B95;
}
.slideShowSlides figcaption, .homepage h1 {
  border-color: #1079EA;
  color: #094B95;
}
 
/* totem tout à gauche */
#totemconcedanthp {
  background-image: url(../images/totem_gauche_concedant.jpg);
}

/****************** Promotions **********************/
.PromoContainer.societaire{
  background-color : #1c3c8f;
}
.PromoContainer.societaire .PromoHead{
  background-color : #F9F9F9;
  color : #000000;
}
.PromoContainer.societaire .PromoTexte{
  color : #c9cace;
}
.PromoContainer.societaire .PromoBouton{
  background-color : #F7DF00;
}
.PromoContainer.societaire .PromoBouton a{
  color : #1E1E1E;
}


/****************** General **********************/
body {
  background-color: #616161;/*#C9C9C9;*/
}