td {
	
	font-family:tahoma;
	font-size:11px;
	color:#4D4C4C;
	line-height:15px;
	vertical-align:top
}

a {text-decoration:underline;
   color:#6B777D;}
  
body { 	margin:0px;padding:0px; background:url(images/px_top.jpg) top repeat-x #ECEEE8}




.copy { color:#6E6E6E}
.copy a { color:#6E6E6E}

.latest { color:#424242}
.latest a { color:#424242}
.latest span { font-size:9px;}

.welcome a { color:#4D4C4C}
.news span a { color:#424242}

.privacy strong { color:#6B777D}

.arrow_right { margin-right:6px;}
.m { vertical-align:middle}

.form { width:255px;
		height:17px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#404040;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:255px;
		height:159px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#404040;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

a:hover {text-decoration:none;}


/*
Styles appliqués au Calendrier - E'Reserv 2.1
*/

#calendrier li{
	list-style: none;	
}

#cadre_calendrier{
	  font-family: tahoma;
}

ul {
/*pour enlever les puce de la liste à puce */
list-style-type: none;
}

#titre{
/* le nom du mois */
	font-size: 13px;
	font-family: Arial;
	color: #4d4d4d;
	text-align: center;
}

h3{
/* le nom du mois */
	font-size: 13px;
	padding: 0 auto;
	padding-left : 20px;
	margin: 0 auto;
	padding-bottom: 15px;
	color: #4d4d4d;
}
#libelle {
/* ligne en haut des jours de la semaine */
	width: 210px;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
}
.ligne {
/*  chaque numéro de chaque ligne*/
	width: 210px;
	margin: 10 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
} 
#libelle li {
/* ligne en haut des jours de la semaine */
	float : left;
	width : 30px; 
	background-color:#808F96;
}
.ligne li {
/*  chaque numéro de chaque ligne*/
	color: #666666;
	float : left; 
	width : 30px; 
}

.ligne li a:hover{
/*  chaque numéro qui est linké*/
	list-style: none;
	text-decoration: none;
	color: #0000ff;
}

li.itemCurrentItem {
	/* l'apparence de la date du jour */
		color: #FF0000;
}
li.libre {
	/* date libre */
	background-color: #009933;
}
li.reserve {
	/* date libre */
	background-color: #CC0000;
	color:#FFFFFF;
}
itemCurrentItem {
	/* date du jour */
	color: red;
}
li.itemSelectedItem {
	/* A vous de configurer l'apparence du jour sélectionné */
	color: #FFFF00;
}			
a:hover, a:focus {
	text-decoration: underline; 
}


