* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:url(images/fond.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.40;
}
@font-face {
 font-family:'Century';
 src:url('font/century.ttf') format('truetype');
}
/* ---------------------- Titres ---------------------- */
h1, h2, h3, h4 {
	color:#039;
	margin:0.5em 0 0.2em 0;
	font-family:"Century", sans-serif;
	font-weight:normal;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
	text-decoration:underline;
	color:#000;
}
/* ---------------------- Tableaux ---------------------- */
table {
	font-size:0.9em;
	text-align:center;
	border:solid 1px #FFF;
	margin:1em auto;
}
tr {
	height:30px;
	padding:5px;
}
td {
	padding:5px;
}
.exemple {
	text-align:left;
}
.haut {
	font-size:1.1em;
	background-color:#FFF;
	text-align:center;
}
.prix {
	text-align:right;
}
.detail {
	font-size: 0.8em;
}
/* ---------------------- Positionnement ---------------------- */
#global {
	min-height:100%;
	width:960px;
	overflow:hidden;
	margin:0 auto;
}
#entete {
	background:url(images/entete.png) no-repeat;
	height:200px;
}
#logo {
	position:absolute;
	background:url(images/logo.png);
	width:220px;
	height:110px;
	margin-top:50px;
	text-indent:-5000px;
}
#contact {
	background:url(images/contact.png);
	width:280px;
	height:80px;
	text-indent:-5000px;
	margin-left:680px;
}
#navigation {
	background:url(images/menu.png) no-repeat;
	height:40px;
	line-height:40px;
}
#contenu {
	padding:0 20px 0 20px;
	border-top:solid 4px #039;/*	background-color:#FFF;*/
}
#pied {
	height:40px;
	line-height:20px;
	bottom:0;
	margin-top:40px;
	font-size:0.8em;
	text-align:center;
	color:#039;
}
/* ---------------------- Menu de navigation ---------------------- */
#navigation ul {
	list-style:none;
}
#navigation li {
	display:inline;
}
#navigation li a {
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
#navigation li a:hover {
	background:#039;
}
/* ---------------------- Carousel ---------------------- */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	width: 300px;
	height: 200px;
}
.jcarousel-container-horizontal {
	width: 100%;
}
/* ---------------------- Devis Contact ---------------------- */
fieldset {
	padding:10px;
	border:1px solid #039;
	margin-bottom:20px;
}
legend {
	padding:0 10px;
	color:#039;
	font-weight:bold;
}
label {
	width:150px;
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:5px;
}
label.orientation {
	width:250px;
}
label.radio {
	margin-right:30px;
	width:auto;
}
input, textarea {
	border:1px solid white;
	background-color:white;
	padding:2px;
}
input[type=radio] {
	margin-right:5px;
	background-color:transparent;
	border:none;
}
input[type=submit], input[type=reset] {
	border:0;
	cursor:pointer;
	padding:5px;
}
input[type=submit]:hover, input[type=reset]:hover {
	border:0;
	background-color:#039;
	color:#FFF;
}
.adresse {
	width:400px;
}
.cp {
	width:100px;
}
*:focus {
	border-color:#039;
}
