body {
	width: 800px;
        font-family: sans-serif;
}


.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;
}

.photo {
    clear:both;
    float:left;
    margin-left: 5px;
    margin-right: 3px;
}


.adresse_postale {

}

div.nom_objet {
    background-color: #FF9900;
    margin-top: 0px;
    width: 100%;
    clear:both;
    height: 20px;
    padding:0;
    margin-bottom: 2px;
    padding-bottom: 1px;

}

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

.lien{
    /*Le site Ouaibe de l'objet */
    margin-bottom: 5px;
    text-align: right;
    padding: 2px;
    color: white;
    padding-bottom: 0px;

}

.add_to_cart {
    margin-top:10px;
    clear: both;
}

.details {
    /*Le lien en savoir plus */

    margin-right: 10px;
}

#container {
    width: 804px;
    height: 504px;
    background-color: #FFFFFF;
    border: 2px solid #92C546;
    padding: 2px;
}
.infobulle{
    width: 300px;
    font-size: 12px;
}



#map {
	float: left;
	width: 500px;
	height: 500px;
}
#liste_calques{
	width: 280px;
        height: 500px;
        overflow: auto;
	background-color: #FFFFFF;
	float: right;
}

#liste_objets{
	width: 280px;
        height: 500px;
        overflow: auto;
	float: right;
	font-size: 12px;
}

#liste_objets .oi .nom_objet {
    display: none;
}

#liste_objets .oi .add_to_cart {
	display:none;
}
#liste_objets oi h2 {
    display: block;
}
#liste_calques ul {
	list-style-type: none;
	padding: 0px;
	padding-left: 10px;
	font-size : 14px;
	color: #92C546;
	font-weight: bold;
}


#liste_calques li ul li {
	list-style-type: none;
	margin-left: 10px;
	background-color: #FFFFFF;
	margin-top: 2px;
	height: 35px;
	color : #333;
	font-weight: normal;
	font-size: 12px;
}

/*@media print {
    #liste_objets {
    overflow: none;
    clear: both;
    }
} */

