body
{
	background-color:#7D2933;
	background-image:url(/images/structure/background.gif);
	background-repeat:repeat-x repeat-y;
}

#header
{
	margin-top:0px;
	height:55px;
	width:225px;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:50px;
	background-color:#C8E0E5;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-bottom:10px;
	border:none;
	border-color:white;
}
	#header img
	{
		margin:0;
		padding:0;
		border:none;	
	}
	#header a
	{
		text-decoration:none;
		color:#004080;
	}

#menu
{
	display:inline;
	float:left;
	width:850px;	
	height:60px;
	margin-left:10px;	
}

#title
{	
	background-color:#C8E0E5;	
	clear:both;
	border:1px solid;
	padding:5px;
	margin-bottom:5px;
}
	#title_tree
	{
		font-family:arial;
		font-size:12px;
		margin-bottom:10px;
		color:white;
	}
		#title_tree a
		{
			color:#004080;
		}
	#title h2
	{
		padding:0;
		margin:0;
		font-family:arial;
		font-size:16px;
		font-weight:bold;
		color:#004080;
	}

#content
{
	border:1px solid;
	padding:10px;
	font-family:arial;
	clear:both;
	color:black;
/*	background-color:#84AD82; */
/*	background-color:#BC8D93;*/
	background-color:#C8E0E5;
}
	#rubrique_description
	{
		text-align:justify;
		color:black;
	}

#foot
{
	margin-top:10px;
	height:25px;
	text-align:center;
}
	#foot ul
	{
		list-style-type:none;
		padding:0;
		margin:0;
	}
	#foot li
	{
		display:inline;
		margin-left:10px;
	}
	#foot a
	{
		font-size:12px;
		font-family:arial;
		color:#004080;
		
	}
	#foot a:hover
	{
		color:black;
	}
	#foot #stats
	{	
		font-family:arial;
		color:white;
		font-size:10px;
	}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

#message
{
	font-weight:bold;
	text-align:center;
}

#erreur
{
	color:red;
	font-weight:bold;
	text-align:center;
}
	
	
	
	