/*****************************************************************************/
/*                            BALISES HTML STANDARDS                         */
/*****************************************************************************/

body {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    width:980px;
    margin:auto;
    background-color: #afc800;
    position:relative;
}

a {
    font-weight:bold;
    color:#afc800;
    text-decoration: none;
}

a:hover {
    color: #ff8604;
}

img {
    margin:0px;
    padding:0px;
    border: none;
}


input{
    text-align:center;

}

td{
    padding:10px;
    min-width:75px;
}

/*****************************************************************************/
/*                            HEADER                                           */
/*****************************************************************************/

#header{
    margin-top:10px;
    border : 3px solid #343434;
    border-bottom:0;
    height: 150px;
    width:974px;
    background: url('images/logo_lm.png') no-repeat 38px 10px white;
    text-align:left;
}

/*****************************************************************************/
/*   Les actions contenues dans le header (index, mon devis ...)             */
/*****************************************************************************/


#option
{
    list-style-type:none;
}

#option a{
    font-weight:bold;
    color:#444444;
}

#option a:hover
{
    color:#ff8604;
}


#option #index_index a
{
    line-height: 20px ;
    white-space:nowrap;
    list-style:none;
    position:absolute;
    top:20px;
    left:-20px;
    height:100px;
    width:500px;
    font-size:0px;
    background-image: url('images/logo_lm.gif');
    background-position:bottom;
    background-repeat:no-repeat;
}
#option #index_index a:hover
{
    background: url('images/logo_lm-over.gif');
    background-position:bottom;
    background-repeat:no-repeat;
}

#option #index_devis a
{
    line-height: 20px ;
    white-space:nowrap;
    list-style:none;
    text-align:right;
    position:absolute;
    right:15px;
    top: 50px;
}

#option #index_command a
{
    line-height: 20px ;
    white-space:nowrap;
    list-style:none;
    text-align:right;
    position:absolute;
    right:15px;
    top: 80px;
}


/* Point de sortie autre que image css. (voir ci dessous) */
#logout_texte{
    display:none;
}

#emplacement{
    display:none;
}

#option #index_accueil a
{
    display:none;
}
#option #index_catalog a
{
    display:none;
}

#option #index_faq a
{
    display:none;
}

#option #index_encadrement a
{
    display:none;
}

#option #index_contact a
{
    display:none;
}


/*****************************************************************************/
/*                            MAGASIN EN COURS                               */
/*****************************************************************************/

#emplacement{
    position:relative;
    top : 15px;
    right:40px;
    font-size: 1em ;
    text-align:right;
    vertical-align:top;
    color:#999999;
}

/* La porte de sortie du magasin */

#logout{
    position:absolute;
    right:-35px;
    top:-5px;
    width:30px;
    height:30px;
    background: url('images/exit.jpg') no-repeat white;
}
#logout:hover{
    -moz-opacity:0.7;
    opacity: 0.7;
}

/*****************************************************************************/
/*                            BARRE DU MENU                                  */
/*****************************************************************************/

/* La barre rose et un conteneur vide pour éviter les mouvements */

#barre{
    height: 35px;
    width:100%;
    background: url('images/bg_menu.png') repeat-x 0 0;
}

#conteneur{
    height:60px;
}



/*****************************************************************************/
/*                            MENU DEROULANT                                 */
/*****************************************************************************/


/* Niveau 1 : Regroupement Sur Place / Sur Commande */
#service{
    z-index:1;
    position:relative;
    top:-60px;
    left:8px;
    border-collapse:collapse;
    margin:0;
    padding:0;
	color:#fff;
}


#service td{
    text-align:center;
    margin:0;
    padding:0;
}

.angleG{
    height:25px;
    width:25px;
    min-width:25px;
    max-width:25px;
    background: url('images/angleG.png') no-repeat right;
}

.angleD{
    height:25px;
    width:25px;
    min-width:25px;
    max-width:25px;
    background: url('images/angleD.png') no-repeat;
}

.milieu{
    font-weight:bold;
    height:25px;
    background: url('images/milieu.png');

}


/* Niveau 2 : Le menu déroulant */

.menu{
    position:relative;
    top:0px;
    height: 30px ;
    margin: 0 ;
    padding: 0 ;
    list-style-type: none ;
}

.menu a:hover{
    background:none;
    color:#ff8604;
}


.menu li ul a:hover{
    background:none;
    color:#ff8604;
    text-decoration:underline;
}

.menu a {
    text-align: center;
    white-space:nowrap;
    width: 220px ;
    line-height: 25px ;
    font-size: 1em ;
    font-weight: bold;
    color: #fff ;
    display: block ;
    text-decoration: none ;
}

.menu li {
    float:left;
}

.menu li ul{
    background-color:#343434;
    position: absolute;
    display: none;
    width: 15em;
    text-align:left;
    list-style: none ;
    margin-left:45px;
    padding: 0px;
    border: solid black 1px;
}


.menu li ul li a{
    text-align: left;
    margin:0px;
    padding-left:5px;
    border:none;
}

.menu li:hover ul, .menu li.sfhover ul {
    display: block;
}

/*****************************************************************************/
/*                    CONTENU CENTRAL DU SITE                                */
/*****************************************************************************/

/* Conteneur Central du site */
#contenu{
    z-index:0;
    position:relative;
    top:-55px;
    background: white;
    border: 3px solid #343434;
    padding:10px;
    text-align:center;
}

#contenu table{
    margin:auto;
}

#contenu p{
    text-align:left;
}

/*****************************************************************************/
/*                            PAGE D'ACCUEIL                                 */
/*****************************************************************************/

/* Sur la page d'accueil, bloc GoogleMap */
div#map_block{
    position:relative;
    height:400px;
}

div#map{
    position:absolute;
    top:0px;
    right:0px;
    width:550px;
    height:400px;
}

/* Sur la page d'accueil, bloc qui contient la liste des magasins les plus proches */
#list_magasins{
    padding:10px;
    position:absolute;
    top:0px;
    left:0px;
    width:300px;
    height:374px;
    text-align:left;
    border: 3px solid #444444;
    background: url('images/fleur_1.png') no-repeat bottom right;
}

div#list_magasins li{
    padding-bottom:10px;
}

/* Image d'attente '*/
#list_magasins img{
    position:absolute;
    left:20%;
    top:20%;
}


/*****************************************************************************/
/*                      COMMUN A TOUT LE SITE                                */
/*****************************************************************************/


/* Style des messages d'erreurs affichés en Javascript'*/

.zoneErreur{
    color:red;
    padding-left:15px;
    font-size:12px;
    font-weight:bold;
}


.visu{
    text-align:center;
}

.visu img{
    margin-top:4px;
    height:50px;
}


/* Le formulaire d'envoi de fichier'*/
#choix_impression td
{
    text-align:left;
}

table#choix_impression
{
    margin:0;
}

/* L'image renvoyée après envoi de fichier */
img.img_resultat{
    max-height:400px;
    max-width: 400px;
}

/* Style des prix*/
.prix{
    font-weight:bold;
    margin:5px;
    text-align:center;
}

/* Titres qui découpent les pages avec des fleurs*/
div#contenu h2{
    padding-left: 35px ;
    line-height: 25px ;
    font-size: 1.4em ;
    background: url('images/fleche.png') no-repeat left top ;
    color:#444444;
    border-bottom: 1px solid #343434 ;
    text-align:left;
}


/*****************************************************************************/
/*  SUIVENT LES STYLES SPECIFIQUES A CERTAINES PAGES OU CERTAINS ELEMENTS    */
/*****************************************************************************/


/*****************************************************************************/
/*                          Index du magasin                                 */
/*****************************************************************************/

/*La table qui contient les images de l'index*/

.tableImgIndex{
    width:100%;

}

/* Toutes les images sont stockées dans des div */
.tableImgIndex div{
    margin-top:10px;
    height:75px;
    width:100%;
}

.tableImgIndex div:hover
{
    -moz-opacity:0.7;
    opacity: 0.7;

}

/* SUR PLACE */
#imgVinyle{
    background: url('images/chat.png') no-repeat center;
}
#imgPapier{
    background: url('images/immediat_photo_papier.jpg') no-repeat center;
}
#imgAffichePapier{
    background: url('images/ico_surplacePapier.png') no-repeat center;
}
#imgToile{
    background: url('images/toile_photo_commande.png') no-repeat center;
}
#imgAfficheToile{
    background: url('images/immediat_affiche_toile.png') no-repeat center;
}

/* SUR COMMANDE*/
#imgCadre{
    background: url('images/ico_commandeCadre.png') no-repeat center;
}
#imgMiroir{
    background: url('images/smesure_miroir.png') no-repeat center;
}
#imgImgCadre{
    background: url('images/afficheEncadree.png') no-repeat center;
}
#imgPopArt{
    background: url('http://pointdeco.fr/images/popart/tableau_photo.jpg') no-repeat center;
}

#imgCmdToiles{
    background: url('http://pointdeco.fr/images/img_cmd_toile.png') no-repeat center;
}

#imgPassePartout{
    background: url('http://pointdeco.fr/images/passeP.png') no-repeat center;
}

/*****************************************************************************/
/*              Etapes de la construction d'un produit                       */
/*****************************************************************************/
#listEtapes{
    text-align:left;
}

ul.etapes li{
    background: url('images/fleche_off.png') no-repeat left top ;
    padding-left: 40px;
    margin-top:10px;
    line-height: 25px;
    white-space:nowrap;
    list-style:none;
    border-bottom: 1px solid #343434;
    font-weight:bold;
    text-align:left;
}

ul.etapes li{
    text-align:left;
}

ul.etapes li img{
    max-width:150px;
    max-height:150px;
}

ul.etapes li.highlight{
    background: url('images/fleche.png') no-repeat left top ;
}


/*****************************************************************************/
/*              LISTE DEFILANTE (cadres, miroirs, affiches ...)              */
/*****************************************************************************/


/* Images contenues dans la liste défilante de produits*/
div.element_list 
{
	border:1px solid #afc800;
}

div.element_list img 
{
    width:75px;
}

/*Style de la liste défilante*/
.table_element{
    margin:0;
    padding:0;
    border-collapse:collapse;
}
.table_element td{
    vertical-align:bottom;
    width:120px;
    min-width:120px;
    border-collapse:collapse;
    margin:0;
}




/*****************************************************************************/
/*                  TABLEAU RECAPITULATIF DE LA COMMANDE                     */
/*****************************************************************************/


/* Encart avec l'adresse du magasin */

#info_mag{
    font-weight:bold;
    text-align:center;
    padding:10px;
    margin-bottom:30px;
    border: 1px solid #e41858;
    display:block;
    width:25%;
    background-color:#eeeeee;
}

/* Tableau récapitulatif */
#recap_cmd{
    padding-bottom:25px;
    margin-bottom:25px;
    border-collapse:collapse;

}

#recap_cmd td{
    border:solid #e41858 1px;
    padding:0px 10px 0px 10px;
    margin:0;
    height:30px;
    text-align:center;
}

#recap_cmd th{
    border:solid #e41858 1px;
    padding:0;
    margin:0;
    height:40px;
    background-color:#eeeeee;
    padding:0px 10px 0px 10px;
    text-align:center;
}

.caseRecapCommand{
    min-width:100px;
    width:100px;
}

.caseRecapCommand input{
    width:30px
}

.caseRecapCommand span{
    width:30px;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
}



/*****************************************************************************/
/*                          POP ART                                          */
/*****************************************************************************/

.popart {
    font-weight:bold;
    text-align:center;
}

.popart img
{
    height:100px;
}
.popart img:hover
{
    -moz-opacity:0.7;
    opacity: 0.7;
}

.fondPop{
    border:1px solid black;
    width:120px;
    height:120px;
    display:inline-block;
    margin-bottom:-5px;
    margin-left:-5px;
    /* Attention, ne pas changer cette url, ou alors par image à signification égale */
    background: url('images/popart/fonds/none.jpg');
}

.miniFondPop{
    border:1px solid black;
    width:30px;
    height:30px;
    display:inline-block;
    margin-bottom:-10px;
    margin-left:-1px;
}

.imgPopartPreview{
    border:1px solid black;
    display:inline-block;
    width:25%;
    height:25%;
    margin-bottom:-6px;
    margin-right:-2px;

}

/*****************************************************************************/
/*                               FOOTER                                      */
/*****************************************************************************/

#barre_bas {
    position:relative;
    top:-45px;
    height: 35px;
    width:100%;
    background: url('images/bg_menu.png') repeat-x 0 0;

}

#link_cgv{
    display:none;
}

/* Le texte dans la barre en bas */
#texte_barre_bas{
    position:relative;
    top:-80px;
    line-height:25px;
    color:white;
    font-weight:bold;
    text-align:center;

}
