@charset "utf-8";
/* CSS Document */

body, html{
	margin:0;
	padding:0;
}

html{
	background-image:url(fond.jpg);
	background-repeat:repeat-x;}

img{
	border:none;
}
a{
	text-decoration:none;
	color:#000;
}

div#conteneur{
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:940px;
	min-height:707px;
	margin-bottom:20px;
}

div#header{
	width:100%;
	height:187px;
}



div#contenu{
	width:100%;
	padding-top:20px;
	background-image:url(fond_pages1.png);
	background-repeat:repeat-y;
	min-height:500px;
}

div#footer{
	width:100%;
	height:29px;
	background-image:url(fond_pages_bas.png);
	background-repeat:no-repeat;
}

