/* ================ Définitions globales  ================ */
body, span, p, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
}
h1{
	
}
h2{
	
}
h3{
	margin: 0;
	padding: 0;
	line-height: normal;
}
a{
	
}
a:hover{
	
}
a img{
	border: none; /* supprime les borders sur les images ayant un lien */
}
/* ================ Styles spécifiques  ================ */
.titre_blanc {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
h1.titre_blanc {
	line-height:normal;
	margin:0;
	padding:0;
}
h1.titre_blanc a {
	text-decoration:none;
}

.normal {font-size: 11px}

/* ================ Styles vignettes  ================ */
.vignette{
	border: 1px solid white;
	padding: 5px;
	margin:5px;
}

#reserver{
	margin:0;
	padding:0;
	width:50px;
}

/* Calendrier */

/* STRUCTURE STYLES */
.datepicker{
	display:inline;
}
.datepicker input, .datepicker textarea, .datepicker select {
	font-family: Tahoma, Arial, Verdana, sans-serif !important;
	font-weight: normal !important;
	font-size: 11px !important;
	margin: 0px 1px;
	}

/* TABLE STYLES */
#content .datepicker table, #content .datepicker tbody, #content .datepicker table tr td  {
	width: auto;
	margin: 0;	
	padding:0;
	}

.datepicker table {
	width: 100%;
	}

.datepicker td {
	margin: 1px;
	padding: 1px 2px;
	}


.e_day {
	width: 30px;
	position:relative;
	float: left;
	padding: 2px 0px 2px 0px;	
	border-bottom: 1px solid #B9B9B9;
}

.p_day {
	width: 30px;
	position:relative;
	text-align: center;
	float: left;
	padding: 2px 0px 2px 0px;	
	color: #B5B5B5;
	border-bottom: 1px solid #B9B9B9;
	cursor: pointer;
}
.c_day {
	cursor: pointer;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #A1182C;
}
.f_day {
	cursor: pointer;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	color: #B5B5B5;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #B9B9B9;
}
.c_all {
	width: 210px;
	margin-top: 10px;
	background: #FFFFFF;
	border: 1px solid #C5C4C4;
	float:left;
}
.c_title {
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #900000;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 4px 0px 4px 0px;
}

.c_title span{
	color: #FFFFFF;
}

.c_title span {
	cursor: pointer;
}
.c_cday {
	padding: 4px 0px 4px 0px;
	position:relative;
	width: 30px;
	text-align: center;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #8C8C8C;
	color: #FFFFFF;
}

