@charset "utf-8";
/**---- Author : Nicolas Buyle-Bodin & Jean-Manuel Mény ----- Groupe ISN-IREM ----- LYON ----**/

body{
	counter-reset: num_bac;					/* mise à zéro du compteur de bacs à sable */
	}

section .bac_sable{
	counter-increment : num_bac;					/* mise à jour du compteur de questions */
	}

h1.bac_sable:before{
	content : 'Bac à Sable n°'counter(num_bac);		/* mise en forme du compteur num_exo */
	}

input[type="range"] {
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

input {
	line-height: 25px;
	vertical-align: middle;
	}

label {
	line-height: 25px;
	vertical-align: middle;
	}


#bac_a_sable {
	margin-top: 15px;
    margin-left: -46px;
    display : flex;
	flex-direction : row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: top;
	}

#zoneIllustrative{
	width: 42%;
	padding : 1em;
	margin-right: 1em;
	margin-top: -8px;
	}

#boiteIllustrative{
	margin : 0 auto;
	text-align: center;
	width:80%;
	}

.fils{
	border: 1px dotted;
	padding: 2px;
	margin: 3px;
	}


#illustreBordures input[type="radio"]{ 
	margin-right: 2em;
    }

#formulaire {
	padding : 10px;
    width: 43%;
	}	

#choixAttributs{
	border: 2px solid #163c99;
	background-color: #ffffff;
	padding : 10px;
	}

#codecss{
	border: 2px solid #e46e0a;
	margin : 1em;
	padding: 0.8em;
	font-family: monospace;
	font-weight: bold; 
	}
