.important /* Class Important = en rouge 18 pixels */
{
	font-family: Verdana, Arial, sans-serif;  
	color: red;
	font-size: 18px;
	font-weight: bold;
}

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 */
{
   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;
}


.bleu 
{
	color: blue;
}
.texte { /* eieueheuh */

	font-family: Verdana, Arial, sans-serif;

	font-size: 10pt;

	color: #FF9900;

}
.texte:hover { /* Pas utilisé */

	font-family: Verdana, Arial, sans-serif;

	font-size: 10pt;

	color: #EE9900;

}
.texte2 {

	font-family: Verdana, Arial, sans-serif;

	font-size: 10pt;

	color: #FFEE8C;

}

a { /* Lien */

	font-family: Verdana, Arial, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	color: #FF0000;

	text-decoration: none;

}

a:hover { /* Lien survol */

	font-family: Verdana, Arial, sans-serif;

	font-size: 10pt;

	font-weight: bold;

	color: #000000;

	background-color: #FFCC00;

}

.formulaires { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #003366; background-color: #FFFFFF; font-weight: bold; border: thin solid; border-color: #FFFFFF #999999 #000066 #000066}

.titre {  font-family: Verdana, Arial, sans-serif; font-size: 11pt; font-weight: bold; color: #000000}

.soustitre { font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #333333; list-style-image: url(../img/listepuce.gif)}

.form_normal { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #000000; background-color: #00FF00; font-weight: bold; border: 3px #CCCCCC outset}

.form_ok { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #000000; background-color: #FCD756; font-weight: bold; border: 3px #CCCCCC outset}

.form_attention { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #FFFFFF; background-color: #FF0000; font-weight: bold; border: 3px #CCCCCC outset}

.commentaires { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #DFDFDF; list-style-type: circle ; font-weight: lighter}

.famille { font-family: Verdana, Arial, sans-serif; font-size: 7pt; color: #000000; list-style-type: circle ; font-weight: lighter}

.calques { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #FFFFFF; background-color: #000033; font-weight: bold; border: 5px #CCCCCC solid; overflow: auto; position: relative; z-index: 1; height: 500px; width: 40%; left: 265px; top: 30px; clip:  rect(   )}

.formulairestexte { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #003366; background-color: #CCCCCC; border: 1px #CCCCCC ridge ; font-weight: bold}

.legende { font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #DFDFDF; list-style-type: circle ; font-style: italic }

.menu {  background-color:#FFFF33;  font:bold 12px Verdana, Arial, sans-serif;  color: #000066; clip:   rect(   )  }

.menuorange {  background-color:#FAE287;  font:bold 12px Verdana, Arial, sans-serif;  color: #000066; clip:   rect(   )  }

.minicommentaires { font-family: Verdana, Arial, sans-serif; font-size: 8pt; color: #FFFF66; list-style-type: circle ; font-weight: lighter }

.tourimages {  border: 1px #FFFF99 solid}

.texteblanc {  font-family: Verdana, Arial, sans-serif; font-size: 10pt; color: #FFFFFF}

.pasrepeter { background-repeat: no-repeat;background-position: center top;

.bouton {  font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; color: #003366}

.img-fond-droite {
	background-position: right;
}
