body {
	background-image:url('../UVSRImgs/fond.jpg');
	margin-top:25px;
	}

input {
	border:1px solid blue;
	font-size: 10px; 
	margin:1px; 
	xxxxwidth:200px;
	background-color:transparent;
}

P {
	font-size:12px;
	font-family: verdana,helvetica,times;
	padding-top:6px;
	margin:0;
	margin-top:10px;
	}
form, select {
	background-color:transparent;
	font-size: 12px;
	}
option {
	font-size: 12px;
	}
ul {
	font-size: 12px;
	}

#uvsr {
	height:620px;
	width:5%;
	float:left;
	cursor:pointer; 
	}
#gauche {
	width:45%;
	float:left;
	margin-top:0px;
	text-align:center;
	background-color:transparent;
	}
#droite {
	width:50%;
	margin-top:0px;
	float:left;
	position:relative;
	background-color:transparent;
	}
#entete {
  width: 100%;
  height: 30px;
  background-color:transparent;
	}  
#T1 {
	width:500px;
	margin-top:20px;
	cursor:pointer;
	text-align:center;
	}
#listebtn { 
	padding-left:30%;
	text-align:left;
	width:180px;
	}
#arg {
	margin:0;
	padding:O;
	}
.chx {
	color:blue;
	font-size: 12px ;
	}

.ui-autocomplete {
	text-align: left;
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  border:4px solid red;
  padding-top: "270px";
  width:280px;
  margin:auto;
  background-color:transparent;
}

#atags #btags {
	background-color:transparent;
	border:1px solid green;
  font-size: 10px;  	
}

.ui-helper-hidden-accessible { display:none; }

#app { margin: auto; max-width: 400px; height:150px;
	border:medium fixed black;
}

div.maudio .audio{
  height:0;overflow:hidden;display:none;
  font-size: 20px;
  font-weight: bold;
}
div.maudio .audio-control{
  overflow:hidden;
  width:400px;
  margin-top:10px;
}
div.maudio .audio-control a,
div.maudio .audio-control div{
  float:left;
  margin:0 5px;
  cursor:pointer;
}
div.maudio .audio-control a{
  display:block;
  background:url(../img/audio_icon.png) no-repeat 0 0;
  width:30px;
  height:30px;
  text-align:center;
  text-decoration:none;
  overflow:hidden;
}
div.maudio .audio-control a.play{
  border-radius:50%;
  background-color:#e6183f;
  background-position:10px 8px;
}
div.maudio.playing .audio-control a.play{
  background-position:11px -22px;
}
div.maudio .audio-control a.fast-reverse,
div.maudio .audio-control a.fast-forward{
  width:17px;
  height:17px; 
  margin-top:7px;
  background-position:-50px 1px;
}
div.maudio .audio-control a.fast-reverse{
  background-position:-50px -59px;

}
div.maudio .audio-control a.fast-forward:hover{
  background-position:-50px -29px;
}
div.maudio .audio-control a.fast-reverse:hover{
  background-position:-50px -89px;
}
div.maudio .audio-control .progress-bar{
  width:145px;
  height:8px; 
  margin:11px 5px;
  border-radius:3px;
  background:#afafaf;
  overflow:hidden;
}
div.maudio .audio-control .progress-pass{
  width:0;
  height:8px;
  margin:0;
  border-radius:3px;
  background:#e6183f;
}
div.maudio .audio-control .time-keep{
  height:30px;
  line-height:30px;
  color:#45556c;
  cursor:default;
  font-weight: bold;
  font-size: 20px;
}
.time-keep{
  height:30px;
  line-height:30px;
  color:#45556c;
  cursor:default;
    font-weight: bold;
      font-size: 20px;
}
div.maudio .audio-control .mute{
  width:21px;
  height:17px;
  margin-left:150px;
  margin-top:13px; 
  background-position:0 -60px;
}
div.maudio .audio-control .mute.muted{
  background-position:0 -90px;
}
div.maudio .audio-control .volume-bar{
  width:50px;
  height:5px;
  margin-top:18px;
  border-radius:2px;
  background:#afafaf;
}
div.maudio .audio-control .volume-pass{
  width:100%;
  height:5px;
  margin:0;
  border-radius:2px;
  background:#e6183f;
}

audio {
		/*height:25px;*/
	}
audio::-webkit-media-controls-panel {
	background-color: #56AEFF;
	font-size: 12px;
	width: 300px; /* Largeur des contrôles */
	/*height: 25px; /* Hauteur des contrôles */
	}
audio::-webkit-media-controls-current-time-display {
	font-size: 12px;
	color: #f00;
	}
audio::-webkit-media-controls-play-button {
	height:20px;
	background-color: #B1D4E0;
	border-radius: 50%;
	}

	a:link    {color: #000000; text-decoration: none} /* unvisited link */
	a:visited {color: #000000; text-decoration: none} /* visited link */
	li:hover   {color: #FF0000; text-decoration: none} /* mouse over link */
	xa:hover   {color: #FF0000; text-decoration: none} /* mouse over link */
	a:active  {color: #FF0000; text-decoration: none} /* selected link */