  
BODY, TD {
	color:#CA834A;
	font-family:Tahoma;
	font-size:80%;
	text-align: justify;
}

a {
	color:#c85222;
	text-decoration: none;

}

a:HOVER{
	color:#ad1601;
	text-decoration:underline;
}


.b{font-family:Tahoma; font-size:12px;  color:#000000; text-decoration:none }
.r{font-family:Tahoma; font-size:12px;  color:#560505; text-decoration:none }
.onang{font-family:Tahoma; font-size:12px;  color:#FF6300; text-decoration:none } 
.red{font-family:Tahoma; font-size:12px;  color:#CA834A; text-decoration:none } 
.onang1{
	font-family:Tahoma;
	font-size:12px;
	color:#DBA968;
	text-decoration:none;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
} 
.red2{font-family:Tahoma; font-size:12px;  color:#AD1601; text-decoration:none } 
.onang2{font-family:Arial; font-size:12px;  color:#C85222; text-decoration:none } 
.onang3{font-family:Tahoma; font-size:12px;  color:#CA834A; text-decoration:none }
.onang4{font-family:Tahoma; font-size:12px;  color:#E79D6C; text-decoration:none } 
.onang5{font-family:Tahoma; font-size:12px;  color:#FF6300; }
 
.langue{
	font-family:Tahoma;
	font-size:11px;
	color:#FF6300;
	text-decoration:none;
	text-transform: uppercase;
	text-align: right;
}  

  #input{
  		width:79px; height:13px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		}
		 
		
	  #textarea{
  		width:102px; height:48px;
		border-width:1px;
		border-style:solid;
		border:none;
		background-color:#F0EAE3;
		overflow:auto
		}

/* MENU CSS */



#nav ul {
	list-style: none;
	padding: 3px;
	margin: 0;
	

}
#nav a {
	font-family:Tahoma;
	font-weight: bold;
	color: #ff4100;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav a:hover{
	color:#e9dcd5;
	text-decoration:underline;
	
}

#nav li {
	list-style: none;
	padding-top:3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;
	float: left;
	position: relative;
	cursor: default;
	border-right: 1px solid #9d0907;

}

#nav li.dernier {
	border-right:0;
}


/* fin menu */

 
.cursor {
	cursor: pointer;
	cursor: hand;
}
 
h1 {
	font-size: 140%;
	font-weight: bold;
	color: DBA968;
}
hr {
	color: a10303;
	background-color: a10303;
	height: 1px;
	border: 0;
	width: 80%;
	text-align: center;


}

