input, textarea
{
	font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	background-color: #FFFF99;
}
 
label
{
	color: blue; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	color: #FF9933;
	font-weight: bold;
}
 
fieldset
{
	margin-bottom: 15px; /* Une marge pour séparer les fieldset */
	background-color: #FFFFCC;
}

a{
	text-decoration: none;
}

#lien{
	color:red;
	text-decoration: none;
}

#retour{
	float:right;
}

form{
	width: 800px;
	margin: auto;
}

#submit{
	text-align:center;
}

p{
	color: red;
	font-size: small;
	font-weight: bold;
}

h6{
	color: red;
}

em
{
	color: red;
	font-size: small;
	font-weight: bold;
}

.input{
	width: 230px;
}

textarea{
	height: 80px;
}

#droite{
	margin-left: 450px;
}

#gauche{
	float: left;
	width: 400px;
}

#form_date{
	width: 400px;
}

#aide{
	text-align:right;
	color:red;
	font-size: large;
	text-decoration: none;
	font-weight: bold;
}

.id_suivant{
	font-size: small;
	font-weight: bold;
	text-align:center;
}

.stats_requete{
	width: 400px;
}
