body {
  background-color: #384b95;
}

a {
  color: #7c266a;
}

a:hover {
  color: #000;
}


#recherche_top input {
  background-color: #6377c1;
}

#recherche_top input[type=submit] {
  background-color: #6377c1;
  color: white;
}

.lien_fleuriste {
  border: 1px solid #6377c1;
}

.bouton_icone {
  background-image: url('../img/bouton_icone.jpg');
}

.bouton_icone:hover {
  background-image: url('../img/bouton_icone_hover.jpg');
}


.separation {
  border-top: 2px solid #19275e;
  border-bottom: 2px solid #6377c1;
}

.menu_gauche .element_menu, .menu_gauche .element_menu_select {
  background-color: #384b95;
  background-image: url('../img/menu_gauche_degrade_nord.png');
  border-top: 1px solid #19275e;
  border-bottom: 1px solid #6377c1;
  border-right: 1px solid #4a5da9;
}

.menu_gauche .element_menu_select {
  background-image: none;
  background-color: #384b95;
  border-right: 1px solid #384b95;
}

.menu_gauche .element_menu:hover {
  background-color: #650252;
  background-image: url('../img/menu_gauche_degrade_nord_hover.png');
}  

.sous_rubrique_menu_gauche {
  color: #F1F1F1;
}


#grosplan .texte{
  border: 1px solid gray;
}

#grosplan .titre{
  color: #650252;
}

#bottom {
  background-color: #485da8;
}


.titre_rubrique {
  background-color: #283a82;
}  

.question {
  color : #7c266a;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

.border_image {
  border: 1px solid #7c266a;
}

.cadre_evous .ligne {
  border-top: 1px solid #6377c1;
  border-bottom: 1px solid #19275e;
  color: white;
}

.cadre_evous .ligne:hover {
  background-color: #283a82;
}

.cadre_video:hover {
  background-color: #283a82;
}

.cadre_video_bestof:hover {
  background-color: #283a82;
}

.formulaire {
  background-color: #fff1d9;
}

.form_label {
  color: #650252;
}

.bouton_formulaire {
  background-color: #ff9f00;
}

.ligne_troisliensvideo:hover {
  background-color: #ffe0ad;
}

#erreur {
  border: 2px solid #ae1c26;
  color: #ae1c26;
}

#confirmation {
  border: 2px solid #58a83d;
  color: #58a83d;
}

.text_zoom {
  color: #ff9933;
}

.violet {
  color: #d60093;
}

.resultat_recherche {
  border-top: 1px solid #6377c1;
  border-bottom: 1px solid #19275e;
}

.resultat_recherche:hover{
  background-color: #283a82;
}