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

a:link {
	text-decoration: none;
	color:#955c23;
}
a:visited {
	text-decoration: none;
	color:#955c23;
}
a:hover {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color:#955c23;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #955c23;
	font-weight: bold;
	vertical-align:middle;
	text-align: center;
}


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

.tab_numero {
	/*	background:url(img/icone.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #955c23;
	font-weight: bold;
	border-style:solid;
	border-width:1px;
	border-color:#955c23;
}

.tab_cal {
	background:url(img/entete.jpg);
	background-repeat:no-repeat;
	border-top: 1px solid #955c23;
	border-right: 1px solid #955c23;
	border-bottom: none;
	border-left: 1px solid #955c23;
}

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

.reserve a {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.reserve a:visited {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.reserve a:hover {
	color:#FFFF00;
	text-decoration: none;
	font-weight: bold;
}

.descriptif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left:10px;
}
body {
	background-image: url(img/fond.gif);
	background-repeat: repeat-x;
}
