body{
margin : 0px 0px 0px 0px;
color:#CCCCCC;
font-family:arial;
font-size:12px;
}
td{
font-size:12px;
}
.copy{
font-size:11px;
text-align:center;
}
strong{
font-size:14px;
}
.texte{
font-size:12px;
text-align:justify;
}
.liens{
text-align:center;
}
a, a:hover{
color:black;
}
.sous_menu{
margin-top:30px;
text-align:center;
}
.affiche{
margin-top:20px;
text-align:center;
}
.date_news {color: #DD82DF; font-size:12px}

div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    width:800px; height:390px; 
    overflow:hidden;	
	}
div#scrollbar { 
    position:relative; 
    width:800px; height:11px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; left:11px; top:0;
    width:786px; height:11px; 
    background: #222222;
  }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:20px; height:9px; 
    background-color:#ceced6;
  }  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 


/* ==================== Player ==================== */
		#player {
			background-color: #000000;
			color: #000;
			height: 20px;
			width: 498px;
			border: solid 1px #ccc;
			
		}
		#player .button {
			width: 20px;
			height: 20px;
			background-repeat: no-repeat;
			background-position: 2px 2px;
			float: left;
		}
		#player .button a {
			display: block;
			height: 20px;
			text-indent: -100em;
			overflow: hidden;
		}
		#player .timeline {
			position: relative;
		}
		#player .timeline a {
			position: absolute;
			left: 40px;
			display: block;
			height: 20px;
			width: 40px;
			text-indent: -100em;
			overflow: hidden;
			background-image: url(../images/control_slider.png);
		}
		#player .timeline a:hover {
			background-image: url(../images/control_slider_blue.png);
		}
		#player .play {
			background-image: url(../images/control_play.png);
		}
		#player .play:hover {
			background-image: url(../images/control_play_blue.png);
		}
		#player .pause {
			background-image: url(../images/control_pause.png);
			display: none;
		}
		#player .pause:hover {
			background-image: url(../images/control_pause_blue.png);
		}
		#player .stop {
			background-image: url(../images/control_stop.png);
		}
		#player .stop:hover {
			background-image: url(../images/control_stop_blue.png);
		}