/* CSS Document */

body {
	background-color:#2F4009;
	background-image:url(images/bgCaldera.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	}
	
#conteneur {
	position:relative;
	width:800px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	text-align: left; /* Pour dire à IE de centrer le site */
	}
	
#menu {
	position:absolute;
	top:175px;
	background-color:#2F4009;
	width:800px;
	height:30px;
	border:1px solid #FFFFFF;
	}

#menu UL {
	margin:0;
	padding:0;
	list-style-type:none;
	}

#menu UL LI {
	float:left;
	width:133px;
	padding:0;
	margin:0;
	}

#menu UL UL {
	display:none;
	position:relative;
	width:133px;
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CFE68E;
	z-index:5;
	}

#menu UL UL li {
	z-index: 3000;
	display:block;
	background-color:#2F4009;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	float:none;
	}

#menu A {
	text-align:center;
	width:133px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CFE68E;
	display:block;
	outline:none;
	}

#menu A:hover {
	background-color:#CFE68E;
	color:#2F4009;
	}
	
#imagesTop {
	width:800px;
	height:142px;
	padding-top:0px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
#titres {
	width:770px;
	border:1px solid #FFFFFF;
	font-size:16px;
	background-color:#2F4009;
	color:#CFE68E;
	height:30px;
	line-height:30px;
	text-align:left;
	letter-spacing:5px;
	padding-left:30px;
	text-transform:capitalize;
	}
	
#titresPages {
	margin-top:60px;
	margin-bottom:30px;
	border-top:1px dashed #2F4009;
	border-bottom:1px dashed #2F4009;
	font-size:16px;
	background-color:#ECF5D2;
	color:#2F4009;
	padding:10px 0 10px 0;
	text-align:center;
	letter-spacing:5px;
	text-transform:capitalize;
	font-weight:bold;
	}
	
#sound {
	position:absolute;
	top:9px;
	right:7px;
	color:#CFE68E;
	text-align:right;
	font-size:12px;
	}
	
#contenu {
	background-color:#CFE68E;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	width:780px;
	padding:10px;
	padding-top:40px;
	}
	
.legend {
	font-size:9px;
	}
	
#copyright {
	padding-top:10px;
	text-align:center;
	font-size:9px;
	color:#CFE68E;
	}
	
h1 {
	padding:10px 0 10px 30px;
	font-size:14px;
	font-style:italic;
	text-align:justify;
	}

h1 a {
	text-decoration:underline;
	color:#5b7422;
	}
	
h2 {
	text-transform:uppercase;
	padding:0 0 0 30px;
	font-size:12px;
	font-style:italic;
	}
	
p {
	padding:0 10px 0 50px;
	font-size:11px;
	text-align:justify;
	}
	
#cadre {
	border-top:1px dashed #2F4009;
	}
	
#cadreNegatif {
	z-index:0;
	background-color:#ECF5D2;
	border-top:1px dashed #2F4009;
	position:relative;
	}

.prix {
	height:23px;
	line-height:23px;
	padding-left:50px;
	background-color:#2F4009;
	color:#CFE68E;
	font-weight:bold;
	text-align:right;
	}
	
.lienNormal {
	font-weight:bold;
	text-decoration:underline;
	color:#2F4009;
	}
	
.lienNormal:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#6D7952;
	}
	
.imgProduits {
	z-index:-3000;
	float:left;
	padding:10px 10px 0 10px;
	}
	
.imgCaddy {
	z-index:-3000;
	float:right;
	padding:15px 10px 0 0;
	}

.imgGallery {
	border:1px solid #2F4009;
	margin:11px 22px 11px 22px;
	}
	
.imgPlan {
	float:right;
	padding-right:30px;
	}
	
.textCenter {
	text-align:center;
	}