
/************************************************carte******************************************************************/
 #cadrecarte{
   border-top : 1px solid #c0c0c0;
   border-bottom : 1px solid #c0c0c0;
   border-left : 1px solid #c0c0c0;
   border-right : 1px solid #c0c0c0;
   height:560px; /*525 */
   width:601px; /*568px */
   /*margin-left: 15px;*/
   }
 
 #carte {
   text-align : left;
   height:560px; /* 525px */
   width:600px; /* 567px */
   }
   
 #infobulleimages {
   width:100%;
   height:100%;
   border: 1px solid #464646;
   }  
   
 /****************Réduit le Copyright OSM en bas à droite**************/ 
	div.olControlAttribution, div.olControlScaleLine {
          font-family: Verdana;
          font-size: 0em;
          bottom: 3px;
        }
/*********************************************************************/    
     
   
  #boutonmarker {
	background-color : #ffffff;
	
  }
  #boutonmarker button {
	
    font-size : 11px;
    font-family : Verdana, Arial;
	text-align : center;
	color : orange;
	/*cursor : pointer;*/
    width : 163px;
    height : 35px;
    /*padding-left : 5px;*/
    margin-left: 15px;
	margin-bottom:1px;
	
    border : 1px solid #c0c0c0;
    background-color : #DDDDDD;
	/*background-color : #FFFFFF;*/
  }


