#carte1 {
height: 628px;
width: 908px;
margin-left: 36px;
margin-bottom: 36px;
}

#carte2 {
height: 588px;
width: 908px;
margin-left: 36px;
margin-bottom: 36px;
}

.conteneur_m {
width:900px;  
font-family: Arial; 
font-size:13px;
}

.form {
position: relative;
font-size: 11px;
}

.help {
position: absolute;
border-bottom: 2px #FF7944 solid;
width: 900px;
top: 0px;
left: 0px;
text-align: center;
background: #FF7944;
color: #EEEBD8;
font-size: 11px;
padding: 1px;
}

input[type=text] {
background-color: #EEEBD8;
border-top: 2px solid #FF7944;
border-left: 2px solid #FF7944;
border-right: 2px solid #FFAF8F;
border-bottom: 2px solid #FFAF8F;
font-size: 11px;
width: 250px;
}

input[type=submit] {
background-color: #EEEBD8;
border-bottom: 2px solid #FF7944;
border-right: 2px solid #FF7944;
border-left: 2px solid #FFAF8F;
border-top: 2px solid #FFAF8F;
font-size: 11px;
}

input[type=submit]:hover {
background: #D8E0EE;
}

input[type=submit]:focus {
border-top: 2px solid #FF7944;
border-left: 2px solid #FF7944;
border-right: 2px solid #FFAF8F;
border-bottom: 2px solid #FFAF8F;
background: #D8E0EE;
}



object{
overflow:hidden;
}

.conteneur_m a {
text-decoration: none;
color: #FF7944;
font-size: 11px;
}

.conteneur_m p {
text-indent: 0px;
font-size: 11px;
}

.conteneur_m a:hover {
text-decoration: underline;
color: #0E2050;
}

.conteneurmap {
width:900px; 
height: 500px;
}

#map {
 width: 900px; 
 height: 500px;
 border: solid 2px #FF7944;
}
 
#map2 {
 width: 900px; 
 height: 500px;
 border: solid 2px #FF7944;
}

.formcache {
display:none;
}

.legend {
position: relative;
width: 800px;
height:80px;
border: solid 2px #FF7944;
background:#EEEBD8;
padding: 20px 50px 20px 50px;
}

.legend_rur {
position: relative;
width: 800px;
height:40px;
border: solid 2px #FF7944;
background:#EEEBD8;
padding: 20px 50px 20px 50px;
}

.lgd_item {
height: 45px;
width: 200px;
float:left;
display: block;
margin-bottom: 8px;
}


.lgd_item_img {
float:left;
margin-right:8px;
}

.lgd_item_img img{
width: 35px;
}


.lgd_item_txt {
padding: 5px;
}

.lgd_item_zoom {
font-size: 10px;
}