html, body {
	background-color:#736e60;
}

* { 
   	font-family: Verdana, Arial;
   	font-size: 12px;
	/*color: black;*/
}

/*
table {
	border: 1px solid #999933;

}

*/

.texte_1 {
	color: white;
}

.texte_thai {
	color: white;
	font-family: "Angsana New";
	font-size: 18px;
}

.texte_blanc {
	color: white;
}

.texte_2 {
	color: #999933;
	color: gold;
}

.texte_2_strong {
	color: #999933;
	color: gold;
	font-weight: bold;
}

.texte_2_big {
	color: #999933;
	color: gold;
   	font-size: 14px;
}

.texte_2_small {
	color: #999933;
	color: gold;
   	font-size: 10px;
}

.texte_noir {
	color: black;
}

.texte_bienvenue {
	color: gold;
}

#contenu {
	height: 546px;
	overflow:auto;
	/*border: 1px solid red;*/
}

.bouton {
	color: white;
	font-size: 10px;
	font-weight: bold;
}

