/* On parle de nous */

body {
background-image:url(../IMG/fond.jpg);
	margin: 1.5em;
	text-align: center;
	font-size: 1em;
	color: #333;
}

#page {
	width:900px;
	height:652px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	margin-top:-4px;
background:url(../IMG/liens.png)  no-repeat;

}
#conteneur #contenu {
margin-top:15px;
position:relative;
left:100px;
margin-left:0px;
height:400px;
width:700px;
overflow:auto;
padding:0;
}

#conteneur #contenu a:hover {
	color:#99CC00;
	text-decoration:underline;
}


#pied {
top:0px;
margin-top:-160px;
	width: 100%;
	padding: 2px;
	text-align: center; }

