@charset "utf-8";
/* CSS Document */

.body
{
	background-color:#FFFFFF;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align:center;
	color:#333333;
}
	.orange
		{
			color:#f05628;
			font-size:30px;
		}
		
	#site 
	{
		width: 997px;
		height:693px;
		margin:0 auto;
		padding: 0 0 0 0;
		background-color:#FFFFFF;
		border:#666666 1px solid;
	}
	
	#BarreInfos
	{
		width:957px;
		height:90px;
		padding:30px 20px 30px 20px;
		background-color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#F15727;
	}
	#ListeArticles
	{
		width:957px;
		height:533px;
		overflow:auto;
		padding:0 20px 0px 20px;
		background-color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#000000;
	}
		#ListeArticles a
		{
			text-decoration:none;
			color:#000000;
		}
		#ListeArticles a:hover
		{
			text-decoration:underline;
			color:#000000;
		}
	#TitreArticle
	{
		width:295px;
		height:543px;
		overflow:auto;
		margin:40px 0 0 0px;
		padding:0px 20px 0px 20px;
		background-color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:32px;
		font-weight:bold;
		color:#000000;
		float:left;
	}
	#BtRetour
	{
		width:295px;
		height:30px;
		overflow:auto;
		margin:0px 0 0 0px;
		padding:20px 20px 0px 20px;
		overflow:auto;
		background-color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:36px;
		font-weight:bold;
		color:#000000;
		float:left;
	}
	#TexteArticle
	{
		width:640px;
		height:593px;
		float:right;
		overflow:auto;
		padding:0px 10px 30px 10px;
		margin:40px 0 0 0px;
		background-color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:24px;
		color:#000000;
	}