a.lienCal{ text-decoration: none;  font-weight: bolder;   }
a.lienCal:link {color : #FFFFFF;}
a.lienCal:visited {color : #FFFFFF;   text-decoration:none;}
a.lienCal:hover {color : #FF9900;}
a.lienCal:active {color : #FFFFFF;}



table#menu p a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	text-decoration: none ;
	width:22px; height:20px;
}


td.jour {
font-size: 9px;
 }

#calendar td {
	font-family:   Arial, sans-serif;
}

#calback {
	clear: both;
	width: 100%;
	height: 100%;
	/*background: url('images/calWaiting.gif') no-repeat center;*/
}

#calendar {
	width: 96%;
	height: 100%;
}

.calevent{
font-weight:bold;
background-color:#82D3F5;
width:22px;
height:18px !important;
height:20px;
padding-right:2px;
cursor:pointer;
}

.cal {
	width: 192px;
	border: 1px solid #ffffff;
	margin: 0 auto;
}

.cal a {
	color: #0C0;
	text-decoration: none;
	border-bottom: 1px   #CCC;
	font-size: 9px;
 }

.cal a:hover {
	color: #FF9900;
}

.calhead {
	width: 100%;
	font-weight: bold;
	color: #FFF;
	font-size: 13px;  
	background: url('images/calBack.gif') repeat center left;
	padding: 5px;  
}

.calhead img {
	border: none;
}

.calhead table {
	width: 100%;
}

.calhead a {
	text-decoration: none;
	border: none;
}

.dayhead {
	height: 15px;
	background: #EEE;
 }

.dayhead td {
	text-align: center;
	color: #000;
}

.dayrow {
	background: #FFF;
	height: 20px;
}

.dayrow td {
	width: 14%;
	font-size: 9px;
	color: #656551;
	padding: 0px;
	border: 1px solid #DDD;
}

.day {
	float: right;
	text-align:right;
	width: 22px;
}


.dayover {
	background: #F4F4F4;
}

.dayout {
	background: #FFF;
}

#event {
	font-family: Arial, sans-serif;
	width: 100%;
	height: 100%;
	border-top: 1px solid #727260;
	border-bottom: 1px solid #727260;
}

#event .heading {
	padding: 10px;
	position: relative;
	background: url('images/calEvent.gif') repeat-x top left;
	border-bottom: 1px dotted #CCC;
}

#event .title {
	color: #656551;
	font-size: 16px;
	font-weight: bold;
}

#event .posted {
	color: #8C8C73;
	font-size: 10px;
}

#event .back {
	position: absolute;
	top: 10px;
	right: 10px;
}

#event .back   {
	color: #0C0;
	text-decoration: underline;
	border: none;
	font-size: 10px;
}

#event .back a:hover {
	color: #0E0;
}

#event .line {
	padding: 10px;
	overflow: auto;
}

.error {
	color: #C00;
	font-size: 14px;
	font-weight: bold;
}

#jump {
	z-index: 100;
	line-height: 30px;
	padding: 5px;
	background: #F6F6F6;
	border: 1px solid #888;
}

#jump a {
	text-decoration: none;
	border: none;
}

#jump img {
	border: none;
}