/* CSS Document */

body {
	background-image: url(images/fond3.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
}

.Style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}

.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.webdings {
  font-family: webdings;
  font-size: 10px;
}

.bloc1 {
  width: 100%;
  height: 222px;
  overflow:auto;
}

.bloc2 {
  width: 100%;
  height: 310px;
  overflow:auto;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
}

.liste2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: disc;
}


li {
	line-height: 110%;
} 

a:link {	
	text-decoration: none;
	color: #000000; 
}
a:hover {	
	text-decoration: none;
	color: #FF0000;
	font-weight:bolder
}
a:visited {
	text-decoration: none;
	color: #000000;
}

/* --------------- exceptions ------------------- */
/* Calendrier mensuel, */

td.mvide {
  background-color : #ffffff;
}
td.mjour {
  background-color : #F5F5F5;
}
td.mwend {
  background-color : #bfbfbf;
}
td.mcour {
  background-color : #ff6342;