td img {
	display: block;
}
a.emission{
	color:#FFFFFF;
	font-size: 11px;
}
a.emission:hover {
	color:#990000;
}
a.emissionred{
	color:#990000;
	font-size: 11px;
}
a.emissiongrey{
	color:#333333;
	font-size: 11px;
}
a.emissiongrey:hover{
	color:#333333;
	font-size: 11px;
}
a.emissionred:hover {
	color:#990000;
}
ul{
font-family: Arial;
		font-size: 12px;
		color:#999999;
		TEXT-DECORATION: none;
}
a.telenantes {
		color:#FFFFFF;
		TEXT-DECORATION: none;
} 
.just{
text-align: justify
}
li {
color :#666666;
}
li span {
color : #666666;
}
.main_content {
	position:absolute;
	top:-300px;
	left:0px;
	height: 150px;
	width: 750px;
	border: 0px;
	font-family: Arial;
	font-size: 3px;
	color:#999999;
}
.voirlefilm {
	position:relative;
	top:100px;
	left:180px;
}
.gauche {
		float: left;
		margin: 0px 50px 50px 0px ;
		border: 2px grey solid;
  } 
.bord {
		border: 2px grey solid;
 }
.special {
		border: 2px grey solid;
 }
a {
		font-family: Arial;
		font-size: 12;
		color:#999999;
		TEXT-DECORATION: none;
} 
a.navig{
		font-family: Arial;
		font-size: 3;
		color:#bbbbbb;
		TEXT-DECORATION: none;
}
a.navig:hover{
		font-family: Arial;
		font-size: 3;
		color:#999999;
		TEXT-DECORATION: none;
}
a.titre {
		font-family: Arial;
		font-size: 16;
		color:#999999;
		TEXT-DECORATION: none;
} 
a.critique {
		color:#FFFFFF;
		TEXT-DECORATION: none;
} 
a.texte {
		font-family: Arial;
		font-size: 12;
		color:#666666;
		TEXT-DECORATION: none;
} 
a.sans {
		font-family: Arial;
		font-size: 12px;
		color:#666666;
		TEXT-DECORATION: none;
} 
a.page {
		font-family: Arial;
		font-size: 12px;
		color:#666666;
		TEXT-DECORATION: none;
} 
a.contact {
		font-family: Arial;
		color:#AAAAAA;
		TEXT-DECORATION: none;
} 
a.papage {
		font-family: Arial;
		font-size: 12px;
		color:#999999;
		TEXT-DECORATION: none;
} 
a.avec {
		font-family: Arial;
		font-size: 12px;
		color:#999999;
		TEXT-DECORATION: none;
} 
a.ok {
		border: 0px grey solid;
} 
a.specos {
		color:#FF3333;
		TEXT-DECORATION: none;
} 

.aria{
		font-family: arial; 
		font-size:14px;
}

body {
  overflow: overlay;
}

#Critik::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#Critik::-webkit-scrollbar-thumb {
  background: rgba(40, 40, 40);
}

#Critik::-webkit-scrollbar-track {
  background: rgba(90, 90, 90, 0.2);
}
/*
  1. Base
*/
/*
  2. Components
*/
div.control-container {
  margin-top: 0px;
  padding-bottom: 5px; }
  div.control-container div.amplitude-play-pause {
    width: 40px;
    height: 40px;
    cursor: pointer;
    float: left;
    margin-left: 30px; }
  div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("/images/play.svg");
    background-size: cover; }
  div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("/images/pause.svg");
    background-size: cover; }
  div.control-container div.meta-container {
    float: left;
    width: 200px;
    text-align: center;
    color: white;
    margin-top: 0px; }
    div.control-container div.meta-container span[data-amplitude-song-info="name"] {
      font-family: "Arial";
      font-size: 12px;
      color: #fff;
	  align: left;
	  text-align: left;
	  margin-left: 20px;
	  margin-top: 7px;
      display: block; }
    div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
      font-family: "Arial";
      font-weight: 100;
      font-size: 10px;
      color: #fff;
	  align: left;
	  text-align: left;
	  margin-left: 20px;
      display: block; }
  div.control-container:after {
    content: "";
    display: table;
    clear: both; }

/*
  Small only
*/
@media screen and (max-width: 39.9375em) {
  div.control-container div.amplitude-play-pause {
    background-size: cover;
    width: 64px;
    height: 64px; }
  div.control-container div.meta-container {
    width: calc(100% - 74px); } }
/*
  Medium only
*/
/*
  Large Only
*/
div.time-container {
  width: 89%;
  opacity: 0.3;
  font-family: 'Arial';
  font-weight: 100;
  font-size: 10px;
  color: #fff;
  height: 15px; }
  div.time-container span.current-time {
    float: left;
    margin-left: 5px; }
  div.time-container span.duration {
    float: right;
    margin-right: 5px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
progress.amplitude-song-played-progress {
  opacity: 0.3;
  background-color: #666666;
  -webkit-appearance: none;
  appearance: none;
  width: 89%;
  height: 5px;
  display: block;
  cursor: pointer;
  border: none; }
  progress.amplitude-song-played-progress:not([value]) {
    background-color: #666666; }

progress[value]::-webkit-progress-bar {
  background-color: #666666; }

progress[value]::-moz-progress-bar {
  background-color: #bd0001; }

progress[value]::-webkit-progress-value {
  background-color: #bd0001; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  3. Layout
*/
div.bottom-container {
  background-color: #000000;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
