/*Contenu de toutes les pages*/
body
{
	background-color: #f9f1e5;

	scrollbar-face-color:#FDFAF5;
	scrollbar-highlight-color:#FFFFFF;

	scrollbar-3dlight-color:#D3C08D;
	scrollbar-darkshadow-color:#7D6831;

	scrollbar-shadow-color:#DDCEA6;
	scrollbar-arrow-color:#641E2D;
	scrollbar-track-color:#F9F1E4;
}
/*Texte normal du site*/
body, td, p, ul, li
{
	color: #222222;
	text-decoration: none;
	font-size: 10pt;
	font-family: comic sans ms,tahoma,verdana,helvetica,sans-serif;
}

/*« body » normal du site*/
.site_body
{
	background-color: #f9f1e5;
}

/*Contenu normal du site*/
.site_content
{
	background-color: #f9f1e5;
}

/*Liens*/
a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:link
{
	color: #77192f;
}
a:visited, a:active
{
	color: #77192f;
}
a:hover
{
	text-decoration: none;
	color: #8b4353;
}

/*Champs de formulaire*/
input, textarea, select, .formfield
{
	font-size: 8pt;
	font-family: tahoma,arial,verdana,helvetica,sans-serif;
}
.formfield
{
	color: #621829;
	border-width: 1px;
	border-style: solid;
	border-color: #c4ab65;
	background-color: #fdf9f4;
}

/*Boutons*/
.menucell, .button
{
	cursor: pointer;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	color: #621829;
	border-width: 1px;
	border-style: solid;
	border-color: #a08332;
	background-color: #d3bb77;
}

/*Titre de page*/
.pagetitle
{
	text-align: left;
	font-size: 12pt;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	color: #07a923;
	border-bottom: 1px solid #d4bb75;
}
.pagetitle_details
{
	text-align: center;
	font-size: 10pt;
	color: #222222;
}

.clsCMOn {
	font-size: 8pt;
	text-align: center;
	font-family: tahoma,arial,verdana,helvetica,sans-serif;
	color: #621829;
	TEXT-DECORATION: none;
}

.clsCMOver {
	font-size: 8pt;
	text-align: center;
	font-family: tahoma,arial,verdana,helvetica,sans-serif;
	color: #621829;
	TEXT-DECORATION: none;
}