html {
    font-family:Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    height:100%;
    background:#140c00;
}
body {
    margin:0;
    background:#fff url(../img/nav-bg.jpg) repeat-x;
	background-position: center top;
}
a {
    color:#008854;
    text-decoration:none;
}
b, strong {
    font-weight:bold;
}
p {
    padding:10px 0;
    line-height:1.2em;
}
p.block {
    background:none repeat scroll 0 0 #EEEEEE;
    font-size:140%;
    padding:30px;
}
em {
    font-style:italic;
    color:#444;
}
h1,h2,h3,h4,h5,h6 {
    color:#222;
    letter-spacing:-0.03em;
    padding:0 0 10px;
    margin:10px 0 5px;
}
h1 {
    font-size:2.6em;
    font-weight:normal;
    color:#606362;
    border-bottom:1px solid #eee;
    padding:4px 0 10px 0;
}
h1 span { color:#aaa; }
h2 {
    font-size:2em;
    font-weight:400;
    padding:0;
    letter-spacing:0.03em;
}
h2 sup {
    font-size:8px;
    margin-top:-10px;
}
h3 {
    font-size:2em;
    font-weight: 400;
}
h4 {
    font-size:1.6em;
    font-weight: 400;
}
h5 {
    font-size:1.4em;
    font-weight: 400;
}
h6 {
    font-size:1em;
    font-weight: bold;
}
address {
    padding:20px;
}
hr {
    height:1px;
    border:0;
    border-top:1px solid #ddd;
    margin:20px 0;
}
th, td { vertical-align:top; }
small {
    font-size:80%;
    color:#444;
}
ul {
    list-style:square;
    padding-left:20px;
}
ol {
    list-style:decimal;
    padding-left:28px;
}
ol li,
ul li {
    margin-left:10px;
    padding:1px 0;
}
dl {
    font-size:80%;
}
dl dt {
    float:left;
    font-weight:bold;
    padding:3px;
}
dl dd {
    padding:3px;
}
pre, code {
    font-family:monospace, fixed;
    font-size:.9em;
    padding:20px;
}
code {
    background:#f4f4f4;
    border:1px solid #eee;
    display:block;
}
sup {
    font-size:50%;
    position:relative;
    top:-4px;
    left:2px;
}

iframe, img {
    border: 0;
}


.clear  { clear:both; }
.center { text-align:center; }
.block  { display:block; }
.big    { font-size:120%;font-weight:bold; }
    

a.button {
    background:url("../img/nav-bg.png") repeat-x scroll right top #008854;
    color:#fff;
    display:block;
    font-size:90%;
    font-weight:bold;
    max-width:250px;
    padding:6px 8px;    
    text-align:center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
a.button:hover {
    background:url("../img/nav-active.jpg") repeat-x scroll right top #07A367;
}
a.button small {
    font-size:80%;
    color:#eee;
    line-height:1.1em;
}

/* GRID */

.grid {
    border-spacing:1px;
    margin:0 0 20px 0;
}
.grid.fill {
    width:920px;
}
.grid thead th {
    padding:12px 8px 8px 8px;
    font-size:0.75em;
    font-variant:small-caps;
    background:#111;
    color:#ccc;
}
.grid tbody th {
    padding:5px;
    font-size:0.75em;
    font-variant:small-caps;
    background:#111;
    color:#ccc;
}
.grid tbody td {
    padding:5px;
    font-size:.8em;
    font-variant:small-caps;
}
.grid tbody tr.odd  { background:#fff; }
.grid tbody tr.even { background:#eee; }


#doc {
    width:920px;
    margin:0 auto;
}

#hd {
}

#hd #logo {
    float:left;
    margin:1px 0 0 0;
	z-index: 2;
}

#lang-switcher {
    float: right;
}

#logo img{
	z-index: 2;
}
/* NAV */

.nv {
    position:relative;
    background: transparent  repeat bottom right;
    margin:0 0 0 247px;
    padding:0 0 0 0;
    top:0;
    height:137px;
    z-index: 3;
}

.nv ul {
    list-style:none;
    padding:0;
}
.nv .nv-item {
    float:left;
    margin:0;
    padding:0 1px 0 0;
    height: 137px;
    background:transparent no-repeat top right;	
}

#nav_accueil a      { width: 80px; background: url(../img/nav_accueil.jpg) no-repeat top right;}
#nav_entreprise a   { width: 100px; background: url(../img/nav_entreprise.jpg) no-repeat top right;}
#nav_produits a     { width: 80px; background: url(../img/nav_produits.jpg) no-repeat top right;}
#nav_services a     { width: 80px; background: url(../img/nav_services.jpg) no-repeat top right;}
#nav_contact a      { width: 70px; background: url(../img/nav_contact.jpg) no-repeat top right;}

#nav_accueil a:hover    { background: url(../img/nav_accueil_hover.jpg) no-repeat top right;}
#nav_entreprise a:hover { background: url(../img/nav_entreprise_hover.jpg) no-repeat top right;}
#nav_produits a:hover   { background: url(../img/nav_produits_hover.jpg) no-repeat top right;}
#nav_services a:hover   { background: url(../img/nav_services_hover.jpg) no-repeat top right;}
#nav_contact a:hover    { background: url(../img/nav_contact_hover.jpg) no-repeat top right;}

#nav_accueil a.active    { background: url(../img/nav_accueil_select.jpg) no-repeat top right;}
#nav_entreprise a.active { background: url(../img/nav_entreprise_select.jpg) no-repeat top right;}
#nav_produits a.active   { background: url(../img/nav_produits_select.jpg) no-repeat top right;}
#nav_services a.active   { background: url(../img/nav_services_select.jpg) no-repeat top right;}
#nav_contact a.active    { background: url(../img/nav_contact_select.jpg) no-repeat top right;}

.nv .nv-item a {
    display:block;
    font-family:Arial, sans-serif;
    font-size:1.25em;
    font-weight:bold;
    letter-spacing:-0.01em;
    margin:0;
    padding:90px 20px 15px 20px;
    text-decoration:none;
    font-variant:small-caps;
    color:#fff;
	height: 32px;
    border-right:1px solid #999;
}
.nv .nv-item.last a {
    border-right: 0;
}

#dalle{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}

#bd-wrapper.two-cols .leftbar {
    width:230px;
    padding:0;
    float:left;
    margin:60px 0 20px -247px;
}

.leftbar strong.label {
    color:#666;
    padding:20px 0 0 0;
    font-size:80%;
    display:block;
}

/* -- FILES -- */

#bd-wrapper.two-cols .files {
    width:230px;
    padding:0;
}
#bd-wrapper.two-cols .files li {
    list-style:none;
    margin:0;
    padding:8px 0;
    border-bottom:1px solid #ddd;
}
#bd-wrapper.two-cols .files li {
    font-size:80%; 
}


/* -- SUBNAV -- */

#bd-wrapper.two-cols .subnav {
    width:230px;
    padding:0;
}
#bd-wrapper.two-cols .subnav li {
    list-style:none;
    margin:0;
    padding:0;
}
#bd-wrapper.two-cols .subnav li a {
    padding:8px;
    display:block;
    color:#666;
}
#bd-wrapper.two-cols .subnav li a.file {
    padding-top:6px!important;
    padding-bottom:6px!important;
    /*
    background-color:#f4f4f4;
    color:#666;
    */
    border:1px solid #eee!important;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
#bd-wrapper.two-cols .subnav li:first-child a {
    border:0;
}
#bd-wrapper.two-cols .subnav li ul {
    font-size:80%;
    margin:10px 10px 10px 6px;
    padding:0;
}
#bd-wrapper.two-cols .subnav li ul li {
    padding:0;
    border:0;
}
#bd-wrapper.two-cols .subnav li ul li a {
    border-bottom:1px dashed #ddd!important;
    display:block;
    padding:5px 6px;
    margin:0 20px 0 10px;
    color:#666;
}
#bd-wrapper.two-cols .subnav li ul li:last-child a {
    border:0!important;
}
#bd-wrapper.two-cols .subnav li a:hover {
    color:#008854;
}
#bd-wrapper.two-cols .subnav li a.active {
    background:#eee;
    color:#666;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.subnav .landscaping a {
    background:#fff url(../img/icon-landscaping.png) no-repeat 2px 50%!important;
    padding:8px 0 8px 36px!important;
}

.subnav .bulk a {
    background:#fff url(../img/icon-vrac.png) no-repeat 2px 50%!important;
    padding:8px 0 8px 36px!important;
}

.subnav .sod a {
    background:#fff url(../img/icon-sod.png) no-repeat 2px 50%!important;
    padding:8px 0 8px 36px!important;
}
.subnav .sod .subnav a {
    padding:5px 6px!important;
    background: none!important;
}



#hd {
}
#bd-wrapper.two-cols #bd {
    margin-left:250px;
}
#bd {
    padding:0;
}
#bd ul {
    margin:20px 0;
}
#bd ul.big {
    margin:20px;
}
#bd ul.big li {
    font-size:120%;
    padding:3px 0;
    color:#444;
}

/* FOOTER */

#ft {
    background:#140c00 url(../img/html-bg.png) repeat-x scroll 0 0;
    padding:200px 0 0 0;
}


.copyright {
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em;
    height: 50px;
    padding: 0;
    margin: 70px 0 0 0;
    text-align: center;    
    color: #6e5d44;
}

.copyright a {
    color: #c49a49;
}

.copyright a:hover {
    color: #fff;
}

.copyright a img {
    opacity: 0.8;
    margin: 0 0 -2px 0;
}

.copyright a:hover img {
    opacity: 1;
}

.rss-feed {
    float:right;
    margin:12px 0 0 0;
}

#intro {
    font-size:80%;
    padding:0 24px;
    position:absolute;
    top:190px;
    width:200px;
}


.site-map {
    width:730px;
    padding:0 20px 0 20px;
    margin:40px auto 20px auto;
}
.site-map .pane {
    float:left;
    width:180px;
    border-right:1px solid #372715;
}
.site-map strong {
    font-size:70%;
    display:block;
    padding:0 20px;
    color:#6e5d44;
}
.site-map ul {
    margin:10px 0;
    padding:0 20px;
}
.site-map ul li {
    padding:4px 0;
    list-style:none;
    margin:0;
    border-bottom:1px dashed #372715;
}
.site-map ul li:last-child {
    border: 0;
}
.site-map ul li a {
    font-size:70%;
    letter-spacing:0.1em;
    color:#c49a49;
}
.site-map ul li a:hover {
    color:#fff;
}

.breadcrumb {
    border-bottom:1px solid #eee;
    font-size:80%;
    height:21px;
    margin:0!important;
    padding:4px 0;
}
.breadcrumb li {
    float:left;
    list-style:none;
    margin:0;
    color:#999;
    padding:5px 2px;
}

.message {
    font-size:130%;
    margin:10px 0 20px;
    padding:20px;
    text-align:center;
}
.message.valid {
    background:#DFFFEC;
    color:#008854;
}
.message.errors {
    background:#FFDFDF;
    color:#9F1313;
}


.domain-gazoniere-banner {
    width:922px;
    height:233px;
    background:transparent url(../img/gazoniere/banner.jpg) no-repeat top left;
    margin:10px 0;
}
.domain-gazoniere-banner div {
    float:left;
    width:195px;
    margin:50px 20px;
}

dl,
.histoire {
    margin:20px;
}
dl dt,
dl.histoire dt {
    font-size:120%;
    padding:6px 0;
    color:#008854;
    background:#eee;
    width: 100px;
}

dl.histoire dt {
    text-align:center;
    width:55px;
}

dl dd,
dl.histoire dd {
    font-size:100%;
    padding:8px;
    border-bottom:1px dashed #eee;
    margin:3px 0 3px 110px;
}
dl.histoire dd {
    margin:3px 0 3px 60px;
}


.gazon-spec-wrapper {
    display:none;
}


#tollfree {
    position:absolute;
    z-index:9999;
    margin:10px 0 0 650px;
}
#tollfree img {
    position:absolute;
}
#tollfree span {
    color:#555;
    font-size:110%;
    font-weight:bold;
    margin:10px 0 0 30px;
    position:absolute;
    width:268px;
}
#home-extras {
    margin:20px auto 30px auto;
    text-align:center;
    width:845px;
}
#home-points-verts {
    float: left;
    width: 450px;
    text-align:center;
}
#home-salledemontre {
    float:left;
    width:269px;
    padding-left:10px;
    text-align:center;
}
#home-promotion {
    float:left;
    width:269px;
    padding-left:16px;
    text-align:center;
}
#home-tollfree {
    float:left;
    padding: 0;
    text-align:center;
}
#home-estimation {
    float:left;
    width:250px;
    margin-left:30px;
}
#home-videos {
    clear: both;
    margin-top: 20px;
}
#home-videos .flatblock {
    float: left;
    margin: 0 0 0 35px;
}
#home-like-button {
    margin-top: 10px;
}

ul.products-vrac {
    margin:0;
    padding:0;
}
ul.products-vrac li {
    margin:20px;
    padding:0px;
    list-style:none;
    float:left;
    width:170px;
    border:1px solid #eee;
    height:160px;
    -moz-border-radius-topLeft:5px;
    -moz-border-radius-topRight:5px;
    -webkit-border-radius-topLeft:5px;
    -webkit-border-radius-topRight:5px;
    border-radius-topLeft:5px;
    border-radius-topRight:5px;
}
ul.products-vrac h2 {
    margin:0 0 0 16px;
    padding:3px 0 0 0;
    font-size:90%;
    font-weight:bold;
}
ul.products-vrac h3 {
    margin:0 0 0 16px;
    padding:0 0 5px 0;
    font-size:80%;
    color:#555;
    height:12px;
}
ul.products-vrac .price {
    margin:0;
    padding:5px 0 5px 16px;
    text-align:left;
    font-size:130%;
    background:#008854 url(../img/nav-bg.png) repeat-x scroll 0 18%;
    color:#fff;
    font-weight:bold;
}
ul.products-vrac .unit {
    font-size:12px;
    font-weight:normal;
}
ul.products-vrac .pic {
    display:block;
    text-align:center;
    margin-top:20px;
}
ul.products-vrac .pic img {}


.form.one-col label {
    width:610px;
}


ul.form {
    font-size:90%;
    padding:0;
}
ul.form li {
    border-bottom:1px solid #eee;
    padding:4px 0;
    list-style:none;
    margin:0;

}
ul.form li label {
    float:left;
    display:block;
    width:110px;
    padding:5px 0;
}
ul.form li:last-child {
    border:0!important;
}
.errorlist {
    margin:0;
    margin-left:110px;
    padding:0;
}
.errorlist li {
    border:0!important;
    color:#c30;
    font-size:80%;
    margin:0;
    padding:2px 0!important;
}
fieldset {
    border:1px solid #ddd;
    padding:10px 0;
    margin:10px 0 20px 0;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
fieldset legend {
    padding:6px 10px;
    margin:0 20px;
    background:#008854 url(/media/img/nav-li-bg.png) no-repeat scroll 0px -30px;
    color:#fff;
    font-size:90%;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.form-checkboxfield {
}
.form-checkboxfield strong {
    padding:10px 0 2px 0;
    display:block;
    font-size:80%;
}
.form-checkboxfield div {
    padding:4px 20px 10px 20px;
    margin:0 0 8px 0;
}
.form-checkboxfield label {
    font-size:80%;
    margin:0 20px;
    float:none!important;
    width:270px!important;
}
.form-checkboxfield input {
    margin:6px 0 0 0;
    position:absolute;
}

.contact-met {
    padding:0 10px;
}
.contact-met div {
    border-top:1px solid #eee;
}
.contact-met label {
    display:block;
    float:left;
    font-size:90%;
    padding:8px 0px 10px 20px;
    line-height:17px;
}
.contact-met ul {
}
.contact-met li {
    display:block;
    float:left;
    margin:0;
    padding:0;
    border:0!important;
}
.form-textfield {
    
}
.form-textfield label {
    width:100%!important;
}
.form-textfield textarea {
    width:300px;
    height:80px;
    margin:8px 0;
}
.form-multiplecheckboxfield label,
.form-multiplecheckboxfield small {
    display:block;
    float:none!important;
    width:180px!important;
    padding:0!important;

}
.form-multiplecheckboxfield ul {
    margin:10px 0;
    padding:0;
    font-size:90%;
}
.form-multiplecheckboxfield ul li {
    margin:0;
    padding:4px 0;
    border-bottom:1px solid #ddd;
    list-style:none;
}
.project-notes textarea {
    height:186px;
}
.required label em {
    color:#c30;
}
ul.form li ul.errorlist {
    margin:4px 0 0 112px!important;
}
.project-notes ul.errorlist {
    margin-left:10px!important;
}


.form.one-col .errorlist {
    margin-left:10px!important;
}

.signature input {
    width:360px;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding:0.45em!important;
}



ul.gallery {
    margin:0;
    padding:0;
}
ul.gallery li {
    display:block;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    margin:4px;
    height:200px;
    width:200px;
}
ul.gallery a {
    display:block;
    border:1px solid #ddd;
    height:200px;
    width:200px;
}
ul.gallery a:hover {
    border-color:#008854;
}

.salle-de-montre-text b {
    color:#555;
    font-size:120%;
}
.salle-de-montre-text {
    font-size:80%;
    padding:60px 0 0!important;
}

.two-cols {
}
.two-cols .col-1 {
    float:left;
    width:246px;
    margin:0;
}
.two-cols .col-2 {
    float:left;
    width:670px;
}

#admin-toolbar {
    padding: 4px 0 0 0;
    font-size: 85%;
}


/* Points de services */

.points-de-service {
    margin: 0;
    padding: 0;
}
.points-de-service li {
    margin: 20px 0 30px 20px;
    padding: 0;
    list-style: none;
}
.points-de-service li:last-child {
    border: 0;
}
.points-de-service li div {
    margin-left: 320px;
}
.points-de-service li h2 {
    font-size:120%;
    padding: 0 0 6px;
    border-bottom:1px solid #ddd;
}
.points-de-service li iframe {
    float:left;
}
.points-de-service li address {
    padding:20px;
    background:#eee;
    font-size:80%;
}
.points-de-service dl {
    font-size:80%;
}
.points-de-service dl dt {
    float: left;
    height: 14px;
    padding: 4px;
    
}
.points-de-service dl dd {
    height: 14px;
    padding: 4px;
}

/* Equipe */
.staff-list {
    margin: 0;
    padding: 0;
    
}
.staff-list li {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #eee;   
}
.staff-list li h2 {
    font-size: 120%;
    margin-bottom: 0;
}
.staff-list li span {
    display:block;
    padding:2px 0;
}
.staff-list li .job-title {
    font-size:80%;
    color:#666;
}


/* produit gazon index */

.gazon-types {
    width:670px;    
}
.products-gazon {
    margin:0;
    padding:0;
    width:100%;
}
.products-gazon thead th {
    text-align:center;
    padding:10px;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    background:#ccc;
    color:#fff;
    font-weight:bold;
}
.products-gazon tbody th {
    width:130px;
    width:25%;
    padding:0;
    text-align:center;
    vertical-align:center;
    border-bottom:1px solid #eee;
}
.products-gazon td {
    background:#eee;
    width:25%;
    padding:10px;
    text-align:center;
    vertical-align:center;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
}
.products-gazon td a { display:block; }
.products-gazon td.yes {
    background:#ffc;
}
.products-gazon td span {
    display:none;
}

.products-gazon .residentiel { background:#eee; }
.products-gazon .golf { background:#ddd; }
.products-gazon .sportif { background:#ccc; }

.products-gazon th.golf,
.products-gazon .yes.golf {
    background:#029B61;
}
.products-gazon th.sportif,
.products-gazon .yes.sportif {
    background:#008854;
}
.products-gazon th.residentiel,
.products-gazon .yes.residentiel {
    background:#05C27A;
}

/* produit gazon detail */

.gazon-logo {
    float:left;
    width:160px;
    height:160px;
    padding:0 10px;
    margin-right:20px;
}
.gazon-logo img {
    width:160px;
    height:160px;
}
.gazon-photo {
    margin: 10px 0;
}
.gazon-specs {
    margin-left: 200px;
}
.printable-version {
    background: url("/media/img/printer.gif") no-repeat scroll 0 1px transparent;
    float: right;
    font-size: 75%;
    margin: 34px 0 0;
    padding: 2px 0 2px 14px;
}
.download-specs {
    background: #fff url(../icons/page_white_acrobat.png) no-repeat 2px 50%!important;
    float: right;
    font-size: 75%;
    margin: 34px 10px 0;
    padding: 2px 0 2px 22px;
    display: inline!important;
}
.gazon-specs-wrapper {
    display: none;
}

.big-button {
    -moz-border-radius: 16px;
    color: #fff;
    font-size: 2.3em;
    padding: 9px 20px;
    background: #008854;
    border: 2px solid #008854;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00C479', endColorstr='#008854');
    background: -webkit-gradient(linear, left top, left bottom, from(#00C479), to(#008854));
    background: -moz-linear-gradient(top,  #00C479,  #008854);
}

a.big-button:hover {
    background: #009B5F;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00D885', endColorstr='#009B5F');
    background: -webkit-gradient(linear, left top, left bottom, from(#00D885), to(#009B5F));
    background: -moz-linear-gradient(top,  #00D885,  #009B5F);
}

.pdf {
    background:#fff url(../icons/page_white_acrobat.png) no-repeat 2px 50%!important;
    display:block!important;
    padding:4px 0 4px 22px!important;
}

.subnav .pdf {
    padding: 8px 0 8px 34px!important;
    background-position: 7px 50%!important;
}

