
/* Textes */
table, td, div, p
{
	/* ancienne couleur : color: #FFFFFF; */
	/* nouvelle couleur */
	color: #4d3d20;
	font-family: verdana, arial,sans-serif ;
	font-size: 11px;
}

a:link
{
	color: #ad1818; /* E0D058 */
	text-decoration: none;
}

a:visited
{
	color: #ad1818; /* E0D058 */
	text-decoration: none;
}

a:active
{
	color: #ad1818; /* E0D058 */
	text-decoration: none;
}

a:hover
{
	color: #d0c048; /* FFE118 */
	text-decoration: underline; /* none */ 
}

.menuaon:link, .menuaon:active, .menuaon:visited
{
	text-decoration: none;
	color: #800000; 
	font-style: normal;
	cursor: hand;
}

.menuaon:hover
{
	text-decoration: none;
	color: #800000; 
	font-style: italic;
	cursor: hand;
}

.menuaoff:link, .menuaoff:active, .menuaoff:visited
{
	text-decoration: none;
	color: #E0D058;
	font-style: normal;
	cursor: hand;
}

.menuaoff:hover
{
	text-decoration: none;
	color: #E0D058;
	font-style: italic;
	cursor: hand;
}

.menutableon
{
	color: #800000; 
	background: #E0D058;
	padding-left: 5px;
}

.menutableoff
{
	color: #E0D058;
	background: transparent;
	border-right: solid 1px #E0D058;
	border-bottom: solid 1px #E0D058;
	padding-left: 5px;
}

.inputText
{
	background-color: #E0D058;
	font-family: monospace;
	border: ridge 1px #000000;	
}

.inputNumber
{
	background-color: #E0D058;
	font-family: monospace;
	border: ridge 1px #000000;
	text-align: right;
}
.subTitle {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #800000;
}

.subTitle {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #800000;
}

hr 
{
width: 100%;
height: 1px;
display: block;
margin-top: 7px;
color: #dece55;
background-color: #dece55;
border-width: 0px;
border-style: none;
border-color: -moz-use-text-color;

}
