@CHARSET "ISO-8859-1";

a:link,a:active,a:visited { color : #1F6836; text-decoration: none;}
a:hover		{ text-decoration: underline; color : #DD6900; }


.small_help_text
{
	font-size: 12px;
	color: #3971A0;	
}

th
{
	font-size: 15px;
}
div
{
	padding: 0px;
	border: 0px;
}
.th2
{
	color: #0D6193;
	font-weight: bold;
}
span.error_msg
{
	color: red;
	font-weight: bold;
}
/*
** FORMULAIRES
*/
input, textarea, select
{
	font-family: Arial;
	font-size: 12px;
	border:1px solid #333333;
	background-color: #EBF0FA;
	color: #222222;
	letter-spacing: 1px;
}
input.image
{
	border: none;
	background: none;
}
input.submit, input.button, input.inputsubmit
{
	border:1px outset #333333;
	background-color: #DDDDDD;
	font-weight:bold;
	letter-spacing: 1px;
}
input.checkbox
{
	
}
input.radio
{
	
}
input.text
{

}
textarea
{
	font-size: 12px;
}


/* Preload div */
#preload
{
   display:none;
}
/* tooltip styles */
div#tooltip
{
   position:absolute;
   visibility:hidden;
   z-index:100;
   background-color:#FFEEC7;
   border:1px solid black;
   padding:0.2em;
   font-size:12px;
}
