body 	{ 
	font-family: Arial, Helvetica, sans-serif;
background-image : url('../../images/fond_doss.gif');
	font-size: 14px;
	background-color:#DED6D6;
	scrollbar-face-color: #DEDEDE;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #DEDEDE;
	scrollbar-3dlight-color: #296C7D;
	scrollbar-arrow-color: #9DD7E5;
	scrollbar-track-color: #DED6D6;
	scrollbar-darkshadow-color: #C6BDBD;
	color: #400040;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.title { font-size: 24px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #000066;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #400040;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #00FFFF;   }
