/* @override 
	http://michael.be/styles/montage_son.css
	http://www.michael.be/styles_v02/montage_son.css
	http://mm.michael.be/styles_v02/montage_son.css
*/
#choisissez_un_son{
margin-top: 10px;
width: 740px;
	margin: Auto;
margin-bottom: 20px;	
}
.flash_type_son{
	display: block;
	width: 360px;
	line-height: 50px;
	float: left;
	color: white;
	text-decoration: none;
	font-size: 1.1em;
	border: 1px solid black;
}
.flash_type_son:hover{
	text-decoration: underline;
	border: 1px solid #a4a4a7;
}
.flash_son_choisi_actif{
text-decoration: underline;
border: 1px solid #a4a4a7;
cursor: pointer;
}
.clear{
	clear: both;
}