table {
  border-collapse: collapse;
  border-left-color: #CC0000;
  border-right-color: #CC0000;
  border-top-color: #CC0000;
  border-bottom-color: #CC0000;
}

A:link {color: #CC0000; text-decoration: underline; font-weight:bold; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px  }
A:visited {color: #CC0000; text-decoration: underline; font-weight:bold; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px  } 
A:hover {color: #CC0000; text-decoration: none; font-weight:bold; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px  }

h1 {

	font-family: Georgia;
	font-size: 20px;
	color: #CC0000;	
	text-align: center;
	font-style: italic;
	text-decoration: none;
}

h2 {

	font-family: Georgia;
	font-size: 23px;
	color: #CC0000;	
	text-align: center;
	font-style: italic;
	text-decoration: none;
}

td, tr, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;	
}

/* Affichage du mode de la conjugaison */

p.indicat {
  background-color: #CC0000;
  font-style: normal;  
  font-weight: bold;
  font-size: 12px;
  padding: 6px 0px 6px 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 12px;  
  width: 41.2em; 
  color: #FFFFFF;
  text-align: center;
  border:0px solid blue;
}

/* Affichage du temps du verbe */

.clear {clear:both;}

.passe {
  float:left;
  margin:0px;
  padding:0px;
  background:white;  
  }	
.passe ul {
  list-style:none;
  margin:0px;
  width: 41.2em;
  padding: 0px;  
  background:white;
}
.passe li {
  width: 20em;
  font-style: italic;  
  font-weight: bold;
  float:left;
  margin:0px;  
  padding: 3px 0px 3px 0px; 
  background:white;  
}

/* Affichage du verbe conjugué */

.verbe {
  float:left;
  background:white;
  
}	
.verbe ul {
  list-style:none;
  margin: 0px;
  width: 40.1em;
  padding: 0px;  
  background:white;
  }
.verbe li {
  width: 20em;
  font-style: normal;  
  font-weight: normal;
  float:left;
  margin:0px;
  padding:  3px 0px 3px 0px;
  background:white;
}

.verbe b { 
  color: #CC0000;
}

.verbe-red  { 
  color: #CC0000;
  font-weight:bold;
}

