/* GENERAL STYLES */
body,html{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Tahoma, Arial, helvetica, sans-serif;
	font-size:12px;
	color:#333366;
}

.grosrouge {
font-size:15px;
font-weight:bold;
color:red;
}

.entete {
clear:both;
width:100%;
height:65px;
padding-top:5px;
padding-bottom:5px;
background:#EFEFEF;
}

.sansbord{
border:none;
width:15px;
height:24px;}

#container {
width:1024px;
height:80%;
}
#presentation {
float:left;
width:150px;
height:100%;
padding-left:10px;
}

#tools {
width: 120px;
height: 100%;
padding-left:5px;
float:left;
}
#settings {
float:left;
width:120px;
height:100%;
font-family: "Trebuchet MS";
font-size:12px;
}
#input {
float:left;
width:170px;
}
#datas {
float:left;
 }
#cboGrid {
font-family: "Trebuchet MS";
 font-size:12px;
}
#mapOverlay {
font-family: "Trebuchet MS";
font-size:12px;
}

/* Outputs */
 #locator{
float:left;
 }
 .titre_dms {
float:left;
padding:2px;
text-align:right;
width: 22px;
}
 #WGS84DMS{
float:left;
width:85px;
 }
#WGS84{
float:left;
width:80px;
 }
#lambert{
float:left;
width:81px;
 }
.UTMzone {
float:left;
width:31px;
} 
#UTM{
float:left;
width:81px;
 }
#TEST{
float:left;
}
 
 /* inputs */
 .input {
 font-family: "Trebuchet MS";
 font-size:12px;
 text-align:right;
 }
 .input_left{
 font-family: "Trebuchet MS";
 font-size:12px;
 text-align:left;
 }

/* formulaire supprime le décalage (IE7) */
form {
margin:0;padding:0;
 } 

/* bulles d'infos */
a.bulle {
     position:relative;
     color:#396a86;
     text-decoration:none;
     font-family:"Trebuchet MS", verdana, sans-serif;
     text-align:center;
     font-size:11px;
   }
   
   a.bulle:hover {
      background: none;
      z-index: 50;
   }
   
   a.bulle span {
     display: none;
   }
   
   a.bulle:hover span {
      display: block;
      position: absolute;
      top: 10px;
      left: 40px;
      font-family:"Trebuchet MS", verdana, sans-serif;
      text-align:justify;
      font-size:12px;
      font-weight:normal;
      width:400px;
      background: white;
      padding: 5px;
      border: 1px solid #62c0f4;
   }
.gmnoprint {
font-family:"Trebuchet MS", verdana, sans-serif;
font-size:12px;
}   
