body {
	background-color: #A13938;
	font-family: Comic Sans MS;
	font-size: 12;
	color: white;
}

.flotte {
float:left;
}


table {
 border-width:0px; 
 border-style:solid; 
 border-color:white;
 cellpadding:'1'; 
 cellspacing:'1';
 }
 
td { 
 border-width:0px;
 border-style:solid; 
 border-color:white;
 }
 
 h1{
  font-size: 32px;
}

h2{
  font-size: 18px;
}


commentaire {
 font-style: italic;
 font-size: 0.85em;
}

 
 
a {
  text-decoration: underline;
  color:white;
}


a:hover, a:focus, a:active ,a:visited,a:off{
  text-decoration: none;
  background-color:"#A13938";
  color :"#A13938";
  font-weight:bold;
}


