body
{
	margin: 0px;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #000000;
}


#bot {

	display:none;

}

#structure
{
	width: 700px;
	padding: 10px;
	margin: auto;
	background-color: white;
}

	#banniere
	{
		height: 150px;
		background-image: url("/images/theme/banniere.jpg");
		background-repeat: no-repeat;
		margin-bottom: 10px;
	}

	#corps
	{
		width: 540px;
		float: left;
		margin-bottom: 20px;
	}
	
		#corps h1
		{
			font-size: 10px;
			border-bottom: 1px solid black;
		}
		
		#corps h2
		{
			font-size: 10px;
			padding: 1px;
			color: #000000;
			background-color: #e9e4dc;
			border: 1px solid black;
		}
		
		#corps p
		{
			text-align: justify;
		}
		
		#corps a
		{
			color: #827c74;
			text-decoration: none;
		}
		
			#corps a:hover
			{
				color: #000000;
				text-decoration: underline;
			}
	
	#menu
	{
		width: 150px;
		float: right;
		margin-bottom: 20px;
	}
		
		#menu h1
		{
			margin: 0px;
			font-size: 10px;
			padding: 1px;
			color: #000000;
			background-color: #e9e4dc;
			border: 1px solid black;
		}	
	
		#menu h2
		{
			font-size: 10px;
			text-align: right;
			margin-top: 15px;
			margin-bottom: 0px;
			border-bottom: 1px solid black;
		}
		
		#menu a
		{
			display: block;
			color: #ada9a3;
			font-weight: bold;
			text-decoration: none;
		}
		
			#menu a:hover
			{
				color: #000000;
				text-decoration: underline;
			}
		
	#pied_de_page
	{
		margin: 0px;
		clear: both;
		padding: 5px;
		color: #ada9a3;
		background-color: #e9e4dc;
		border: 1px solid #ada9a3;
		font-weight: bold;
	}
	
		#pied_de_page a
		{
			color: #ada9a3;
			text-decoration: none;
		}
		
			#pied_de_page a:hover
			{
				text-decoration: underline;
			}
			
/*-------------------------*/

a img
{
	border: 0px;
}

/*-------------------------*/

.clear
{
	clear: both;
}

.img_news
{
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-right: 8px;
}

.news
{
	width: 540px;
	float: right;
	margin-bottom: 10px;
}

	.news h1
	{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.bas_news
	{
		margin-top: 20px;
		text-align: right;
		border-top: 1px solid black;
	}