BODY
{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
}

a.copyright
{
	color:#aaaaaa;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

a
{
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	color:#7D1B1B;
}
a:hover
{
	filter:alpha(opacity=60); 
	-moz-opacity:0.6; 
	opacity:0.6;
}

a.accueil:hover
{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}

table
{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666666;
}

#entete
{
	background-color:#d9d8cd;
	border:1px solid #aaaaaa;
	
	background-image:url(images/fond-entete.jpg);
	background-repeat:no-repeat;
}

#contenu
{
	background-color:#f2ebda;
}

#grande_image
{
	border:25px solid #fff8e5;
}

td.toile
{
	background-color:#fff8e5;
	border:1px solid #CCCCCC;
}

.formulaire
{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

.error
{
	color:#990000;
}

fieldset
{
	border:1px solid #7D1B1B;
}
fieldset legend
{
	color:#7D1B1B;
}
