/*Contenu de toutes les pages*/
body
{
	background-color: #97928a;

scrollbar-face-color:#3A7EBB;
scrollbar-highlight-color:#95BAE8;
scrollbar-3dlight-color:#2D78BB;
scrollbar-darkshadow-color:#6B6761;
scrollbar-shadow-color:#034987;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#97928A;
}
/*Texte normal du site*/
body, td, p, ul, li
{
	color: #545454;
	text-decoration: none;
	font-size: 8pt;
	font-family: tahoma,verdana,arial,helvetica,sans-serif;
}

/*« body » normal du site*/
.site_body
{
	background-color: #97928a;
}

/*Contenu normal du site*/
.site_content
{
	background-color: #FFFFFF;
}

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #3378c3;
}
a:visited, a:active
{
	color: #3378c3;
}
a:hover
{
	text-decoration: none;
	color: #10549d;
}

/*Champs de formulaire*/
input, textarea, select, .formfield
{
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}
.formfield
{
	color: #404040;
	border-width: 1px;
	border-style: solid;
	border-color: #bcbcbc;
	background-color: #f3f8fc;
}

/*Boutons*/
.menucell, .button
{
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #2069ab;
	background-color: #3a7ebb;
}