.infobulle h2 {
    /* Le titre de l'infobulle */
    font-size: 12px;
    font-weight: bold;
    float:left;
    clear: right;
    padding:0;
    padding-top:2px;
    margin:0;
    margin-right: 10px;
}

.infobulle {overflow:auto;text-align:left}
.photo {clear:both;float:left;margin-left: 5px;margin-right: 3px}

.adresse_postale {font-size:10px;text-align:left}

div.nom_objet {
/*Fond de couleur de la bulle info*/
    background-color: #b1f8fb;
    margin-top: 0px;
    width: 100%;
    clear:both;
    height: 20px;
    padding:0;
    margin-bottom: 2px;
    padding-bottom: 1px; 
}

img.thumbnail{float:left;margin-right:2px}

.infobulle img {border:0}

div.nom_objet h2 {padding:0px;margin:2px;color:black}

.lien{
    margin-bottom: 5px;
    text-align: right;
    padding: 2px;
    color: white;
    padding-bottom: 0px;    
}

.details {
    /*Le lien "Site Web" */
	font-size:11px;
    margin-right: 10px;
	text-align:center;
	color:#81c5d6;
}
.details a:link{color:#81c5d6;text-decoration:none}
.details a:visited{color:#81c5d6;text-decoration:none}
.details a:hover{color:#81c5d6;text-decoration:none}
.details a:active{color:#81c5d6;text-decoration:none}


#container {width:804px;height:524px;padding:0px;padding-top:3px;padding-bottom:3px;padding-left:4px;padding-right:4px;margin:0}

.infobulle{width:300px;font-size:12px}

/*Modification de la carte*/
#map {float:right;width:495px;height:450px;padding-top:10px}
#liste_calques{width:295px;height:260px;float:right}

#liste_objets{width:280px;height:480px;overflow:auto;float:right;font-size:12px}
#liste_objets .oi {display:block;padding-bottom:30px;clear:both}
#liste_objets .oi .nom_objet {display:none}
#liste_objets .oi h2 {display:block}
#liste_objets .oi img.thumbnail{border:0;width:50px}

#liste_calques>form>ul {padding:0px;margin:0px;list-style-type: none}

#titres{
	padding-bottom:15px;
	font-weight: bold;
	/*Couleur des titres sur page principale*/
	color: #0066FF;
	font-size:14px;
}
#liste_calques li.final{
	padding-top:0;
	font-size:12px;
	font-weight: normal;
	color: #000000;
	list-style-type: none;
	/*couleur de fond du menu*/
	/*background-color: #ccd1ff;*/
	border-top: 2px solid white;
	font-size: 12px;
}
#liste_calques img {background-color:#FFFFFF;vertical-align:middle}
div.imprimer {float:right;width:280px}
div.imprimer a {display:block;padding-left:40px;padding-bottom:5px;text-decoration:none;color:#81c5d6;font-size:15px;font-weight:bold}
div.imprimer a:hover{color: #0066FF}

