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

/* Conteneur Central du site */
#contenu{
    z-index:0;
    position:relative;
    top:-55px;
    background: white;
    border: 3px solid #e41858;
    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;
}


/* 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/fleur_2.png') no-repeat left top ;
    color:#444444;
    border-bottom: 1px solid #b2c902 ;
    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;
}
#imgCmdToiles{
    background: url('http://pointdeco.fr/images/img_cmd_toile.png') no-repeat center;
}
#imgImgCadre{
    background: url('../images/afficheEncadree.png') no-repeat center;
}
#imgPopArt{
    background: url('../images/toile_popart.png') no-repeat center;
}
#imgPassePartout{
    background: url('../images/passeP.png') no-repeat center;
}
#imgMateriau{
    background: url('../images/decoupe_materiau.jpg') no-repeat center;
}

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

ul.etapes li{
    background: url('../images/fleur_2_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 #e41858 ;
    font-weight:bold;
    text-align:left;
}

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

ul.etapes li img{
    width:100%;
    height:100%;
}

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

.etape_titre{
    font-weight:bold;
    display:inline-block;
    width:450px;
    background:#b2c902;
    color:black;
    font-size:1.4em;
    padding:0.3em;
    margin:0.3em;
    margin-bottom:1em;
    vertical-align: top;
}

.etape_sort{
    display: inline-block;
    padding:0;
    margin:0;
    vertical-align: middle;
}

.etape_sort .etape_sort_titre {
    display: inline-block;
    padding:0;
    margin:0;
    vertical-align: middle;
}
.etape_sort .etape_sort_choice {
    display: inline-block;
    padding:0;
    margin:0;
    vertical-align: middle;
}

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


/* Images contenues dans la liste défilante de produits*/
div.element_list img{
    max-height:75px;
    max-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-bottom:1px solid #e41858;
    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;
}

/*Les images de visualisation de la commande*/
.visu{
    text-align:center;
}

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

/*****************************************************************************/
/*                          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:100px;
    height:120px;
    /* Attention, ne pas changer cette url, ou alors par image à signification égale */
    background: url('../images/popart/fonds/none.jpg');
}

.miniFondPop{
    border:1px solid black;
    min-width:20px;
    width:20px;
    height:40px;
}

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

