@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:960px;
	padding:20px;
}
#contenu h1{
	font-weight:bold;
	color:#000;
	font-size:18px;
	font-style:italic;
	text-transform:uppercase;
	margin-left:20px;
}
#contenu h1 sup{
	text-transform:lowercase;
}
#contenu h1.espace{
	margin-top:20px;
}
#contenu .groupe{
	margin-top:10px;
	margin-left:40px;
}
#contenu .date{
	float:left;
}
#contenu .retrait{
	margin-left:90px;
}
#contenu .retrait h2{
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	display:inline;
	color:#4f4f4f;
}
#contenu .retrait h2 a{
	text-decoration:none;
	color:#4f4f4f;
	text-decoration:underline;
}
#contenu .retrait h2 a:hover{
	text-decoration:none;
	color:#999;
	/*text-decoration:underline;*/

}
#contenu .retrait p{
	display:inline;
}
#contenu .retrait p em{
	font-weight:bold;
	font-style:italic;
}
#contenu .retrait p b{
	font-weight:bold;
}
