body {
	background-color: #6b5548;
}

/*Textes*/
.txt_beige_18px {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #f8e9bc;
	text-align: center;
}
.txt_beige_15px {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #f8e9bc;
}
.txt_blanc_12px {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.txt_rg_12px {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #671b1a;
	text-align: center;
}
.txt_noir_12px {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.txt_noir_12px_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}

/*Bordures*/
.bordure { border: solid #671b1a 1pt;}


/*Liens*/
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #671b1a;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #671b1a;
}
a:hover {
	text-decoration: none;
	color: #942826;
}
a:active {
	text-decoration: none;
	color: #942826;
}

.a_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.a_blanc:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.a_blanc:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* formulaires */
INPUT {
color:#000000; background-color:#f8e9bc; font-size:10px; font-family:"Times New Roman", Times, serif; height:15px; border-width:1px; border-color:#6b5548;
}
SELECT { 
color:#000000; background-color:#f8e9bc; font-size:10px; font-family:"Times New Roman", Times, serif; height:17px; border-width:1px; border-color:#6b5548; 
}
TEXTAREA  {
color:#000000; background-color:#f8e9bc; font-size:10px; font-family:"Times New Roman", Times, serif; height:60px; border-width:1px; border-color:#6b5548;
}
BUTTON { color:#000000; background-color:#f8e9bc; font-size:10px; font-family:"Times New Roman", Times, serif; height:17px; }
.focus {
	background: #d7caa4;
}
.txt_beige_15px_condens {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #f8e9bc;
	letter-spacing: -1px;
}
.txt_beige_15px_condensplus {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #f8e9bc;
}
.txt_beige_15px_condensplus2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f8e9bc;
	letter-spacing: -1px;
}

