/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* Styles pour l'admin */
.invite_rencontre {
	font-size: 11px;
	background-color: #FFFF00;
	padding: 0 15px 0 15px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.invite_rencontre_color {
	color: #FFFF00;
	font-weight: bold;
	padding-left : 10px;
}

.invite_hommage {
	font-size: 11px;
	background-color: #89107d;
	padding: 0 15px 0 15px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.invite_hommage_color {
	color: #89107d;
	font-weight: bold;
	padding-left : 10px;
}

.invite_avantpremiere {
	font-size: 11px;
	background-color: #ff7d00;
	padding: 0 15px 0 15px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.retrospective_picto {
	font-size: 11px;
	background-color: #0092ff;
	padding: 0 15px 0 15px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.retrospective_color {
	color: #0092ff;
	font-weight: bold;
	padding-left : 0px;
}

.film_citation {
	color: #FFFF00;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-style: italic;
	font-variant: bold;
	font-weight: bold;
	font-size: 24px;
	font-size-adjust: none;
	font-stretch: normal;
	padding : 0px 10px 20px 10px;
	width: 150px;
	float: right;
	line-height: 40px;
	text-align: left;
}

.film_infos {
	font-size: 9px;
	color: #FFFF00;
}


 
/* Accordéon du calendrier */
.accordion {
	width: 320px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	
}

/* Calendrier */
.tab_calendrier {padding: 20px 0 0 10px; text-align:center; }
.tab_calendrier td {width:20px; height: 30px}
.calendrierHeure {font-weight:bold; padding-bottom: 10px; text-decoration:underline; }

