body {
  font-family: Verdana;
  font-size: 12px;
  background-color: #a7d470;
  margin: 0;
}

#tv77_main {
  height: 15px;
  background-color: black;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
  color: silver;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 10px;
}

#tv77_main a{
  color: silver;
  padding: 5px;
}

#tv77_main a:hover{
  color: white;
  padding: 5px;
  background-color: gray;
}

#contenu {
  width: 980px;
}

#page {
  width: 980px;
  text-align: left;
}

a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #000;
}

#pre_top {
  height: 110px;
}

#top {
  margin-bottom: 10px;
  height: 80px;
  position: relative;
}

#logo {
  float: left;
  padding-top: 5px;
  padding-left: 20px;
}

#top_navigation {
  float: left;
  margin-left: 30px;
}

#pub_top {
  width: 436px;
  height: 91px;
  border: 1px solid silver;
  background-color: #F1F1F1;
  margin-bottom: 10px;
  float: left;
  text-align: center;
  font-size: 30px;
}

#pub_vert_gauche {
  width: 120px;
  height: 600px;
  border: 1px solid silver;
  background-color: #F1F1F1;
  margin-bottom: 10px;
  text-align: center;
  font-size: 25px;
  margin: 10px;
}

.menu_top {
  border-bottom: 1px solid white;
}

.menu_top .element_menu, .menu_top .element_menu:hover {
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
  color: white;
  float: left;
  text-align: center;
  font-weight: bold;  
  width: 100px;
  background-color: #82af4a;
}

.menu_top .element_menu:hover {
  background-color: #d0eab0; /* 8ebf52 */
  color: black;
}

#barre_recherche {
  padding: 10px;
}

#recherche_top {
  float: left;
  padding: 5px;
}

#recherche_top input {
  border: 1px solid white;
  background-color: #d0eab0;
  width: 300px;
  color: black;
  padding: 4px;
}

#recherche_top input[type=submit] {
  width: 100px;
  background-color: #d0eab0;
  font-weight: bold;
  color: black;
  border: border: 1px solid white;
}

#date_saint {
  float: left;
  color: white;
  text-align: center;
  width: 200px;
  margin-left: 20px;
}

.lien_fleuriste {
  padding: 2px;
  margin: 3px;
  border: 1px solid #6377c1;
  color: white;
}

#icones_actions {
  position: absolute;
  top: 49px;
  left: 750px;
}

.bouton_icone {
  float: left;
  width: 50px;
  height: 35px;
  text-align: center;
  padding-top: 8px;
}

.bouton_icone:hover {
}


.separation {
  border-top: 2px solid #82af4a;
  border-bottom: 2px solid #d0eab0;
  margin-bottom: 10px;
}

#col_gauche {
  width: 150px;
  float: left;
}

.menu_gauche, .menu_gauche a, .menu_gauche a:hover, .menu_gauche .element_menu a, .menu_gauche .element_menu a:hover {
  color: white;
  font-weight: normal;
}

.menu_gauche .element_menu, .menu_gauche .element_menu_select {
  padding: 5px;
  background-color: #384b95;
  background-image: url('../img/menu_gauche_degrade.png');
  background-repeat: repeat-y;
  color: #644c23;
  border-top: 1px solid white;
  border-bottom: 1px solid #a7d470;
  border-right: 1px solid #a7d470;
  font-weight: normal;
}

.menu_gauche .element_menu_select {
  background-image: none;
  background-color: #8ebf52;
  font-weight: bold;
  color: white;
}

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

.sous_rubrique_menu_gauche {
  font-size: 20px;
  color: #F1F1F1;
  padding-top: 5px;
}

#col_centre {
  float: left;
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
}

#col_centre_reduit {
  float: left;
  width: 450px;
  padding-left: 10px;
  padding-right: 10px;
}

#col_centre_totale {
  float: left;
  width: 810px;
  padding-left: 5px;
  margin-left: 10px;
  background-color: #82af4a;
  border: 1px solid black;
}

#col_droite {
  width: 190px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

#col_droite_large {
  width: 330px;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}


#grosplan {
  width: 400px;
  height: 300px;
  border: 1px solid white;
  position: relative;
  float: left;
}

#grosplan .transparent{
  background-color: #a7d470;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  -khtml-opacity: 0.7;
  width: 380px;
  height: 150px;
  z-index: 2;
  position: absolute;
  top: 140px;
  left: 10px;
}

#grosplan .texte{
  border: 1px solid white;
  width: 360px;
  height: 130px;
  z-index: 3;
  position: absolute;
  top: 140px;
  left: 10px;
  padding: 10px;
  color: white;
  font-weight: bold;
  text-align: left;
}

#grosplan .titre{
  font-size: 20px;
  color: black;
}

#bottom {
  color: white;
  text-align: center;
  padding: 5px;
  border: 1px solid white;
  background-color: #82af4a;
  text-align: center;
  margin: 10px;
}

#bottom a {
  color: white;
}

.spacer {
  clear: both;
}

.titre {
  color: gray;
  font-size: 20px;
}

.titre_blanc {
  color: white;
  font-size: 20px;
}

.titre_rubrique {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #82af4a;
  color: white;
  font-size: 18px;
}  

.marge {
  margin: 5px;
}

.question {
  color : #7c266a;
  font-size: 16px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding: 3px;
}

.texte {
  text-align: justify;
}

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

.border_image_white {
  border: 1px solid white;
  margin: 5px;
}

.cadre {
  border: 1px solid gray;
  padding: 5px;
  margin: 10px;
  margin-bottom: 5px;
  text-align: justify;
  background-color: #82AF4A;
}

.cadre_partenaire {
  padding: 5px;
  float: left;
}

.cadre_partenaire img {
  border: 0;
}

.cadre_evous {
  padding: 5px;
  margin-bottom: 5px;
  text-align: justify;
}

.cadre_evous .ligne {

  border-top: 1px solid #d0eab0;
  border-bottom: 1px solid #618b2c;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
}

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



.cadre_evous a {
  font-size: 10px;
  font-weight: normal;
  color: white;
}

#grosplanvideo {
  margin-bottom: 10px;
  padding: 10px;
}

.cadre_video {
  width: 250px;
  height: 220px;
  padding: 2px;
  float: left;
  text-align: center;
  color: white;
  /*
  border-top: 2px solid #b866a7;
  border-bottom: 2px solid #5c0c4b;
  */
  padding-top: 10px;
  
}

.cadre_video:hover {
  background-color: #8ebf52;
}

.cadre_video .titre_video {
  color: white;
  height: 20px;
  font-size: 14px; 
  margin-bottom: 10px;
}

.cadre_video a, .cadre_video a:hover {
  text-decoration: none;
  border: 0;
}


.cadre_video_bestof {
  width: 750px;
  height: 160px;
  padding: 2px;
  text-align: justify;
  color: white;
  padding-top: 10px;
}

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

.bestof_image {
  float: left;
  width: 200px;
}

.bestof_description {
  float: left;
  width: 500px;
}

.vignette_video {
  border: 1px solid white;
  width: 154px;
  height: 114px;
  text-decoration: none;
}

.vignette_video a, .vignette_video a:hover {
  border: 0;
  text-decoration: none;
}

.player_video {
  margin: 10px;
  width: 640px;
  border: 1px solid black;
}

/* formulaires */

form {
  display: inline;
}

.formulaire {
  background-color: #fff1d9;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 650px;
  margin: 10px;
  margin-left: 50px;
}

.form_label {
  float: left;
  width: 200px;
  text-align: right;
  padding: 5px;
  height: 20px;
  color: #650252;
}

.form_input, .form_textarea {
  float: left;
  width: 400px;
  padding: 5px;
  height: 20px;
}

.form_textarea {
  height: 220px;
}

.form_input input {
  border: 1px solid gray;
  width: 350px;
}

.form_textarea textarea {
  border: 1px solid gray;
  width: 350px;
  height: 200px;
}

.form_input select {
  border: 1px solid gray;
}

.bouton_formulaire {
  width: 300px;
  border: 1px solid gray;
  background-color: #ff9f00;
  padding: 4px;
}

/* fin formulaire */


.petit {
  color: #F5F5F5;
  font-size: 10px;
  font-weight: normal;
}

.troisliensvideo {
  width: 380px;
  float: right;
}

.ligne_troisliensvideo {
  border-bottom: 1px solid #d0eab0;
  padding-top: 5px;
}

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

.photo_troisliensvideo {
  float: left;
  width: 74px;
  height: 54px;
  margin-right: 5px;
  margin-top: 5px; 
  border: 1px solid white;
}

.texte_troisliensvideo {
  float: left;
  width: 290px;
  height: 70px;
  color: white;
}

.texte_troisliensvideo a {
  color: white;
}

.flot_left {
  float: left;
}

.float_left_120 {
  float: left;
  width: 120px;
}

.float_left_200 {
  float: left;
  width: 180px;
  padding: 5px;
}

.cadre_transparent {
  padding: 5px;
  margin: 5px;
  color: white;
  font-size: 11px;
}

.cadre_transparent a, .cadre_transparent a:hover {
  color: white;
}

.meteo_jour {
  float: left;
  text-align: center;
  margin: 5px;
}

#erreur {
  border: 2px solid #ae1c26;
  color: #ae1c26;
  padding: 5px;
  margin: 5px;
  text-align: center;
}

#confirmation {
  border: 2px solid #58a83d;
  color: #58a83d;
  padding: 5px;
  margin: 5px;
  text-align: center;
}

#tnt_top {
  position: absolute;
  top: 30px;
  left: 50px;
  color: white;
  font-size: 18px;
}

#tnt_top .logo_toptnt {
  float: left;
  width: 120px;
}

#tnt_top .texte_toptnt {
  float: left;
  width: 300px;
  padding-top: 10px;
}

#vodeo_gauche {
  width: 450px;
  float: left;
}

#vodeo_droite {
  width: 300px;
  float: left;
}

#vodeo_droite .border_noir {
  border: 1px solid black;
  width: 200px;
}

.text_zoom {
  font-size: 18px;
  color: #ff9933;
}

.violet {
  color: #d60093;
}

.resultat_recherche {
  color: white;
  border-bottom: 1px solid silver;
  padding: 5px;
  font-weight: normal;
  margin-right: 10px;
}

.resultat_recherche a, .resultat_recherche a:hover {
  color: white;
  font-weight: normal;
}

.resultat_recherche:hover{
  background-color: #8ebf52;
}

.resultat_recherche .titre_recherche {
}

.resultat_recherche .description_recherche {
  color: #E5E5E5;
  font-size: 10px;
}

.cadre_valdeurope {
  color: white;
  border: 1px solid white;
  padding: 5px;
  margin: 5px;
  float: right;
  width: 300px;
}

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

.cadre_valdeurope .ligne:hover {
  background-color: #6377c1;
}



.cadre_valdeurope a {
  font-size: 10px;
  font-weight: normal;
  color: silver;
}

.googlemaps {
  float: left;
  width: 450px;
}

.ligne_lien {
  padding: 5px;
  border-bottom: 1px solid silver;
  color: white;
}

.ligne_lien .description {
  color: #E5E5E5;
  font-size: 10px;
}

.ligne_lien:hover {
  background-color: #8ebf52;
}  

.ligne_lien a {
  color: white;
}

.ligne_lien a:hover {
  color: white;
  
}