body
{
	font-family: Trebuchet MS;
	font-size: 9pt;
	color: Black;
	
	background-image: url(../../images/bg.jpg); 
	background-repeat: repeat-x; 
	background-position: top center;
}

A:link
{
	text-decoration: underline; 
	color:#6B7996
}

A:visited
{
	text-decoration: underline; 
	color:#6B7996
}
A:active
{
	text-decoration: underline; 
	color:#6B7996
}
A:hover
{
	text-decoration: underline; 
	color:#6B7996
}

table
{
	font-size: 8pt;
}

textarea, select
{
}

input
{
}

ul li
{
	font-family: Trebuchet MS;
}

.input
{
	line-height: 10px;
	padding-top: 4px;
	padding-left: 2px;
	color: Black;
	font-size: 8pt;
	font-family: Trebuchet MS;
	border: solid 1px #7F9DB9;
}

.inputModifiable
{
	height: 19px;
	line-height: 15px;
	color: Black;
	font-size: 10pt;
	font-family: Trebuchet MS;
	border: solid 1px Black;
	background-color: #FEFA9A;
}

.liste
{
	color: Black;
	font-size: 8pt;
	font-family: Trebuchet MS;
}

.listeModifiable
{
	color: Black;
	font-size: 8pt;
	font-family: Trebuchet MS;
	background-color: #FEFA9A;
}

.textarea
{
	line-height: 15px;
	color: Black;
	font-size: 10pt;
	font-family: Trebuchet MS;
	border: solid 1px Black;
	
	scrollbar-base-color:       #FFFFFF;
	scrollbar-3dlight-color:    #BE0910;
	scrollbar-arrow-color:      #FFFFFF;
	scrollbar-darkshadow-color: #BE0910;
	scrollbar-face-color:       #BE0910;
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-shadow-color:     #FFFFFF;
	scrollbar-track-color:      #BE0910;	
}

.submit
{
	color: White;
	font-size: 8pt;
	height: 21px;
	border: solid 1px #FFFFFF;
	font-family: Trebuchet MS;
	background-color: #6F80AC;
}

.default
{
	font-family: Trebuchet MS;
	font-size: 10pt;
}

.gauche
{
	text-align: Left;
}

.droite
{
	text-align: Right;
}

.centre
{
	text-align: Center;
}

.justify
{
	text-align: Justify;
}

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

.succes
{
	color: #0189FF;
	font-weight: Bold;
}

.fleche
{
	font-family: Webdings;
}

.pale
{
	background-color: #FFF4EA;
}

.fonce
{
	background-color: #FBE6D1;
}

.connaissementTitre
{
	font-weight: Bold;
	font-size: 9pt;
}

.connaissementTexte
{
	font-size: 9pt;
	text-align: right;
}