#contacts_contenu_gauche {

    width:49%;
    height:400px;
    float:left;
    position:relative;
    /*background-color:yellow;*/
    top:0px;
    left:1%;

}



            #map_contact {

               float:left;
               position:relative;
               height:93%;
               width:90%;
               left:5%;
               top:5px;
               background-color:black;
            }


#contacts_contenu_droite {

    width:48%;
    height:auto;
    min-height:400px;
    /*height:400px;*/
    float:right;
    position:relative;
    /*background-color:red;*/
    top:0px;
    right:1%;

}



             #adresse_contact {
            
               float:left;
               position:relative;
               height:30%;
               width:80%;
               left:10%;
               top:0px;
               /*background-color:green;*/
               cursor:pointer;
            }
            
               .activeed {
                 color:#BB4345;
               }
               
               .non_activeed {
                 color:#707173;
               }
               
               .non_activeed:hover {
                 color:#BB4345;
               }

               #rue_contact {

                 font-weight:bold;
                 font-size:12px;
               }

               #tel_contact {

                 font-size:10px;
               }

               #fax_contact {

                 font-size:10px;
               }

               #mail_contact {

                 font-size:10px;
               }





          #contact_agence {

          float:left;
          position:relative;
          margin-top:20px;
          height:60px;
          width:80%;
          left:10%;
          cursor:pointer;
          /*background-color:pink;*/

          }
          
          #contact_agence:hover {
            color:#BB4345;
          }
          
          .activee {
              color:#BB4345;
              
              float:left;
              position:relative;
              margin-top:20px;
              height:60px;
              width:80%;
              left:10%;
              cursor:pointer;
            }
            
            .non_activee {
              color:#707173;
              
              float:left;
              position:relative;
              margin-top:20px;
              height:60px;
              width:80%;
              left:10%;
              cursor:pointer;
            }
            
            #non_activee:hover {
            color:#BB4345;
          }
          

          

                     #nom_agence {

                       font-weight:bold;
                       font-size:12px;
                     }

                     #nom_contact_agence {
      
                       font-size:10px;
                     }
                     
                     #mail_contact_agence {
      
                       font-size:10px;
                     }