@charset "iso-8859-1";
BODY
{
	margin:0px;
	background-color:#FDF8DF;
	font-family:Verdana,Arial;
	font-size:8pt;
	color:#550e0a;
}
H1
{
	color:#FF7F00;
	font-size:16pt;
}  

A
{ font-weight: bold;
  color : #FF7F00;
  
}
H2
{
	font-size:16pt;
}
#site
{
	width:800px;
	background-color:white;
	border: solid 2px #550e0a;
}
#bandeau
{
	height:120px;
}
#menu
{
	background-color:#550E0A;
	text-align:right;
}
#bandeaugauche
{
	width:230px;
	vertical-align:top;
	padding:0px;
}
#contenu
{	
	font-size:8pt;
	padding:5px;
}
#contenutexte
{
	padding-top:10px;
}
#texteaccueil
{
	margin-right:20px;
}
#contenunouvelles
{
	width:230px;
	background-color:#FF7F00;
}
#textenouvelles
{
	font-size:8pt;
}
.menulink
{
	color:#FAF0BD;
	text-decoration:none;
	font-size:7pt;
	font-weight:bold;
}
.menulink:hover
{
	text-decoration:underline;
}
.menuseparator
{
	color:#FAF0BD;
	font-size:8pt;
	font-weight:bold;
}

