html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background-color: #F0FF00;
	background-image: url(images/fond-body.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.fond {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(images/fond-branches.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.footer {
	float: left;
	margin-left: 150px;
	margin-top: 50px;
}
.footer a {
	font-family: "century gothic", arial;
	font-size: 11px;
	color: #3C3E11;
}



div.bandeau {
	background-image: url(images/bandeau.png);
	width: 985px;
	background-repeat: no-repeat;
	height: 297px;
}
.page {
	width: 985px;
	background-image: url(images/fond-page.png);
	background-repeat: repeat-y;
}

ul.menu {
	float: left;
	width: 151px;
	margin: 0px;
	list-style-type: none;
	background-image: url(images/coquille.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 90px;
	padding-left: 74px;
	padding-top: 30px;
}
.margeDroite {
	background-image: url(images/fond-margedroite.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.bandeau h1 {
	font-family: "century gothic", arial;
	width: 330px;
	font-size: 30px;
	float: right;
	margin-top: 110px;
	color: #3C3E11;
}

ul.menu li a {
	color: #3C3E11;
	text-decoration: none;
}
ul.menu li:hover a {
	color: #FF0000;
	text-decoration: none;
}

ul.menu li {
	background-image: url(images/fond-item.png);
	background-repeat: no-repeat;
	font-family: "century gothic", arial;
	line-height: 28px;
	height: 28px;
	width: 130px;
	font-size: 13px;
	padding-left: 21px;
	background-position: left top;
}
ul.menu li:hover, ul.menu li.over {
	background-image: url(images/item-over.png);
}
.bas {
	background-image: url(images/bas-page.png);
	background-repeat: no-repeat;
	height: 114px;
	width: 985px;
	clear:both;
}
.pave {
	width: 360px;
	float: left;
	background-image: url(images/fond-pave.png);
	background-repeat: repeat;
	margin-right: 5px;
	margin-bottom: 5px;
}
.pave p {
	text-align: justify;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
p {
	text-align: justify;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C3E11;
	line-height: 25px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #3C3E11;
}
.tarifs {
	list-style-type: none;
}
.corps {
	float: left;
	width: 730px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3E11;
	padding-left: 20px;
}

