 /* ***** DEBUT DU BLOCK DE LICENSE *****

 * Ce fichier fait partie du site http://www.theatredeproposition.com
 * Copyright (c) 2007 theatredeproposition.com , Tous droits réservés
 * Auteur :
 * volverein (http://www.volverein.com/)
 
 * ***** FIN DU BLOCK DE LICENCE *****
 */
 
 /* Colors :
 *
 *	Orange: #E7A800
 * Red Pâle : #552E2E
 * Red Light : #CB9A9E
 * Red Medium : #87464B
 * Red Full : #550007
 * Red Flashi : #A50128
 */


/**************** Partie qui gère le style du calendrier de la fiche spectacle *********************/



#calendrierF {
	width:170px;
	height:135px;
	padding-left: 19px;
	margin-bottom:20px;
}

#calendrierF a{
	text-decoration:none;
}

#calendrierF a:hover{
	color:#E7A800;
	text-decoration:none;
}

#titreF{
	padding: 0;
}
#titreF li{
	list-style-type: none;
	height :17px;
}

#moisF {
	width : 128px; 
	padding-top:2px;
	float : left;
	text-align: center;
	background:#550007;
	font-weight:bold;
	color:white;
}

#flecheF1 {
	border-left: 1px solid #CB9A9E;
	padding-top:2px;
	background:#550007;
	width:15px;
	float : left;
	color:#E7A800;
}

#flecheF2 {
	border-right: 1px solid #CB9A9E;
	padding-top:2px;
	background:#550007;
	width:15px;
	float : left;
}

#flecheF1 a, #flecheF2 a{
	color:#E7A800;
	text-decoration:none;
}

#flecheF1 a:hover, #flecheF2 a:hover{
	font-size:0.9em;
	color:white;
	text-decoration:none;
}

#libelleF {
	clear:left;
	width: 150px;
	width: 200px;
	padding: 0;
}

ul.ligneF {
	clear: left;
	width: 200px;
	padding: 0px;
} 
#libelleF li, ul.ligneF li  {
	border: 1px solid #CB9A9E;
	list-style-type: none;
	margin: 1px 1px 0 0;
	padding: 0;
	/*width : 16px;*/
	width : 20px; 
	float : left;
	text-align: center;
	line-height: 16px;
}

/* Ligne des jours */

#libelleF li {
	background: #87464B;
	list-style-type: none;
	color: white;
}
ul.ligneF li {
	color:#87464B;
}

ul.ligneF li.itemSelectedItemF {
	background-color: #DDDDDD;
}

ul.ligneF li.itemExistingItemF {
	background-color: #CC828A;
}

ul.ligneF li.itemExistingItemF a{
	display: block;
	text-decoration: none;
}

ul.ligneF li.itemExistingItemF a:hover{
	display: block;
	background-color:black;
	font-weight:bold;
	font-size:1.5em;
	overflow:visible;
	text-decoration:none;
}

ul.ligneF li.itemCurrentItemF {
	background-color: #A50128;
}

ul.ligneF li.itemCurrentItemF a{
	display: block;
	color:white;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
	overflow:hidden;
}

ul.ligneF li.itemCurrentItemF a:hover{
	text-decoration:none;
	background-color:#E7A800;
	background-color:black;
	font-size:1.5em;
	overflow:hidden;
}