body
{
	background-color: White;
	color: Black;
	font-family: Trebuchet MS;
	font-size: 8pt;
}

td
{
	font-family: Trebuchet MS;
	font-size: 8pt;
}

a:link
{
	text-decoration: underline; 
	color:#7B7878
}

a:visited
{
	text-decoration: underline; 
	color:#7B7878
}

a:active
{
	text-decoration: underline; 
	color:#7B7878
}

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

textarea, select
{
	color: #797C7C;
	font-size: 8pt;
	font-family: Trebuchet MS;
	border: solid 1px #FEAA2D;
}

input
{
	color: #797C7C;
	font-size: 8pt;
	font-family: Trebuchet MS;
}

.default
{
	text-align: left;
	color: #797C7C;
	font-size: 8pt;
	font-family: Trebuchet MS;
}

.submit
{
	color: #797C7C;
	font-size: 7pt;
	height: 19px;
	border: solid 1px #ffb847;
	width: 100px;
	font-family: Trebuchet MS;
}

.gauche
{
	text-align:left;
}

.droite
{
	text-align:right;
}

.centre
{
	text-align:center;
}

.justify
{
	text-align:justify;
}

.erreur
{
	color:#EB2E15;
	font-weight:bold;
}

.succes
{
	color:#5387B1;
	font-weight:bold;
}

.fleche
{
	font-family: Webdings;
}

.input
{
	height: 18px;
	padding: 0px;
	padding-left: 3px;
	line-height: 16px;
	border: solid 1px #FEAA2D
}

.textarea
{
	padding: 0px;
	padding-left: 3px;
	line-height: 16px;
	border: solid 1px #FEAA2D;
	
	scrollbar-base-color:       #FEAA2D;
	scrollbar-3dlight-color:    #FFFFFF;
	scrollbar-arrow-color:      #FEAA2D;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color:       #FFFFFF;
	scrollbar-highlight-color:  #FEAA2D;
	scrollbar-shadow-color:     #FEAA2D;
	scrollbar-track-color:      #FFFFFF;
}
