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

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

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

/*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: #809d39;
	border-width: 1px;
	border-style: solid;
	border-color: #dfe0d0;
	background-color: #f7f7f7;
}

/*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;
}

/*Titre de page*/
.pagetitle
{
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	color: #006ea4;
	border-bottom: 1px solid #ebbb00;
}
.subtitle
{
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #006ea4;
	border-bottom: 1px solid #ebbb00;
}