/* @override 
	http://www.mcnn.fr/saison/saison.css
*/

/* @group Saison */

div#saison { 
	width: 730px;
	float: left;
	padding-left: 20px;
	font-size: 11px;
}

div#liste #attente { 
	display: block;
	height: 50px;
	background: url(/im/base/loading.gif) no-repeat center;
}

#saison a { 
	text-decoration: none;
	color: #c02;
	border-bottom: 1px solid #f3d6db;
}

#saison a:visited { 
	text-decoration: none;
	color: #da4c64;
	border-bottom: 1px solid #f3d6db;
}

#saison a:hover { 
	text-decoration: none;
	color: red;
	border-bottom: 1px solid #c02;
}

/* @end */

/* @group Filtre */

div#saison fieldset { 
	display: block;
	float: left;
	padding: 5px 0 5px 5px;
	background-color: #faf3f3;
	border-color: #f3d1d1;
	font-size: 10px;
}

fieldset#cat, fieldset#lieu, fieldset#mois { 
	width: 225px;
}

fieldset#fComp {
	width: 280px;
}

fieldset#fGenres {
	width: 230px;
}

fieldset#fSpect {
	width: 165px;
}

fieldset#cat, fieldset#lieu, fieldset#fComp, fieldset#fGenres { 
	margin-right: 15px;
}

fieldset#mois, fieldset#fSpect { 
	margin: 0;
}

form#filtre { 
	overflow: auto;
	margin-bottom: 10px;
}

div#liste { 
	clear: both;
}

div#saison fieldset legend { 
	color: #c02;
}

form#filtre p.titreFiltre { 
	display: block;
	float: left;
	width: 50px;
	clear: left;
	text-align: right;
	font-weight: bold;
	color: #c02;
	margin: 0 10px 0 0;
}

form#filtre div#cat,form#filtre div#lieu,form#filtre div#mois { 
	clear: both;
	margin: 5px 0 0;
	padding-bottom: 3px;
}

form#filtre div#cat,form#filtre div#lieu { 
	border-bottom: 1px solid #ffc5cf;
	padding-bottom: 3px;
}

form#filtre label { 
	font-weight: normal;
	font-style: normal;
}

fieldset#cat div, fieldset#lieu div, fieldset#mois div { 
	width: 110px;
	display: block;
	float: left;
}

fieldset#fComp div.c1 { 
	width: 120px;
	display: block;
	float: left;
}

fieldset#fComp div.c2 { 
	width: 160px;
	display: block;
	float: left;
}

fieldset#fGenres div { 
	width: 110px;
	display: block;
	float: left;
}

fieldset div { 
	height: auto;
	line-height: 18px;
}

/* @end */

a#ancien { 
	display: inline-block;
	cursor: pointer;
	background-color: #f1f1f1;
	text-align: center;
	padding: 4px;
}

/* @group Tableau */

div#saison table { 
	font-size: 11px;
	width: 730px;
	border-collapse: collapse;
	border-spacing: 0;
}

div#saison thead { 
	border-bottom: 2px solid #d3e7f4;
}

div#saison tbody { 
	
}

div#saison tr { 
	border-bottom: 1px solid #d2e6f4;
}

div#saison tr.impaire { 
	background-color: #edf5fa;
}

div#saison tr.paire { 
	
}

div#saison th { 
	color: #6f9dbd;
}

div#saison .titre a, div#saison a span.titre { 
	color: #277bcc!important;
	font-weight: bold;
	font-size: 14px;
	border-width: 0;
	text-decoration: none;
}

div#saison a { 
	border-style: none!important;
	border-width: 0!important;
}

div#saison .titre a:hover { 
	color: #c02;
}

div#saison .cat { 
	color: #80acd7;
	font-size: 10px;
}

th.colDate { 
	width: 150px;
}

td.tdDate, td.tdSpec { 
	vertical-align: top;
}

td.tdSpec span.dispo, td.resa em { 
	font-style: italic;
	color: gray;
}

th.colCde { 
	width: 80px;
}

.acc { 
	margin-top: 10px;
	margin-bottom: 5px;
}

.acc img { 
	width: 75px;
	height: 75px;
	margin-right: 10px;
}

.acc a img { 
	padding: 1px;
	border: 1px solid #f3d6db;
	float: left;
}

.acc a:hover img { 
	border: 1px solid #c02;
}

.acc p { 
	margin-top: 8px;
	margin-bottom: 0;
}

.acc a { 
	font-size: 12px;
}

div.villeSalle { 
	font-size: 10px;
	color: gray;
	text-align: left;
	margin-top: 1px;
}

div#saison tr.passee .titre a, tr.passee td.tdDate, tr.passee .cat { 
	color: gray!important;
}

/* @end */