body{
	background-image:url(images/fond.gif);
	margin:auto;
	background-repeat : repeat-x;
	background-attachment : fixed;
}

a img
{
border:0px;
}

.left{
	float: left;
	margin-left: 1px;
}

.left_m{
	float: left;
	margin-left: 20px;
}

#header{
	background-image:url(images/header.png);
	width:700px;
	height:135px;
}

#contenu {
	background-image:url(images/fond_block.png);
	width:700px;
	background-repeat:repeat;
}

#footer{
	background-image:url(images/footer.png);
	width:700px;
	height:7px;
}

#copyright{
	background-image:url(images/copyright.png);
	width:400px;
	height:16px;
}

#menu{
	background-image:url(images/menu.png);
	width:150px;
	height:16px;
}

.menu_px{
	margin-top: -1px;
}

#cont_header {
	background-image:url(images/cont_header.png);
	width:514px;
	height:6px;
	background-repeat: no-repeat;
	margin-left: -6px;

}

#cont_fond {
	background-image:url(images/cont_fond.png);
	width:514px;
	background-repeat:repeat;
	margin-left: -6px;

}

#cont_footer {
	background-image:url(images/cont_footer.png);
	width:514px;
	height:7px;
	background-repeat:no-repeat;
	margin-left: -6px;

}

a {color : #000 ; text-decoration: none}
a:hover {text-decoration : none ; text-decoration : underline}
