body { 
	color: #969087; 
	background-color: #edece3;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 100%;
}

.center { 
	text-align: center;
	width: 780px; 
}

.degrad_haut { 
	background-image:  url(../media/commun/degrad_haut.gif); 
	background-repeat: no-repeat;
	text-align: right; 
}

.fond { 
	background-image:  url(../media/commun/fond.gif); 
	background-repeat: repeat-y;
}

.corps { 
	padding: 36px;
	text-align: left;
}

.beige { 
	background-color: #f8f7f2;
	padding: 18px 18px 0px 18px;
}

.beige_dark { 
	background-color: #eae8da;
	padding: 8px 18px 8px 18px;
}

.beige_trait { 
	background-color: #d1ccc5;
}

.beige_bloc { 
	background-color: #f0eee4;
	padding: 15px;
}

.dropdown_date { 
	font-size: 10px;
}

.dropdown { 
	font-size: 10px;
	width: 250px;
}

.messagefield { 
	font-size: 11px;
	width: 245px;
}

.textfield { 
	font-size: 10px;
	width: 30px;
}

.textfield_identite { 
	font-size: 10px;
	width: 245px;
}

.textfield_envoyer { 
	font-size: 11px;
	width: 288px;
}

.small { 
	font-size: 4px;
}

.small_text { 
	font-size: 9px;
}

.small_text_error { 
	font-size: 9px;
	color: #CC0000;
}

.smaller_text { 
	font-size: 10px;
}

.footer { 
	background-image:  url(../media/commun/degrad_bas.gif); 
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

a:link { color: #969087; text-decoration: underline; font-size: 10px; }
a:visited { color: #969087; text-decoration: underline; font-size: 10px; }
a:hover { color: #969087; text-decoration: none; font-size: 10px; }
a:active { color: #969087; text-decoration: underline; font-size: 10px; }

a.footer_link:link { color: #969087; text-decoration: none; font-size: 9px; }
a.footer_link:visited { color: #969087; text-decoration: none; font-size: 9px; }
a.footer_link:hover { color: #969087; text-decoration: underline; font-size: 9px; }
a.footer_link:active { color: #969087; text-decoration: none; font-size: 9px; }

.formulaire_error {
	color: #CC0000; 
}