a:link , a:visited {
color: Black; 
text-decoration: none ; 
font-weight: 10 pt;  
  }
 
a:hover, a:active {
	color: Red;
	text-decoration: overline;
	font-weight: 12 pt;
} 
 
body {
	color: Black;
	background: silver;
	font-size: 12px;
	font-family: Verdana;
} 
 
.head {
	background-image: ;
	background-color: silver;
	border: 1px solid;
	font-size: 12px;
	border-color: silver;
	width: 70%;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial;
} 

.message {
	background-image: ;
	background-color: silver;
	border: 1px solid;
	font-size: 12px;
	border-color: #000000;
	clear: both;
	width: 70%;
	font-family: Arial;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
} 

.gauche {
float: left;
width: 300px;
height:20px ;
padding-bottom: 5px ;
padding-top: 5px;
text-align: left;
} 

.droite {
float: right;
text-align: right;
width: 280px;
height: 20px;
} 


