/* CSS Document */
/* text decoration (balise a) :  
--> none : pas souligné,
--> underline : souligné (bas),
--> overline : souligné (haut)
--> overline underline : souligné en hait et en bas...*/
body
{	background-color: #C9E7E8; 
	color: #312e29;
	line-height:15.5pt;
	font-size:15pt;
	background-image: url(images/Fond1.jpg) ;
	font-family: mapolice, sans-serif;
	padding:10px 4px 2px 2px;
	}

.special 
{ background-color: #000; color: #fff; }

.reserve1 {
	background-color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
/* TC	font-size: 12px; */
	color:#eee;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
.reserve11 {
	background-color:#ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
/* TC	font-size: 12px; */
	color:#eee;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
.reserve2 {
	background-color:#ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 80%;
	color:#eee;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
.reserve21 {
	background-color:#ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 80%;
	color:#eee;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
.choisie {
	background-color:#ff9900;
	font-family: Arial, Helvetica, sans-serif;

	color:#FFFFFF;
}
.men {
	background-color:#000000;
	background-image: url(images/FondMenu_21.jpeg) ;
	background-position:center;
	font-family: mapolice, sans-serif;
	font-size: 20px;
	line-height:22px;
	width:100%;
/*	border: 0px solid grey;*/
/*	border-style:ridge;*/
}

/*TC*/
.calendar thead .apr {
  text-align: center;
  background: #778;
  color: #fff;
  padding: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}
  /*TC*/
.calendar tbody .title1 { /* mois suivant */
  font-weight: bold;
  font-style:italic;     
  text-align: center;
  background: #fff;
  color: #999;
  padding: 2px;
  /*TC*/
  border: 1px solid #000;
}

.calendar tbody .emptycell1 { /* Empty cells (the best is to hide them) */
 /* visibility: hidden;*/
  background-color: #cff;
}
.calendar tbody .day1 { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #aaa;
  text-align: right;
  padding: 2px 4px 2px 2px;
    background-color: #cff;
}
.calendar tbody td.weekend1 { /* Cells showing weekend days */
/*  color: #a66;*/
  color: #f77;
}
a.bouton {
  color: black ;
/*  background-color: #0099ff;*/
  background-image: url(images/FondMenu_21.jpeg) ;
/*  background-repeat:repeat-x;*/
  background-position:center;
  text-decoration: none;
  font-family: mapolice, sans-serif;
  line-height:22px;
  font-size: 14px;
/*  font-weight: bold;*/
  text-align: center;
  text-decoration: underline ;
/*  padding: 2px 10px 2px 10px;*/
  cursor:pointer;
/*  border: 0px solid #36c;*/
/*  border-style:ridge;*/
}
a.bouton:hover {
  background-image: url(images/FondMenu_20_i.jpeg);
  color: white;
  background-position:center;
  text-decoration: none;
  font-family: mapolice, sans-serif;
  line-height:22px;
  font-size: 14px;
  text-align: center;
  text-decoration: underline ;
/*  background-image: url(aqua.jpg);*/
}

.bouton1{
  color: black ;
  background-image: url(images/FondMenu_21.jpeg) ;
  background-repeat:repeat-x;
  background-position:center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px 10px 2px 10px;
  cursor:pointer;
  border: 0px solid #36c;
  }
.bouton1:hover {
  background-image: url(images/FondMenu_20_i.jpeg);
  color: white;
}
