body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
/*	font-size: x-small;
/*	background-color: #C1C1C1;*/
}

body {
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
/*	font-weight: bold; */
	font-variant: normal;
	text-decoration: none;
	color: #000000;
	background-image:   url(../Photos/Exterieurs/PhotoBrigiteJulienfond1.jpg);
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
h1 {
	font-size: xx-large;
	color: #000000;
	background-color: #008040;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #660066;
}
h2 {
	font-size: x-large;
	color: #339933;
}
h3 {
	font-size: medium;
	background-color: #99CC66;
	color: #000000;
}
h4 {
	font-size: small;
	background-color: #CCCCCC;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
}
select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	text-transform: none;
	color: #000000;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
}
/*rajout daniel*/
#calendrier li{
	list-style: none;	
}
#cadre_calendrier{
	  font-family: Arial, Helvetica, sans-serif;
}
ul {
/*pour enlever les puce de la liste à puce */
list-style-type: none;
}
#titre{
/* le nom du mois */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333399;
	text-align: center;
}
h3{
/* le nom du mois */
	font-size: 16px;
	padding: 0 auto;
	padding-left : 10px;
	margin: 0 auto;
	padding-bottom: 3px;
	color: #333399;
}
#libelle {
/* ligne en haut des jours de la semaine */
	width: 105px;
	margin: 0 auto;
	padding: 0;
	color: #333399;
	text-align: center;
}
.ligne {
/*  chaque numéro de chaque ligne*/
	width: 105px;
	margin: 5 auto;
	padding: 0;
	font-size: 8px;
	text-align: center;
} 
#libelle li {
/* ligne en haut des jours de la semaine */
	float : left; 
	width : 15px; 
	background-color:#CCCCCC;
}
.ligne li {
/*  chaque numéro de chaque ligne*/
	color: #666666;
	float : left; 
	width : 15px; 
}
.ligne li a:hover{
/*  chaque numéro qui est linké*/
	list-style: none;
	text-decoration: none;
	color: #0000ff;
}
li.itemCurrentItem_in {
	/* l'apparence de la date du jour dans une période réservée*/
	color:#000000;
	font-weight: 900;
	background-color: #33FF00;
}
li.itemCurrentItem_out {
	/* l'apparence de la date du jour hors période réservée*/
	color:#000000;
	font-weight: 900;
	background-color: #33FF00;
}
li.libre {
	/* date libre */
	background-color: #009933;
}
li.reserve {
	/* date réservé */
	background-color: #CC0000;
	color:#FFFFFF;
}
li.THS {
	/* Très haute saison */
	background-color: #FF0000;
	color:#FFFFFF;
}
li.HS {
	/* Haute saison */
	background-color: #CC3366;
	color:#FFFFFF;
}
li.MS {
	/* Moyenne saison */
	background-color: #CC99CC;
	color:#FFFFFF;
}
li.BS {
	/* Basse saison */
	background-color: #CCCCFF;
	color:#FFFFFF;
}
li.ND {
	/* Saison non définie*/
	background-color: #E0DFE3;
	color:#FFFFFF;
}
.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}			
a { 
	text-decoration: none; 
}
a:hover, a:focus {
	text-decoration: underline; 
}
