div#fondcorps
{
	background-image: url(../../images/Orleans_Lycee_Jean_Zay.webp);
	background-position: 100% 25%;
}

ul#ul_transports li
{
	padding: 5px;
}

li.li_train
{
	list-style-type: "\1F685";
}

li.li_bus
{
	list-style-type: "\1F68C";
}

li.li_tram
{
	list-style-type: "\1F68B";
}

li.li_infirmerie
{
	list-style-type: "\1F3E5";
	padding: 5px;
}

/* Carte */

div#div_carte, div#div_carte_plein
{

	text-align: center;
	
	padding: 5px;
}

div#div_carte img#img_carte, div#div_carte_plein img#img_carte_plein
{
	width: calc(100% - 10px);
	
	max-width: 600px;
	
	border: 5px solid var(--couleur-gris2);
	border-radius: 15px;
}

div#div_carte_plein
{
	position: fixed;
		top: 0;
		left: 0;
	padding: 0;
	
	z-index: 1000;
	
	background-color: var(--couleur-gris1-transparent);
	
	height: 100vh;
	width: 100vw;
	
	overflow: scroll;
}

div#div_carte_plein img#img_carte_plein
{	
	width: auto;
	height: 100%;
	max-width: none;
	
}





