
/*----- Fichiers de règles de conjugaison -----*/
article.Regras { display:flex;
  margin:0 0 5px 0px;
  padding:10px;
  background-color:#87CEFA;
  }
article.Regras table {
  vertical-align;
  margin: 2px;
	padding:5px;
  background-color: #BFE5FC; }
article.Regras table.Center { text-align:center; }
article.Regras caption {
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  font-weight: bold;
  background-color: #BFE5FC; }
article.Regras th { padding: 0px 10px 0px 10px;
  font-family: Arial, Helvetica, sans-serif;
  text-align:center;
  font-weight: bold; }
article.Regras table tr {
  background-color: #ADD8E6;
  border: solid #FF0000 }
article.Regras td.Center { text-align:center; }

article.Regra span.StyleIrr {
  color: #FF0000 ;
  font-weight: bold;
  font-size: large }
article.Regra span.StyleReg {
  color: #32CD32 ;
  font-weight: bold;
  font-size: large }

/*----- Fichiers de lignes d'exercices -----*/
dl.Exercicios { display: grid;
  padding: 10px;
  color: #00008B;
  background-color: #87CEEB;
  grid-gap: 5px;
  border: double #7FFF00;
  }

/*															   			  Beg Mod  Inp Chk End Rul Hlp */
dl.Exercicios.C1 { grid-template-columns: 7fr  2fr 2fr 1fr 7fr 2fr 1fr; }
dl.Exercicios.Prep {  grid-template-columns: 6fr 2fr 2fr 1fr 6fr 3fr 1fr; }

dl.Exercicios dt {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: medium;
   }

.Mod { background-color: #00BFFF;
    text-align: center }
.Beg { text-align: right }
button { background-color: #00BFFF);
    color: rgb(0, 0, 139);
    text-align: center;
		border-style:solid;
    border-radius: 20%;
    position: relative; }
button:hover { background-color: #7FFF00;
	}

input { width: 5em;
    background-color: #FFFFC8;
    font-size: 20px;
    border:none;
    font-family: Verdana, Geneva, sans-serif;
    text-align:center; }
