/*Contenu de toutes les pages*/
body
{
	background-image : url(../images/pg/bground.jpg); 
	background-position: top;
	background-repeat : repeat-x;
	background-color: #4d8217;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	padding:0;
}
/*Texte normal du site*/
body, td, p, ul, li
{
	color: #585858;
	text-decoration: none;
	font-size: 8pt;
	font-family: tahoma,arial,helvetica,sans-serif;
}

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

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

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #0344ad;
}
a:visited, a:active
{
	color: #0344ad;
}
a:hover
{
	text-decoration: none;
	color: #195ac4;
}

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

/*Boutons*/
.menucell, .button
{
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #002e82;
	background-color: #1a60e0;
}
h3 {
	font-size:12px;
	font-weight:bold;
	margin:0px;
}