/*Tags HTML*/
body 
{
	background-color:#006634;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img
{
	border:0px;
}
h1
{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:23px;
	margin:0px;
}
*
{
	outline:none;
}

/*Commun à toutes les pages*/
.clear
{
	clear:both;
}
#global
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	position:relative;
}
#halo
{
	background-color:#03301B;
	/*background-image:url(../images/halo.png);*/
	position:absolute;
	top:404px;
	left:0px;
	width:100%;
	height:100%;
}
#bandeau
{
	margin-left:35px;
	margin-right:35px;
	width:930px;
	height:150px;
	position:relative;
	background-image:url(../images/bandeau.jpg);
}

#bandeau h1, #bandeau h2
{
	margin:0;
	padding:0;
	text-indent:-9999px;
	position:absolute;
}

#lienAccueil {
	width : 225px;
	height: 150px;
	margin-left: 0px;
	margin-top: 0px;
	position:absolute;
}
#lienEntreprise {
	width : 95px;
	height: 25px;
	margin-left: 550px;
	margin-top: 110px;
	position:absolute;
}
#lienPlan {
	width : 85px;
	height: 25px;
	margin-left: 670px;
	margin-top: 110px;
	position:absolute;
}
#lienPresse {
	width : 60px;
	height: 25px;
	margin-left: 775px;
	margin-top: 110px;
	position:absolute;
}
#lienContact {
	width : 60px;
	height: 25px;
	margin-left: 860px;
	margin-top: 110px;
	position:absolute;
}
#basPage
{
	text-align:center;
	position:relative;
	margin-left:35px;
	margin-right:35px;
	width:930px;
	height:20px;
	top:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
}
#basPage a
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

/*Home page*/
#ligneBlanche1Home
{
	background-color:#FFFFFF;
	height:1px;
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
}
#ligneBlanche2Home
{
	background-color:#FFFFFF;
	height:1px;
	position:absolute;
	top:441px;
	left:0px;
	width:100%;
}
#aPlatHome
{
	background-color:#D7BB94;
	height:290px;
	position:absolute;
	top:151px;
	left:0px;
	width:100%;
}
#flash
{
	margin-left:35px;
	margin-right:35px;
	width:930px;
	top:1px;
	height:290px;
	position:relative;
	/* background-image:url(../images/jardin.jpg); */
}
#flash p
{
	margin: 0;
	padding: 18px 0 0 0;
	text-align: center;
	line-height: 28px;
}
#flash a
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
#navigationHome
{
	padding-bottom:10px;
	padding-left:1px;
	padding-right:1px;
	margin-left:35px;
	margin-right:35px;
	width:928px;
	min-height:214px;
	top:2px;
	position:relative;
	background: #01543A url(../images/fondNavigation.jpg) bottom repeat-x;
}
#menuHome
{
	width:542px;
	min-height:214px;
	position:relative;
	background-color:#595965;
	float:left;
}
#actus
{
	width:386px;
	height:214px;
	position:relative;
	background-color:#595965;
	background-image:url(../images/actu.jpg);
	float:left;
}
#texteActus
{
	position:relative;
	top:30px;
	left:18px;
	height:175px;
	width:200px;
	z-index:2;
}
#actus a {
	color: #FFF;
	text-decoration: none;
}
#actus dl
{
	margin: 0;
	padding: 0;
}
#actus dt
{
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 11px;
	letter-spacing: 2px;
}
dd.titre {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}
dd.infoContent {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
}
#boutonsGauche, #boutonsDroite
{
	padding-top:2px;
	float:left;
}
div.boutonHome
{
	padding-left:4px;
	padding-right:2px;
	padding-bottom:0px;
	padding-top:1px;
	width: 264px;
	height: 34px;
	overflow: hidden;
}
div.boutonHome a:hover img
{
	margin-top: -34px;
}
div.boutonHomeGen a
{
	margin: 1px 0 0 0;
	padding: 8px 0 0 57px;
	width: 215px;
	height: 26px;
	color: #EFEFEF;
	font-weight: bold;
	text-decoration: none;
	background: #5A5A66 url(../images/mh_generique.jpg) top no-repeat;
	display: block;
}
div.boutonHomeGen a:hover
{
	color: #FFF;
	text-decoration: none !important;
	background-position: bottom;
}
#espritPiscine
{
	position:absolute;
	background-image:url(../images/esprit_piscine.png);
	width:126px;
	height:53px;
	left:875px;
	top:183px;
	z-index:1;
}
/*Ce div sert à contourner un bug d'IE6 qui fait que les liens par dessus une image png ne fonctionnent pas
Le deuxième div est superposé au premier et c'est celui-ci qui reçoit les liens*/
#espritPiscineLien
{
	position:absolute;
	width:126px;
	height:53px;
	left:875px;
	top:183px;
	z-index:2;
}
#unopiu
{
	position:absolute;
	background-image:url(../images/unopiu.png);
	width:126px;
	height:53px;
	left:875px;
	top:254px;
	z-index:1;
}
/*Ce div sert à contourner un bug d'IE6 qui fait que les liens par dessus une image png ne fonctionnent pas
Le deuxième div est superposé au premier et c'est celui-ci qui reçoit les liens*/
#unopiuLien
{
	position:absolute;
	width:126px;
	height:53px;
	left:875px;
	top:254px;
	z-index:2;
}
#service
{
	position:absolute;
	background-image:url(../images/adh_services.png);
	width:126px;
	height:53px;
	left:875px;
	top:325px;
	z-index:1;
}
/*Ce div sert à contourner un bug d'IE6 qui fait que les retraitss par dessus une image png ne fonctionnent pas
Le deuxième div est superposé au premier et c'est celui-ci qui reçoit les liens*/
#serviceLien
{
	position:absolute;
	width:126px;
	height:53px;
	left:875px;
	top:325px;
	z-index:2;
}
#atoutVert
{
	position:absolute;
	background-image:url(../images/atout_vert.png);
	width:126px;
	height:53px;
	left:875px;
	top:396px;
	z-index:1;
}
/*Ce div sert à contourner un bug d'IE6 qui fait que les liens par dessus une image png ne fonctionnent pas
Le deuxième div est superposé au premier et c'est celui-ci qui reçoit les liens*/
#atoutVertLien
{
	position:absolute;
	width:126px;
	height:53px;
	left:875px;
	top:396px;
	z-index:2;
}
#excellence
{
	position:absolute;
	background-image:url(../images/jardins.png);
	width:126px;
	height:53px;
	left:875px;
	top:396px;
	z-index:1;
}
/*Ce div sert à contourner un bug d'IE6 qui fait que les liens par dessus une image png ne fonctionnent pas
Le deuxième div est superposé au premier et c'est celui-ci qui reçoit les liens*/
#excellenceLien
{
	position:absolute;
	width:126px;
	height:53px;
	left:875px;
	top:396px;
	z-index:2;
}
#showroom
{
	position:absolute;
	background:url(../images/showroom.png) no-repeat;
	width:205px;
	height:160px;
	left:800px;
	top:490px;
	z-index:1;
}
/*Ce div sert à contourner un bug d'IE6 qui fait que les liens par dessus une image png ne fonctionnent pas
Le deuxième div est superposé au premier et c'est celui-ci qui reçoit les liens*/
#showroomLien
{
	position:absolute;
	width:205px;
	height:160px;
	left:800px;
	top:490px;
	z-index:2;
}
#atoutVertLien a, #excellenceLien a, #showroomLien a, #serviceLien a, #unopiuLien a, #espritPiscineLien a
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

/*Page de contenu*/
#ligneBlanche1
{
	background-color:#FFFFFF;
	height:1px;
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
}
#ligneBlanche2
{
	background-color:#FFFFFF;
	height:1px;
	position:absolute;
	top:250px;
	left:0px;
	width:100%;
}
#aPlat
{
	background-color:#D7BB94;
	height:100px;
	position:absolute;
	top:151px;
	left:0px;
	width:100%;
}
#jardin
{
	margin-left:35px;
	margin-right:35px;
	width:930px;
	top:1px;
	height:99px;
	border-bottom: 1px solid #fff;
	position:relative;
}
.allee {
	background-image:url(../images/header_allee.jpg);
}
.terrasse {
	background-image:url(../images/header_terrasse.jpg);
}
.amenage {
	background-image:url(../images/header_amenage.jpg);
}
.portail {
	background-image:url(../images/header_portail.jpg);
}
.pergola {
	background-image:url(../images/header_pergola.jpg);
}
.abri {
	background-image:url(../images/header_abri.jpg);
}
.serre {
	background-image:url(../images/header_serre.jpg);
}
.spa {
	background-image:url(../images/header_spa.jpg);
}
.eclairage {
	background-image:url(../images/header_eclairage.jpg);
}
.mobilier {
	background-image:url(../images/header_mobilier.jpg);
}
.poterie {
	background-image:url(../images/header_poterie.jpg);
}
.contact {
	background-image:url(../images/header_contact.jpg);
}
.atoutvert {
	background-image:url(../images/header_atoutvert.jpg);
}
.entreprise {
	background-image:url(../images/header_entreprise.jpg);
}
.projet {
	background-image:url(../images/header_projet.jpg);
}
.presse {
	background-image:url(../images/header_presse.jpg);
}
.piscine {
	background-image:url(../images/header_piscine.jpg);
}
#corpsPage
{
	padding-left:1px;
	padding-right:1px;
	padding-bottom:8px;
	margin-left:35px;
	margin-right:35px;
	width:928px;
	height:auto;
	top:2px;
	position:relative;
	background-color:#FFFFFF;
}
#fondsCorpsPage
{
	background: #077f42 url(../images/fondContent.jpg) repeat-y;
	width:928px;
	min-height: 421px;
}
#menu
{
	float:left;
	width:232px;
	padding-top:2px;
	padding-bottom:1px;
}
#contenu
{
	float:left;
	width:695px;
	line-height: 22px;
}
#contenu a
{
	color: #D7BB94;
	
}
#contenu a img
{
	margin: 2px 1px 10px 1px;
	border: 1px solid #FFF;
}
div.boutonContent, div.boutonContentGen
{
	margin-bottom:1px;
	padding-left:2px;
	padding-right:2px;	
	width: 229px;
	height: 29px;
	overflow: hidden;
}
div.boutonContent a:hover img, div.active, div.boutonContentGen a:hover img
{
	f
	margin-top: -30px;
}
div.boutonContentGen a
{
	margin: 0;
	padding: 5px 0 0 47px;
	width: 182px;
	height: 24px;
	color: #EFEFEF;
	
	text-decoration: none;
	background: #5A5A66 url(../images/mc_generique.jpg) top no-repeat;
	display: block;
	font-size:12px;
}
div.boutonContentGen a:hover
{
	color: #FFF;
	text-decoration: none !important;
	background-position: bottom;
}
#titreContenu
{
	padding-left:10px;
	padding-right:10px;
	position:relative;
	background-image:url(../images/fondTitre.gif);
	line-height: 30px;
}
.texteContenu
{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:13px;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:20px;
}
a:hover {
	text-decoration: underline !important;
}
#formulaire_contact fieldset
{
	margin: 0 0 10px 0;
	border: 1px solid #B9CAC2;
}
#formulaire_contact fieldset p
{
	margin: 0;
}
#formulaire_contact label
{
	width: 110px;
	float: left;
	display: inline;
}
#formulaire_contact legend
{
	color: #FFF;
}
#infos {
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #727480;
}
#envoi {
	margin-left: 290px;
	padding: 2px 5px;
	border: 1px solid #D7BB94;
	background-color: #024D36;
	color: #D7BB94;
	font-weight: bold;
}
#envoi:hover {
	background-color: #D7BB94;
	color: #024D36;
}
.note {
	color:#D7BB94;
	font-size:10px;
}
.contact_header {
	margin-bottom: 10px;
}
.contact_field_bloc, .contact_field_bloc_required {
	margin-bottom: 10px;
}
.contact_tag {
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
	width:130px;
}
table#beforeAfter img {
	margin: 0;
}
table#beforeAfter td {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.actuListe a {
	color: #FFF !important;
	text-decoration: none;
}
