table {
  border-collapse: collapse;
}

code, pre, tt {
    font-family: Courier, "Courier New", monospace;
}

A:link {color: #0000FF; text-decoration: underline; font-weight:bold; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px  }
A:visited {color: #0000FF; 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;
}

/* Affichage du temps du verbe */

#passe {
  float:left;
  margin:0px;
  padding:0px;
}	
#passe ul {
  list-style:none;
  margin:0px;
  width: 40.1em;
  padding: 0px;  
}
#passe li {
  width: 20em;
  font-style: italic;  
  font-weight: bold;
  float:left;
  margin:0px;  
  padding: 3px 0px 3px 0px;  
}

/* Affichage du verbe conjugué */

#verbe {
  float:left;
}	
#verbe ul {
  list-style:none;
  margin: 0px;
  width: 40.1em;
  padding: 0px;  
}
#verbe li {
  width: 20em;
  font-style: normal;  
  font-weight: normal;
  float:left;
  margin:0px;
  padding:  3px 0px 3px 0px;
}

#verbe b { 
  color: #CC0000;
}
