
			.intitule {
				font-size: 8pt;
				font-family: verdana, geneva;
				color: black;
				text-align:left;
			}
			.titre {
				font-size: 12pt;
				font-family: verdana, geneva;
				color: #4C983E;
				font-style:bold;
			}
			.date {
				color: #000000;
				font-size: 8px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
			}
			
			.input_notes {
				font-size: 8px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #DDDDDD;
				color: black;
			}
			
			.notes {
				font-size: 8px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				color: red;
			}
			
			.message {
				font-size: 8px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: black;
				text-decoration:none;
			}
			
			.form_message {
				font-size: 8px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight:bold;
				color: red;
			 }
			 
			.button {
				color: darkblue;
				font-size: 6pt;
				font-style: normal;
				font-weight: bold;
				background-color: transparent;
				width: 62px
			}
		
			.button:hover {
				color: red;
			}
			
			.input {
				color: #000;
				font-size: 10px;
			}

