body
{
	margin: 0;
	padding: 0;
	background-image: url(img/fond.jpg);
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: fixed;
	background-position-x: 50%;
	background-position-y: 0%;
	background-origin: initial;
	background-clip: initial;
	background-color: white;
}

.conteneur 
{
	margin: 0px auto;
	width:735px;
	text-align:center;
}


.lienbas {
	width: 695;
	font-family: arial;
	color:#540808;
	font-size:8pt;
	text-align:center;
	margin-left:20px;
	background-color:DDDDDD;
	padding:10px 0px 10px 0px;;
}
.lienbas A {
	color:#540808;
	text-decoration:none;
}

.bardetitre
{
	width:695;
	height:50px;
	background-color:DDDDDD;
	margin-left:20px;
	margin-top:20px;

}