@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #06491c;
}

td {
	text-indent:0px;
}

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


.logo {
	position: absolute;
	height: 170px;
	width: 200px;
	top: 10px;
	left: 10px;
	text-align: right;
}

.header {
	position: absolute;
	height: 170px;
	width: 700px;
	top: 10px;
	left: 220px;
	text-align: center;
}

.menu {
	position: absolute;
	height: 400px;
	width: 200px;
	top: 210px;
	left: 10px;
	text-align: center;
	line-height: 5px;
}

.page {
	position: absolute;
	height: 400px;
	width: 650px;
	top: 190px;
	left: 300px;
	color: #06491c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	text-indent: 15px;
}

.footer {
	position: relative;
	height: 50px;
	width: 950px;
	left: -300px;
	color: #06491c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
}

.titre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;	
}
.devis {
	background-color: #FFF;
	border: 2px solid #000;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-indent: 0;
	text-align: justify;
}
