/*
design.css
---------
 
Pour le site jmt-musique.com
Fichier cr? le 25/02/2012
*/
/*/////////////////////// 04-MODES- exercices 3 /////////////////////////*/




/* –––––––––– exercices 04-03 -----–------- */

.fieldsets .porteesSimples {
	min-width: 480px;
}

div.armure {
	display: flex;
	align-items: center;
	min-width: 600px;
}

.armure {
	flex-wrap: wrap;
}



span.nomTonalite {
	padding: 0 16px;
	min-width: 90px;
}

div.armure span.porteeSimple {
	display : inline-block;
	width: 200px;
	height: 60px;
	background-repeat: no-repeat, no-repeat ;
	background-position: 0%, 100%;
	background-size: 57%, 43%;
}
/* –––––––––– exercices 01-3 FIN --------- */



.porteeSimple img {
	height: 40px;
}
.tonalite span.select {
	padding: 0 10px 0 20px;
}


/* --------------fin FIELDSET ------------ */



