/*
    LES ELEMENTS COMMUNS A TOUTES LES PAGES
*/

body{
    margin: 0;
    font: 85% Arial, sans-serif;
    color: #fff;
    background: url(../images/general/background.png) repeat;
}
a{
    color: #1d58b5;
    text-decoration: none;
}
a:hover{
    color: #4b83da;
}
img{
    border: none;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}

#conteneur{
    width: 860px;
    margin: 0 auto;
    background: #fff url(../images/general/bg-conteneur.jpg) top left no-repeat;
    position: relative;
    overflow: hidden;
}

/* L'en-tête de la page(La bande rouge, le Logo et le Slogan) */
#enTete{
    text-align: center;
}
#enTete #haut-red{
    width: 800px;
    height: 12px;
    margin: 0 auto;
    background: transparent url(../images/general/haut-red.png) top left no-repeat;
}
#enTete #logo{
    margin-top: 15px;
}
#enTete span.slogan{
    color: #1d58b5;
    display: block;
    margin-top: 3px;
    font-size: 125%;
    letter-spacing: 3px;
    text-shadow: 1px 1px 0 #ddd;
}

/* Le Menu */
div#menu{
    width: 860px;
    height: 56px;
    margin-top: 10px;
    background: transparent url(../images/general/menu.png) top left no-repeat;
}
div#menu ul{
    width: 800px;
    height: 56px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
div#menu ul li{
    float: left;
    width: 160px;
    list-style: none;
}
div#menu ul li a{
    color: #fff;
    float: left;
    width: 122px;
    height: 30px;
    text-transform: uppercase;
    margin: 10px 0 0 20px;
    padding: 4px 0 0 0;
    font-family: Tahoma, sans-serif;
    font-size: 125%;
    background: none;
}
div#menu ul li a:hover,
div#menu ul li a.active{
    background: transparent url(../images/general/menu-active.png) top left no-repeat;
}

/* Le Corps de la page */
#corps{
    width: 800px;
    margin: 20px auto 0 auto;
    line-height: 1.5;
    color: #1d58b5;
    overflow: hidden;
}
#corps h3{
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #c9393f;
    margin: 0;
}
#corps h3:hover{
    color: #aa3338;
}
#corps p{
    margin: 5px 0 25px 0;
    text-align: justify;
    line-height: 1.7;
    clear: none;
}
#corps p.a-propos{
    float: left;
    width: 530px;
}
#corps .illustration{
    float: right;
    width: 180px;
    height: 140px;
    margin: 0 0 25px 0;
    padding: 10px;
    border-radius: 3px;
    background: #EFEFEF;
    border: 1px solid #eaeaea;
}
#corps .illustration:hover{
    border: 1px solid #efefef;
    background: #fff;
}

/* Le Pied de la page */
#pied{
    position: relative;
    width: 800px;
    height: 30px;
    margin: 50px auto 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 12px;
    background: transparent url(../images/general/pied.png) top left no-repeat;
}
#pied a img.comfex-logo{
    position: absolute;
    right: 13px;
}

/* Les coins pour les boites */
img.coin{
    position: absolute;
    z-index: 10;
}
img.hg{
    left: 0; top: 0;
}
img.hd{
    right: 0; top: 0;
}
img.bg{
    left: 0; bottom: 0;
}
img.bd{
    right: 0; bottom: 0;
}


/*
    Le corps de la page d'Accueil
*/

/* Le slider */
#corps #slider{
    height: 273px;
    position: relative;
    text-align: center;
}
#corps #slider #prevBtn a,
#corps #slider #nextBtn a{
    width: 40px;
    height: 51px;
    position: absolute;
    top: 110px;
    cursor: pointer;
    z-index: 1;
}
#corps #slider #prevBtn a{
    left: 0;
    background: url(../images/slider/slider-btn-g.png) left top no-repeat;
}
#corps #slider #nextBtn a{
    right: 0;
    background: url(../images/slider/slider-btn-d.png) left top no-repeat;
}

#corps #slider .degrade{
    position: absolute;
    top: 35px;
    z-index: 2;
}
#corps #slider .deg-g{
    left: 0;
}
#corps #slider .deg-d{
    right: 0;
}

#corps #slider ul li,
#corps #slider ul li img{
    width: 800px;
	height: 273px;
}

/* Les accroches */
#corps #accroches{
    height: 136px;
    margin: 30px 0 0 0;
}
#corps #accroches .accroche{
    width: 320px;
    height: 136px;
    float: left;
    padding: 0 20px 0 60px;
    font-size: 12px;
    font-style: italic;
    background: url(../images/general/accroche-red.png) left top no-repeat;
}
#corps #accroches .accroche h2{
    position: relative;
    left: -52px;
    margin: 8px 0;
    font-family: 'Monotype Corsiva';
    font-size: 26px;
    font-weight: normal;
    color: #c9393f;
}
#corps #accroches .accroche h2 span{
    color: #fff;
}

/*
    Le corps de la page Produits
*/


/* Le slider des produits (Se reférer à la feuille carousel.css) */


/* La fiche produit */
#corps #fiche-prod{
    position: relative;
    width: 680px;
    height: 303px;
    margin: 0 auto;
    padding: 30px 0 0 30px;
    color: #fff;
    background: url(../images/produits/fiche-produit.png) left top no-repeat;
}
#corps #fiche-prod div#nom{
    width: 190px;
    font-weight: bold;
}
#corps #fiche-prod div#detail{
    width: 220px;
    margin: 35px 0 0 0;
}
#corps #fiche-prod div#detail span{
    font-weight: bold;
}
#corps #fiche-prod div#image{
    width: 400px;
    height: 301px;
    padding: 5px;
    position: absolute;
    top: 12px;
    right: 10px;
    text-align: center;
    background: url(../images/general/loading.gif) center no-repeat;
}

#corps #fiche-prod div#image img{
    width: 400px;
    height: 301px;
}

#corps #produits{
    width: 704px;
    height: auto;
    margin: 30px auto 0 auto;
}

#corps #produits ul li{
    width: 170px;
    margin: 0 3px 10px 3px;
    /* D'autres propriétés communes sont déclarées dans le css Caroussel */
}

/*
    Le corps de la page Clients
*/
#corps div.client{
    width: 760px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #1d58b5;
}
#corps div.client:hover{
    color: #000;
    border-bottom-color: #000;
}
#corps div.client div.logo,
#corps div.client div.adresse{
    float: left;
}
#corps div.client div.logo{
    width: 180px;
    padding: 20px;
    text-align: center;
}
#corps div.client div.logo img{
    width: 110px;
    height: 60px;
}
#corps div.client div.adresse{
    width: 500px;
    padding: 20px;
    margin-top: 23px;
}


/*
    Le corps de la page Contact
*/

/* Le formulaire */
#corps div.contact{
    float: left;
    padding: 0 0 0 10px;
}
#corps div#formulaire{
    width: 480px;
}
#corps div#formulaire form table{
    border: none !important;
    position: relative;
}
#corps div#formulaire form table tr td{
    padding: 0 0 10px 0;
}
#corps div#formulaire form label{
    float: left;
    width: 140px;
    font-size: 15px;
    cursor: pointer;
}
#corps div#formulaire form label:hover{
    color: #4D84CE;
}
#corps div#formulaire form input,
#corps div#formulaire form textarea{
    width: 280px;
    padding: 8px;
    border: 1px solid #000;
    font-family: sans-serif;
}
#corps div#formulaire form input:hover,
#corps div#formulaire form textarea:hover{
    border: 1px solid #999 !important;
}

#corps div#formulaire form textarea{
    width: 420px;
    max-width: 420px;
    height: 125px;
    max-height: 125px;
    overflow: auto;
}
#corps div#formulaire form span.etoile{
    position: absolute;
    color: #c9393f;
    font-size: 16px;
    margin: 10px 0 0 3px;
}

#corps div#formulaire form table tr td.captcha table.table{
    width: 438px !important;
    margin: 0 !important;  
    border: 1px solid #888 !important;
}
#corps div#formulaire form table tr td.captcha table tr,
#corps div#formulaire form table tr td.captcha table tr td{
    margin: 0 !important;
    padding: 0 3px !important;
}
#corps div#formulaire form table tr td.captcha table tr td input{
    width: 284px !important;
    margin: 0 0 2px 0 !important;
}

#corps div#formulaire form table tr td input#submit,
#corps div#formulaire form table tr td input#submit:hover{
    width: 72px;
    height: 24px;
    float: right;
    padding: 0;
    cursor: pointer;
    border: none !important;
    background: url(../images/general/submit.png) no-repeat;
}
#corps div#formulaire form table tr td input#submit:hover{
    background: url(../images/general/submit-hover.png) no-repeat;
    color: #c9393f;
}

#corps div#formulaire div#etat{
    width: 89%;
    margin: 15px 0;
}

#corps div#formulaire div.etat{
    width: 100%;
    padding: 40px 10px;
    border-radius: 5px;
}

#corps div#formulaire #etat #echec{
    color: #f00;
    border: 1px solid #f00;
    background: url(../images/general/echec.jpg) right center no-repeat;
}

#corps div#formulaire #etat #succes{
    color: #7BB91E;
    border: 1px solid #7BB91E;
    background: url(../images/general/succes.jpg) right center no-repeat;
}

#corps div#formulaire #etat ul{
    padding-top: 10px;
}

#corps div#formulaire #etat ul li.erreur{
    color: #000;
    font-size: 11px;
    list-style: circle;
    margin-left: 20px;
}

/* Les coordonnées */
#corps div#coordonnees{
    width: 290px;
    margin: 0 0 0 10px;
}
#corps div#formulaire form,
#corps div#coordonnees div#renseignement,
#corps div#coordonnees div#gmap{
    margin: 20px 0 0 10px;
}

/* La carte de localisation */
#corps div#gmap{
    width: 260px;
    height: 190px;
    padding: 2px;
    background: #efefef;
    border: 1px solid #ddd;
}
#corps div#gmap .carte{
    width: 260px;
    height: 190px;
}
