@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "paiement.css";
@import "panier.css";
@import "actualites.css";
@import "newsletter.css";
@import "acces_client.css";
@import "produits.css";
@import "restaurant.css";
@import "../lightbox/lightbox.css";

/*------------------------------------------------------*
 *-- appel des css --------------------------------------*
 *------------------------------------------------------*/
/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #343230;
    color: #c5bfae;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

select {
    color: #000;
    background-color: #fff;
}

/*------------------------------------------------------*
 *--------    CSS BLOCS     						 ----*
 *------------------------------------------------------*/

#general_index {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-image: url(../images/deco/general-index.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#general_projet {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-image: url(../images/deco/general-projet.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#general_entreprise {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-image: url(../images/deco/general-entreprise.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#general_construction {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-image: url(../images/deco/general_construction.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#general_contact {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-image: url(../images/deco/general_contact.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#general_actualite {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-image: url(../images/deco/general-actualite.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*Haut de page  HEADER*/
#header {
    margin: 0 auto;
    padding: 0;
    width: 980px;
    height: 176px;
    background-image: url(../images/deco/header-logo.png);
    background-position: 1px 0px;
    background-repeat: no-repeat;
}

#header_baseline {
    margin: 33px 0 35px 0;
    padding: 47px 0 0 5px;
    float: right;
    width: 599px;
    height: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 5px;
    text-align: left;
    color: #fff;
}

/*Contenu de page  CONTENT */
#content {
    margin: 0 auto;
    padding: 0;
    width: 978px;
    border-bottom: 1px solid #f4f3e9;
    border-left: 1px solid #f4f3e9;
    border-right: 1px solid #f4f3e9;
    background-image: url(../images/deco/content-ar.png);
    background-position: 0px 0px;
    background-repeat: repeat;
}

.separator {
    margin: 10px;
    padding: 0;
    height: 2px;
}

/*/// debut des colonnes ///*/
#left_content {
    float: left;
    position: relative;
    width: 207px;
    left: 8px;
    padding: 0 0 8px 0;
}

#left_content_actu {
    float: right;
    position: relative;
    width: 162px;
    margin: 0px 0 15px 0;
    padding: 0 0 0 45px;
    background-image: url(../images/deco/actu-left-content-ar.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.encart-contact {
    margin: 0;
    padding: 0 0 10px 0;
    width: 207px;
    height: 67px;
    background: transparent url(../images/deco/encart-contact-bg.png) no-repeat left top;
    float: right;
}

.encart-contact a {
    display: block;
    margin: 32px 0 0 7px;
    padding: 0 0 0 24px;
    font-size: 11px;
    color: #4b6412;
    width: 191px;
    height: 21px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    background: transparent url(../images/deco/newsletter-btn.gif) no-repeat left top;
    text-decoration: none;
}

.encart-contact a:hover {
    color: #FFF;
    text-decoration: none;
}

/*/// partie de droite ///*/
#right_content {
    float: right;
    position: relative;
    width: 730px;
    right: 8px;
    padding: 0 0 8px 0;
}

#right_content p, div.p {
    margin: 0 0px 0 0;
    padding: 0px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #c5bfae;
    text-align: justify;
}

#right_content div.p {
    margin: 0 0px 0 0;
    padding: 0px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #c5bfae;
    text-align: justify;
}

#right_content div.p li {
    list-style: inside;
}

#right_content div.p a {
    color: #C5BFAE;
    text-decoration: none;
}

#right_content div.p a:hover {
    text-decoration: underline;
}

#right_content strong {
    color: #fff;
    font-weight: bold;
}

ul.liste {
    padding: 0;
    margin: 0 0 10px 10px;
    list-style-type: none;
    color: #c5bfae;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

ul.liste li {
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 0 0 0 7px;
    line-height: 15px;
    background-image: url(../images/deco/puce.gif);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    display: block;
}

/*///    partie du centre   ///*/
#middle_content {
    float: left;
    position: relative;
    background-color: #FFF;
    width: 580px;
}

#middle_content p {
    color: #000;
}

#middle_content a {
    color: #00CC00;
    text-decoration: underline;
}

#middle_content a:hover {
    color: #990000;
    text-decoration: underline;
}

#middle_content ul {
    margin: 0;
    padding: 0;
}

#middle_content li {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.image-droite {
    padding: 0;
    margin: 0 0 10px 10px;
    float: right;
    border: 1px solid #fff;
}

.image-gauche {
    padding: 0;
    margin: 0;
    float: left;
}

/*/// fin des colonnes ///*/
/*Bas de page  FOOTER*/
#footer {
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 980px;
    text-align: center;
}

#footer_adresse {
    margin: 2px auto 0 auto;
    padding: 19px 0 0 176px;
    width: 802px;
    height: 45px;
    line-height: 64px;
    border-top: 1px solid #edebe1;
    background-image: url(../images/deco/footer-logo.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: #d0cec4;
}

#footer_adresse_woodhome {
    margin: 0px 0 0 0px;
    padding: 0 0 0 13px;
    width: 621px;
    height: 21px;
    line-height: 21px;
    background-image: url(../images/deco/footer-adresse.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: left;
    color: #6e6a5d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-align: left;
}

#footer_adresse_tel {
    margin: 0px 10px 0 0px;
    padding: 0 0 0 0;
    width: 147px;
    height: 21px;
    line-height: 21px;
    background-image: url(../images/deco/footer-tel.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    float: right;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#footer_menu {
    margin: 0 auto;
    padding: 0;
    width: 979px;
    height: 21px;
    line-height: 21px;
    color: #a39c83;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	border-bottom: 1px solid #edebe1;
    background-color: #d0cec4;
}

#footer a {
    color: #a39c83;
    text-decoration: none;
}

#footer a:hover {
    color: #403426;
}

/*classe clear*/
.clear {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

#player {
    margin: 0;
    padding: 0;
}

#player-son {
    margin: 0;
    padding: 0;
}

#player-video {
    margin: 0;
    padding: 0;
}

/*------------------------------------------------------*
 *------------ CSS TITRES DEBUT   ----*
 *------------------------------------------------------*/
h1 {
    margin: 0;
    padding: 0px 0 10px 0;
    clear: both;
    color: #c5bfae;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: left;
}

h2 {
    margin: 0;
    padding: 0;
    color: #859d2a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
}

h3 {
    margin: 6px 0 0 0;
    padding: 0;
    color: #859d2a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: left;
}

h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

h5 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
}

h6 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 10px;
}

/*------------------------------------------------------*
 *--------------------------     CSS TITRES FIN     ----*
 *------------------------------------------------------*/
/*debut ENCART ACTU*/
#encart_actu {
    float: left;
    margin: 0;
    width: 160px;
    padding: 0px 0;
    background-image: url(../images/actualites/encart-actu-ar.png);
    background-position: 0;
    background-repeat: repeat;
}

#encart_actu h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #958c73;
    background-image: url(../images/deco/point-beige.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    margin: 0 5px 2px 5px;
    padding: 0 0px 2px 0;
    text-align: left;
}

#encart_actu h3 {
    color: #c5bfae;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    padding: 0 0 15px 0;
    min-height: 12px;
}

#encart_actu p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #958c73;
    padding: 0 5px;
    text-align: justify;
    height: 126px;
}

#encart_actu div.p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #958c73;
    padding: 0 5px;
    text-align: justify;
    height: 126px;
}

#encart_actu_photo {
    padding: 0px 0;
    margin: 0 0;
    text-align: center;
    width: 160px;
    background-image: url(../images/actualites/encart-photo-ar.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#encart_actu_photo img {
    padding: 29px 13px 5px 11px;
    margin: 0 0;
    width: 136px;
    height: 72px;
}

#encart_actu_btn {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4b6412;
    text-align: left;
    margin: 2px auto 5px auto;
    padding: 0 0 0 24px;
    width: 126px;
    height: 21px;
    line-height: 20px;
    background-image: url(../images/deco/btn-vert.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#encart_actu_btn a {
    display: block;
    text-decoration: none;
    color: #4b6412;
    margin: 0px 0 0 0;
    padding: 0;
}

#encart_actu_btn a:hover {
    display: block;
    text-decoration: none;
    color: #fff;
}

/*fin ENCART ACTU*/
/*debut NAVIGATION*/
.retour_haut {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4b6412;
    text-align: left;
    margin: 2px 0 5px 0;
    padding: 0 0 0 24px;
    width: 126px;
    height: 21px;
    line-height: 20px;
    background-image: url(../images/deco/btn-vert.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.retour_haut a {
    display: block;
    text-decoration: none;
    color: #4b6412;
    margin: 0px 0 0 0;
    padding: 0;
}

.retour_haut a:hover {
    display: block;
    text-decoration: none;
    color: #fff;
}

.nav_pages {
    width: 520px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px 0px 10px 0;
    padding: 0px 0 0px 0;
    height: 21px;
    line-height: 21px;
    background-image: url(../images/produits/nav-ar.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #6e6a5d;
    float: right;
    text-align: right;
}

.nav_pages a {
    color: #6e6a5d;
    text-decoration: none;
    margin: 0 3px;
    padding: 0px 4px;
    height: 21px;
    line-height: 21px;
}

.nav_pages a:hover {
    color: #fff;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}

.nav_pages a.menu_actif {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    height: 21px;
    line-height: 21px;
}

/*fin NAVIGATION*/
#flash_home {
    width: 562px;
    height: 311px;
    float: left;
    padding: 0 0 7px 7px;
}

#home_right {
    margin: 0;
    padding: 0 8px 0 0;
    width: 393px;
    float: right;
}

#home_right_right {
    margin: 0;
    padding: 0 8px 0 0;
    width: 207px;
    float: right;
}

#home_text {
    margin: 0;
    padding: 10px 0 0 0;
    width: 207px;
    float: right;
}

#home_text p {
    margin: 0 0px 0 0;
    padding: 0px 0 3px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #c5bfae;
    text-align: justify;
}

#home_text p strong {
    color: #83a722;
    font-weight: bold;
}

#bloc_photo {
    padding: 0;
    margin: 0;
    float: right;
    width: 490px;
}

.photo-droite {
float:right;
margin:0 5px 0 0;
padding:0;
width:230px;
}

.photo-gauche {
float:right;
margin:0 5px 0 0;
padding:0;
width:230px;
}

#projet_maison {
    width: 230px;
    height: 300px;
    text-align: center;
    padding: 0;
    margin: 0 4px 20px 6px;
    float: left;
}

#projet_maison_prete, #projet_maison_vous {
    width: 230px;
    height: 300px;
    text-align: center;
    padding: 0;
    margin: 0 17px 20px 0;
    float: left;
}

#projet_maison_originaux {
    width: 230px;
    height: 300px;
    background-image: url(../images/deco/content-ar.png);
    background-position: 0px 0px;
    background-repeat: repeat;
    text-align: center;
    padding: 0;
    margin: 0 0px 20px 0;
    float: left;
}
#projet_maison p, #projet_maison_prete p, #projet_maison_vous p, #projet_maison_originaux p {
    margin: 0;
    padding: 0;
	text-align: center;
}
#projet_maison a, #projet_maison_prete a, #projet_maison_vous a, #projet_maison_originaux a {
    margin: 0;
    padding: 0;
    clear: both;
    color: #859d2a;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

#projet_maison a:hover, #projet_maison_prete a:hover, #projet_maison_vous a:hover, #projet_maison_originaux a:hover {
    color: #576b0c;
    text-decoration: none;
}

#projet_maison a:hover img, #projet_maison_prete a:hover img, #projet_maison_vous a:hover img, #projet_maison_originaux a:hover img {
    border: #859d2a solid 1px;
}

#projet_maison img, #projet_maison_prete img, #projet_maison_vous img, #projet_maison_originaux img {
    padding: 0;
    margin: 10px auto;
    border: 1px solid #fff;
}

#liste_content {
    width: 520px;
    float: right;
    padding: 0 0 10px 0;
    padding: 0;
}

#left_content_carto {
    width: 410px;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
}

#right_content_form {
    width: 300px;
    float: left;
    margin: 0 0px 0 00px;
    padding: 0;
}

.map {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #fff;
    width: 408px;
    height: 300px;
}

#localiser {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #4b6412;
    text-align: left;
    margin: 2px 0 5px 0;
    padding: 0 0 0 24px;
    width: 126px;
    height: 21px;
    line-height: 20px;
    background-image: url(../images/deco/btn-vert.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

#localiser a {
    display: block;
    text-decoration: none;
    color: #4b6412;
    margin: 0px 0 0 0;
    padding: 0;
}

#localiser a:hover {
    display: block;
    text-decoration: none;
    color: #fff;
}
