* {
	margin: 0;
	padding: 0;
}
body{
	background-image:url("img/fond.png");
	background-repeat:no-repeat;
	font-family:arial;
	color:#000;
	background-color: #eee0bd;
}
#player{
	margin-top: 100px;
	margin-left: 23px;

	width: 408px;
	border-collapse: collapse;
}
#select{
	margin-top: -50px;
	margin-left: 435px;
}
#player a{
	color: #EE2525;
	text-decoration: none;
}
#player a:hover {
	text-decoration: underline;
}

.centre{
	text-align: center;
}
.milieu{
	padding-left: 10px;
	padding-right: 10px;
}
#divTitres{
	overflow: auto;
	height: 100px;
	margin: 0 20px;
	color: #add541;
	background-color: #000;
	font-size: 11px;
	text-align: left;
}
#divTitreActuel{
	color: #add541;
	background-color: #000;
	text-align: center;
}

h1{
	font-size: 1em;
	font-weight: lighter;
	margin-top: 5px;	
	
}
.titre{
	width: 245px;
	color: #add541;
	background-color:#000;
	padding-left:5px;
	padding-top:5px;
	font-size: 18px;
	font-weight:bold;
}
.droite{
	width:250px;
	padding-left:50px;
}
.prog{
	background-color:#add541;
}

.prog ul{
	
	padding:0;
	list-style:none;
	
}
.police{
	font-size: 12px;
	text-align: left;
}
