.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #7D0000;
}
.texteG {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #7D0000;
}
.texteS {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #7D0000;
	text-decoration: underline;

}
.images {
	border: thin solid #660000;
}

input.bouton {
border:2px outset red;
font-weight:bold;
cursor:pointer;
}
input.bouton:hover {
background-color:white;
color:red;
}
input.bouton:active {
border:2px inset red;
background-color:#623100;
color:white;
} 

input {
border:1px solid black;
background-color:#623100;
font-family:"trebuchet ms",sans-serif;
color:white;
}

select, option {
background-color:#623100;
color:white;
font-weight:bold;
}
textarea {
border:1px solid black;
background-color:#623100;
font-family:"trebuchet ms",sans-serif;
color:white;
}

A		{COLOR: #623100; FONT-WEIGHT: bold; TEXT-DECORATION: none;}
A:hover		{COLOR: #623100; TEXT-DECORATION: underline;}