.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;
}

input.checkbox {
border: none;
background-color: transparent;
}

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;}

a.rouge { color: #800000; }
a.rouge:hover { color: #800000; text-decoration: none; }


/***** FORMULAIRES D'ADMIN *****/
span.label {
    width: 300px;
    margin: 3px 0 0 0;
	padding: 0px;
    text-align: right;
    font-weight: bold;
    float: left;
}

span.champs {
    margin: 3px 0 0 0;
	padding: 0px;
    text-align: left;
    float: left;
}

span.champsCentre {
    margin: 3px 0 3px 350px;
	padding: 0px;
	display: block;
    /*text-align: center;*/
}

.formAdm p {
	margin: 3px;
	padding: 0px;
	clear: both;
}