/* colonne gauche pleine largeur pour le squelette article-grande_carte.html */
body.p-article-carte div#texte_gauche {
	width:100%;
}

/* dimension carte à insérer */

#map_sommaire {
 width: 550px;
 height: 300px;
 margin-bottom: 2%;
 padding-bottom: 1%;
}

#map_canvas {
 width: 550px;
 height: 300px;
}

#largemap_canvas {
 width: 750px;
 height: 450px;
}

select#liste_questions {
 width: 700px;
}

#legende_question li{
	padding: 4px;
}

#legende_question img {
	vertical-align: middle;
	padding-right: 10px;
}