body {
	background: #F0FFFF;
	}
	
a {	
	text-decoration: none;
	color: #203E7B;	
}

a:hover {
	color: red;//#FF00FF;
	text-decoration: none;
	font-weight:bold;
}

a.evt {
	color:darkred;
	font-weight:bold;
}

a.nav {
	color:darkred;//#778899;
	font-weight:bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

table{
	width: 264px;
	border: 1px solid black;
	background: #FFFFF0; 
	font-size:12px; 
	font-family:tahoma,trebuchet ms,ms serif; }
 
textarea { 
	font-size:medium; 
	color:black;
	width:260px;height:250px;
	padding-left:5px;
	padding-top:5px; 
	padding-right:5px; 
	background: #FFFFF0; 
	border:1px solid #000000;
}

#titrenote{
	background-image:url(images/bg.jpg);
 	width:264px;height:20px;padding-top:5px;padding-bottom:5px; border: 1px solid black;color: #800000;
}

td {
   	text-align:center;
   	border: 1px solid black;
   	width: 35px;
   	height: 28px;
   	font-size:16px;
   	background: #E8E8FF;
	color: black;
}

td.jours {
	background:#88BBFF;
}

td.horsmois {
	color:#000000; 
	background: #CCCCCC;
	font-style:italic;

}
td.entete {
  	vertical-align:middle;
	text-align:center;
  	height:60px;
 	border:none; 
 	background:azure;//whitesmoke;//lightgray;
  	background-image:url(images/ciel.jpg);
	font-size:13px;
	font-weight:bold;
 
}

td.special {
 background-image: url(images/normal.gif);
 }
 

td.evt {
color:darkred;
font-weight:bold;
background:#EEE8AA;//#FF0088;
}

td.clic {
border-style:inset ; 
border: 3px solid darkred; 
background: white;//#FFF8DC;//yellow;}