body {
	background-image: url(../images/bg_water.jpg);
	margin-left   : 1px;
	margin-top    : 1px;
	margin-right  : 1px;
	margin-bottom : 1px;
}
.TitleMonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #003399;
	background-color: #FFFFCC;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	width: 75%;
	border: thin outset #6699FF;
}
.TitleANoter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #003300;
	background-color: #33CC99;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	width: 75%;
	border: thin outset #FFFFFF;
}
.Desole {
	color: #FF0000;
	font-weight: bold;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	background-color: #66FFFF;
}
A.LinkHistory {
	font-size: small;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}
A.LinkHistory:hover {	font-size: small;
	font-size: small;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}
A.SmallLink {
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
	font-size: x-small;
}
A.SmallLink:hover {
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
	font-size: x-small;
	background-color: #FFFFCC;
}
   .note{
      width:683px;
      margin:0 0 0 30%;
      border:1px double;
      margin-top:15px;
   }
   .titre{
       position:relative;
       height:25px;
       width:100%;        
       background:#92D14F;
       font-family: 'Trebuchet MS','Lucida Grande','Verdana','Arial','Sans-Serif';
       font-size: 1.5em;
       font-weight:bold;
       text-align: center;
       letter-spacing:5px;
       padding-bottom:2px;
      border-bottom:1px double;
   }
   .commentaire{
       position:relative;        
       width:97%;        
       /*background:transparent #FFFFFF;*/
       background:#FFFFFF;
       font-family: 'Trebuchet MS','Lucida Grande','Verdana','Arial','Sans-Serif';
       font-size: 1em;
       text-align: left;
       letter-spacing:3px;
       margin: 0px 0px 0px 0px;
       padding:7px 0 7px 20px;
   } 
