#liste_clips
{
	width:100%;
}
#liste_clips li
{
	float:left;
	width:240px;
	padding:0 22px 0 22px;
	margin:15px;
	background:#000 url('images/pellicule.png') repeat-y 0 0;
}
#liste_manifestations li,
#liste_presentation li
{
	width:240px;
	padding:0 22px 0 22px;
	margin:15px auto;
	background:#000 url('images/pellicule.png') repeat-y 0 0;
}
#liste_clips li a,
#liste_manifestations li a,
#liste_presentation li a
{
	display:block;
	height:15px;
	margin:2px 0 2px 60px;
	padding:2px 0 0 22px;
	color:#fff;
	background:url('images/puce_movie.png') no-repeat 0 50%;
}
#liste_clips li a:hover,
#liste_manifestations li a:hover,
#liste_presentation li a:hover
{
	color:#a00;
}
#liste_clips li ul,
#liste_manifestations li ul,
#liste_presentation li ul
{
	padding-bottom:5px;
}
#liste_clips li li,
#liste_manifestations li li,
#liste_presentation li li
{
	float:none;
	padding:0;
	margin:0;
	width:auto;
	background:none;
}
#liste_clips li h3,
#liste_manifestations li h3,
#liste_presentation li h3
{
	padding:4px;
	color:#fff;
	text-align:center;
	font-size:large;
}
#liste_clips li img,
#liste_manifestations li img,
#liste_presentation li img
{
	width:240px;
	height:180px;
}
#tele_bocal
{
	clear:both;
	margin-top:30px;
}
