/* CSS Document */

html {margin:0;border:0;padding:0;}

body {
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	margin: 0;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;

}

a {
	color: #666666;

}

		a:link {text-decoration:none;}
		a:visited {text-decoration:none;}
		a:hover {text-decoration:underline;}
		a:active {text-decoration:none;color:#A0D934;}

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

#titre {
	margin-left: 160px;

}
#recherche {
	background-image: url(../images/fond-recherche.jpg);
	background-repeat: no-repeat;
	width: 380px;
	height: 69px;
	padding-top: 20px;
	padding-left: 22px;
	margin-top: 45px;
	margin-left:200px;
}

#resultat {
	margin-top: 20px;


}

#bas{
	width: 490px;
	margin-left: 150px;
	margin-top: 20px;
	font-size: 10px;
	word-spacing: 1px;	
}

		#footer {
	margin:20px 0 0 140px;
	padding:5px 0 30px 0;
	border-top:1px solid #DFDFDF;
	text-align:center;
	width: 500px;
	
}
		#footer li {
	font-family:verdana;
	font-size:0.7em;
	padding:10px 3px 10px 10px;
	margin:0;
	display:inline;
	list-style-type:none;
	
}
