@charset "utf-8";

/* CSS Document */


/*  */


/* Gestion de l'apparence des boutons sur Mac */

input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

.appearancenone {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}


/* Gestion de la taille de la zone d'ouverture des menu verticaux droits */

.envoiconfirmation {
  color: #FFFFFF;
  background-color: #3399FF;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
  border: 2px solid #3399FF;
}

.envoiconfirmation a {
  color: #FFFFFF;
  text-decoration: underline;
}

.envoiconfirmation a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


/* Bules info des googlemaps */

#map_legend {
  font-family: dinpro-medium;
  font-size: 15px;
}


/* MENU HAUT zone inscription NEWSLTTER */

#email_news_up_en #email_news_up_fr {
  font-color: #999999;
  color: #999999;
  background-color: #E6E6E6;
  border-right: #999999 0px solid;
  border-top: #999999 0px solid;
  border-left: #999999 0px solid;
  border-bottom: #999999 0px solid;
}

#submit_news_up {
  font-color: #999999;
  color: #999999;
  font-size: 13px;
  font-family: dinpro-light;
  background-color: #E6E6E6;
  height: 19px;
  border-right: #E6E6E6 0px solid;
  border-top: #E6E6E6 0px solid;
  border-left: #E6E6E6 0px solid;
  border-bottom: #E6E6E6 0px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.txtbarre {
  text-decoration: line-through;
}

.readmore_telecharger {
  color: #3399FF;
  float: left;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}
