/* Commentaire: les couleurs sont: gris foncé: #302E30    Blanc #F2F2F2
bleu ciel #37E6C0   Bleu moyen #42BDC0   Bleu clair #8AD6D7*/



.txterror {
  color:red;
  font-weight:900;
}

.txtokay {
  color:#00FF00;
  font-weight:900;

}
.red {
  color:#302E30;
  
}
  
input {
  border-width:0;
  font-size:15px;
  border: 1px solid #7F3E98;
   margin-left: 50px;

}

select{ border-width:0;
  font-size:15px;
  border: 1px solid #7F3E98;
  margin-left: 50px;
  }


input.red {
  background-color: #7F3E98;
  font-weight: bold; font-size: 15px;
  color: white;border-width:0;
  margin-left: 20px;
}
textarea{
	 border: 1px solid #7F3E98;
  margin-left: 50px;
  }
	
span {
  font-size:15px;

  display: inline;
}




h1 {
  font-size:30px;
  text-align: center;
  color:#F2F2F2;
  background-color:#302E30;
  font-family: 'Trebuchet MS', sans-serif;
}

h2 {
  font-size:20px;
  text-align: center;
  color:#F2F2F2;
  background-color:#7F3E98;
  font-family: 'Trebuchet MS', sans-serif;
}

table{
margin-left: 30px;
text-align: middle;
}


form{

	border-radius: 6px 0px 0px 0px;
	width: 80%;
	display: inline-block;
	border-top: 3px solid #7F3E98;
	border-left: 3px solid #7F3E98;
}

span.menu {

  color: black;
  font-size:15px;
}

th {
  font-size:15px;
  text-align:left;
  margin-left: 10px;
}

td {
  font-size:12px;
  margin-left: 10px;
}
#liste th, #liste tr, #liste td{
	
	margin-left: 50px;
	padding-left: 50px;
	border: 1px solid #7F3E98;
}

span.alert {
  font-weight: bold; font-size: 15px; color: #302E30;
}

a {
  color:#7F3E98;

  text-decoration: none;
  font-weight: bold;
   font-family: 'Trebuchet MS', sans-serif;
}