@charset "UTF-8";
/* CSS Document */

*{
	font-family:Georgia, "Times New Roman", Times, serif;
}


body{
	background-image:url("../images/backgroundSite.jpg");
	background-position:center top;
	background-color:#000000;
	background-repeat:no-repeat;
}

#conteneur{
	width:600px;
	height:300px;
	margin-top:350px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
}

#conteneurPlayer{
	width:450px;
	height:350px;
	margin-left:auto;
	margin-right:auto;
}


#footer{
	width:600px;
	height:50px;
	text-align:center;
	margin-top:30px;
}

a{
	color:#880000;
}
a:Hover{
	color:#FF0000;
}


#teaserList{
	width:450px;
}

#teaserList h2{
	float:left;
} 

#teaserList p{
	text-align:center;
}

.txt_gris{
	color:#333333;
}


#teaserList .teaserActif{
	color:#FF0000;
}

#imgCache{
	overflow:hidden;
	visibility:hidden;
	height:0px;
	width:0px;
}

