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

/****************************************************************************************************************************** MENU */
#menu ul li a.cinema{
	color:#000;
	background:url(../images/bg-menu-fonce.png) top center no-repeat transparent;
	text-shadow:none;
}
#menu #fondu li.deux .hover {
	background:none;
}	

/****************************************************************************************************************************** CONTENU */
#contenu{
	width:1000px;
}
#contenu h1{
	font-weight:bold;
	color:#000;
	font-size:18px;
	font-style:italic;
	text-transform:uppercase;
	margin-left:40px;
	margin-top:20px;
}
#contenu p{
	margin-left:60px;
	margin-top:10px;
	width:880px;
	text-align:justify;
}
#contenu p b{
	font-weight:bold;
	
}
.ligne {
	height:142px;
	margin-top:20px;
	padding-top:20px;
	background:url(../images/bg-films.jpg) top left no-repeat transparent;
}

/****************************************************************************************************************************** RETOUR */

#retour{
	width:150px;
	margin:5px 0 10px 825px;

}
#retour img{
	display:block;
	margin:auto;
}
#retour p{
	margin-top:10px;
	text-align:center;
}
#retour a{
	text-decoration:none;
	color:#6c6c6c;
}
#retour a:hover{
	text-decoration:none;
	color:#b3b3b3;
}

/****************************************************************************************************************************** #stage */
#stage{
	width:920px;
	margin:20px 40px;
}
#stage h2{
	font-size:18px;
}
#stage h3{
	margin-top:20px;
	margin-left:20px;
	font-size:16px;
}
#stage h4{
	margin-top:10px;
	margin-left:20px;
	font-size:15px;
}
#stage h4 em{
	font-weight:normal;
}
#stage p{
	width:880px;
	margin:5px 20px;
}
#stage ul{
	margin-left:40px;
	list-style-position: inside;
	
}#stage ul.sans{
	list-style-type: none;
}
/****************************************************************************************************************************** .suiv-prec */
#contenu #suiv-prec{
	float:left;
	margin-left:364px;
	margin-top:40px;
}
#contenu #suiv-prec p{
	display:inline;
	width:300px;
	margin:0;
	line-height:0;
	vertical-align:text-top;
}
#contenu #suiv-prec a img{
	padding:0 10px;
}
