body{

 margin:0;
 padding:0;
 background:#9a3726 url(graphic/fondBody.jpg) bottom center fixed no-repeat;

font-family : arial, bitstream vera sans, palatino, serif, georgia; 

}

#reloadFlux, #addFlux
	{

	width:200px;
	height:150px;
	overflow:hidden;
	z-index:200;
	background:transparent url(graphic/ajaxLink.png) 0 0 no-repeat;
	color:white;
	border:1px solid black;
	padding-top:50px;

	font-size:70%;

	}
	#addflux input
		{

		float:left;
		width:49%;

		}

#corps
	{

	margin:auto;
	margin-top:0;
	padding-top:160px;
	background-color:white;
	width:760px;
	background: white url(/graphic/fondCorps.jpg) bottom center fixed no-repeat;
	

	}

	   #corps #menu
		{
		overflow:hidden;

		float:right;
		margin-left:10px;
		margin-right:10px;
		padding-left:10px;
		width:200px;

		border-left:#9a3726 3px solid;

		font-size:80%;
		line-height:20px;

		}
		#corps #menu p
			{

			text-align:left;
			padding-left:20px;
			}


	#corps .editoFifty
		{

		margin-left:85px;
		margin-right:85px;

		}


	#corps h1
		{

		font-size:110%;
		padding-left:20px;
		padding-right:30px;

		}
	#corps h2
		{

		font-size:100%;
		width:100%;
		line-height:normal;
		padding-bottom:5px;
		padding-left:40px;
		padding-right:60px;
		margin-right:30px;

		}
	#corps p
		{

		font-size:90%;
		padding-left:60px;
		padding-right:20px;
		padding-bottom:20px;
		text-align:justify;

		}
		#corps p .ref
			{

			color:gray;
			font-size:80%;
			float:right;

			}

	#corps #footer
		{
		
		clear:both;
		margin-top:20px;
		margin-bottom:20px;
		
		}
						    /* LE BANDEAU */

#bandeau{

 position:fixed;
 clear:both;

 top:0;

 width: 760px;
 height: 170px;

 background: transparent url(/graphic/bandeauHaut.png) bottom left no-repeat;
 color:white;

 margin-left :0;
 padding: 0;

 text-align:right;

 z-index:2;

}
	#bandeau div
		{
		height:20px;
		float:left;
		width:100%;
		background-color:#9a3726;

		}
	#bandeau h1
		{

		float:left;
		width:200px;
		font-size:100%;
		font-weight:bold;
		color:white;

		}

	#bandeau a{

	 color:white;
	 text-decoration : underline;

	}

a{color:red;}
a:hover{color:rgb(80,0,0);}
img{border:none;}




