@charset "utf-8";
/* CSS Document */

body
{	width:100%;
	margin:auto;
	min-width:320px;
	background:url(./images/bgnoise_lg.png);
	font-size:13px;
}
.Tete
{ text-align:center;
}
.Pied
{	text-align:center;
}
.TxtAligne
{	text-align:center;
}
.boutel {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #063;
	color:#fff;
	font-size: 1.5em;
	padding: 0.2em;
}
.boutel:hover {
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	background: #FF6;
	color:#000;
	font-size: 1.5em;
	padding: 0.2em;
}
.Conteneur
{	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.LesImpros
{	width:80%;
	margin-left:10%;
	margin-right:10%px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#9FF;
	border:1px solid #063;
	height:100%;
	overflow:auto;
	font-size: 1.4em;
	text-align:center;	
}
.audio_sil{
	width:80%;
	height:40px;
	background-color:#9CC;
	color:#9CC;
	margin-top:10px;
}
.LecteurMP3
{	width:95%;
	margin-left:2px;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#9CC;
	border:2px solid #FFF;
	height:105px;
	overflow: hidden;
	font-size: 1.4em;
	text-align:center;	
}
@media screen {
.LaDiv
{	width:95%;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#9FF;
	border:1px solid #063;
	height:600px;
	overflow:auto;
	float:left;
}
.LesMP3
{	width:95%;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#9FF;
	border:1px solid #063;
	height:450px;
	overflow:auto;
	font-size: 1.4em;
	text-align:left;	
	float:left;
}
}
@media screen and (max-width:1000px){
.LaDiv
{	width:95%;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#9FF;
	border:1px solid #063;
	height:600px;
	overflow:auto;
	float:left;
}
.LesMP3
{	width:95%;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#9FF;
	border:1px solid #063;
	height:450px;
	overflow:auto;
	font-size: 1.4em;
	text-align:left;	
	float:left;
}
}
@media screen and (max-width:500px){
.LaDiv
{	width:95%;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#9FF;
	border:1px solid #063;
	float:left;
}
.LesMP3
{	width:95%;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#9FF;
	border:1px solid #063;
	font-size: 1.4em;
	text-align:left;	
	float:left;
}
}
