 /* ***** 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 page d'accueil *********************/



#calendrier {
	width:170px;
	/*height:135px;*/
	padding-left: 32px;
}

#calendrier a{ /* Pour Firefox */
	text-decoration:none;
}

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

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

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

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

#fleche1 a, #fleche2 a{
	color:#E7A800;
	text-decoration:none;
}

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

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

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

/* Ligne des jours */

#libelle li {
	background: #552E2E;
	list-style-type: none;
	color: white;
}
ul.ligne li {
	color: #CB9A9E;
}

ul.ligne li.itemSelectedItem {
	background-color: #DDDDDD;
}

ul.ligne li.itemExistingItem {
	background-color: #87464B;
}

ul.ligne li.itemExistingItem a{
	display: block;
	text-decoration: none;
}

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

ul.ligne li.itemCurrentItem {
	background-color: #A50128;
}

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

ul.ligne li.itemCurrentItem a:hover{
	background-color:#E7A800;
	background-color:black;
	font-size:1.5em;
	overflow:hidden;
}

