/*Contenu de toutes les pages*/
body
{
	background-color: #4f6f8b;
}
/*Texte normal du site*/
body, td, p, ul, li
{
	color: #585858;
	text-decoration: none;
	font-size: 8pt;
	font-family: verdana,arial,helvetica,sans-serif;
}

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

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

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #598437;
}
a:visited, a:active
{
	color: #598437;
}
a:hover
{
	text-decoration: none;
	color: #3b6916;
}

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

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