/* CSS Document */
/* text decoration (balise a) :  
 none : pas souligné,
 underline : souligné (bas),
 overline : souligné (haut)
 overline underline : souligné en hait et en bas...*/


body
{
font-size: x-large;
font-weight: bold;
}


.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	vertical-align:middle;
}


.jours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.tab_numero {
	background:url(img/icone.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	border-style:solid;
	border-width:2px;
	border-color:#666666;
	border-top:hidden;
}

.tab_cal {
	background:url(img/entete.png);
	background-repeat:no-repeat;
	border-style:solid;
	border-width:2px;
	border-color:#666666;
	border-bottom:hidden;
}

.reserve {
	background-color:#BACE1D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFCC;
	font-weight: bold;
}

.descriptif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
}
h1 {
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	text-align: center;
}
.list {
	border-collapse:collapse;
            border:2px solid black;
            margin:auto;
}

