/* CSS Document */
#page .center .content{
	padding-top:30px;
	padding-left:40px;
	padding-bottom:30px;
}
#saison{
	width:475px;
}
#saison h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#535353;
	font-size:24px;
	margin:0;
	padding:0;
	font-weight:normal;	
}
#agenda{
	border-top:#A0A0A0 1px solid;
	margin-top:20px;
	padding-top:5px;
}
#agenda .mois{
	margin-bottom:5px;
}
#agenda .onglet{
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px 0px 10px 0px;
	border-bottom:#A0A0A0 1px solid;
	margin-bottom:5px;
	cursor:pointer;
}
#agenda .on .onglet{
	background:url(../images/onglet_on.gif) no-repeat;
	background-position:right;
	color:#E31818;
}
#agenda .off .onglet{
	background:url(../images/onglet_off.gif) no-repeat;
	background-position:right;
	color:#959595;
}
#agenda .liste{
	border-bottom:#A0A0A0 1px solid;
	padding-bottom:3px;
	overflow:hidden;
	background:#FFFFFF;
	display:none;
}
#agenda .spectacle{
	height:88px;
	overflow:hidden;
	background:#EEEEEE;
	color:#535353;
	margin-bottom:2px;
	cursor:pointer;
}
#agenda .festival{
	background:url(../images/petitmonde.gif) no-repeat;
	background-position:top right;
	background-color:#e31818;
}
#agenda .spectacle:hover{
	background-color:#E7E7E7;	
}
#agenda .spectacle img{
	float:left;
	margin-right:10px;
}
#agenda .spectacle .infos{
	margin-top:10px;
	padding-right:10px;
}
#agenda .spectacle span{
	display:block;
}
#agenda .spectacle .date{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#A0A0A0;
	font-weight:bold;
	height:13px;
	line-height:13px;
	margin-bottom:5px;
	overflow:hidden;
}
#agenda .spectacle .date span{
	display:inline;
}
#agenda .spectacle .titres{
	height:52px;
	overflow:hidden;
}
#agenda .spectacle .titre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:14px;
}
#agenda .spectacle .titre a{
	text-decoration:none;
	color:#535353;
}
#agenda .spectacle .ss_titre{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:14px;
	height:14px;
	font-style:italic;
}
#agenda .spectacle .categorie{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#A0A0A0;
	font-weight:bold;
	text-align:right;
	margin-top:-13px;
}
.rouge{
	color:#E31818;	
}

#agenda .festival .date{
	color:#f4a3a3;
}
#agenda .festival:hover{
	background-color:#e31818;
}
#agenda .festival .rouge{
	color:#FFF;	
}
#agenda .festival .titre{
	color:#FFF;
}
#agenda .festival .ss_titre{
	color:#FFF;
}
#agenda .festival .titre a{
	color:#FFF;
}
#agenda .categorie .categorie{
	color:#f4a3a3;
}