/* Style pour le Calendrier */	

.calendar {
background-color:#EEEEEE;
list-style-position:inside;
vertical-align:bottom;
}

.dateCalendar {
	color:#666666;
	font-size:0.7em;
	padding-left: 25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.dateCalendar a {
	color:#666666;
	text-decoration:none;
}

.dateCalendar a:hover {
	color:#999999;
}

.titreCalendar a {
	color:#000000;
	font-size: 0.8em;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.titreCalendar a:hover {
	color:#666666;	
}

.texteCalendar {
	color:#000000;
	font-size:0.9em;
	margin-left:3%;
}




/* ---------------- STYLE DU TABLEAU ----------- */
table {
	border-collapse: collapse;
	width:100%;
}

table tr.even
{
	background: #EEEEEE;
}

 table tr.odd
{
	background:#E6E6E6;
} 

table tr th
{
	padding: 5px 3px;
	background:#759800;
	color:#fff;
}

table tr td
{
	padding: 4px 5px;
	text-align: left;
}

table.offre a {
	text-decoration:none;
}

table.offre td {
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #CCCCCC;
}

table.offre tr:hover, table.offre tr.odd:hover {
	background:#E3E7E8;
}




