﻿html
{
    height: 100%;
}

body
{
    background-image: url("logo_fdnoir_boutiques.jpg");
    height: 100%;
    margin: 0px;
    padding: 0px; /*  text-align: center;*/ /* pour résoudre le bug de centrage de IE */
    font-family: Tahoma; /*background-color:Black;*/
    background-repeat: no-repeat;
}

.centrer
{
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    text-align: left; /* pour résoudre le bug de centrage de IE */
}

legend
{
    font-weight: bold;
}

.flash
{
    z-index: 2;
}

#monflash
{
    z-index: 1;
}

/*--------------------------------------------------*/
/*------------------- COMMANDE ---------------------*/
/*--------------------------------------------------*/


.panelCommande
{
    width: 640px;
    padding-top: 230px;
    margin-left: 350px;
    text-align: left; /*background-image:url("facturette_2.jpg");*/
}



.scrollPanelCommande
{
    background-color: #F4F7BE;
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}



.tableCommande
{
    padding: 10px;
    margin: 10px;
    background-color: white;
    font-size: small;
    width: 600px;
}

.trCommandeLigne1
{
    color: #2A5D25;
    font-weight: bold;
    text-align: center;
}

.trCommandeLigne2
{
    color: #82442F; /* background-color: #D5F0A0;*/
}

.trCommandeLigne3
{
    color: #82442F; /*  background-color: white;*/
}

.borderBottom
{
    border-bottom: solid 1px #C8E8B7;
}

.borderLeft
{
    border-left: solid 1px #C8E8B7;
}

.borderBottomLeft
{
    border-bottom: solid 1px #C8E8B7;
    border-left: solid 1px #C8E8B7;
}

.NomBoutique
{
    color: #2A5D25;
}

.upper
{
    text-transform: uppercase;
}

.sousTotal
{
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 420px;
    color: #82442F;
    font-weight: bolder;
    font-size: medium;
}


.borderCommande
{
    height: 30px;
    border: solid 2px #97BD5A;
    padding: 1px;
}

.totalCommande
{
    padding: 5px;
    font-weight: bold;
    color: White;
    background-color: #97BD5A; /*margin: 2px;*/
}


.tdInfosComplementaies
{
    width: 350px;
}


/*---------------- Centrage du flash Boutique ------------------- */
.CenterFenetre
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1420px;
    height: 750px;
    margin-left: -710px; /* cette valeur doit Ãªtre la moitiÃ© nÃ©gative de la valeur du width */
    margin-top: -375px; /* cette valeur doit Ãªtre la moitiÃ© nÃ©gative de la valeur du height */
}


/* ------------------ PANELS ---------------------- */


.GroupingPanel
{
    margin: 15px;
    padding: 10px;
}
.HiddenPanel
{
    visibility: hidden;
    height: 10px;
}

.PanelAction
{
    background-color: #8A7F7B;
}



/* -------- POPUP ------- */

.BoutonCache
{
    display: none;
}


.modalBackground
{
    position: absolute;
    top: 20px;
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modalPopup
{
    width: auto;
    height: auto;
    margin: auto;
    padding: 10px; /*background-color: white;*/
    background-color: #8A7F7B;
    border: none;
}

.modalPopup2
{
    width: auto;
    height: auto;
    margin: auto;
    padding: 10px; /*background-color: white;*/
    background-color: white;
    border: none;
}


.PopupTable
{
    color: White;
}

.PopupTitre
{
    background-color: #75695D;
    font-weight: bold;
    text-align: center;
}

.PopupMessage
{
    padding-top: 15px;
    color: #3D2F28;
}

.popupfooter
{
    padding-top: 30px;
    text-align: right;
}


#soc-media-tab  {
    background: no-repeat scroll 0 0 transparent;
    height: 200px;
	left: 100%;
    margin-left: -178px;
    padding-top: 0px;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 200px;
	
}
#soc-media-tab a {
    background: url("/css/Images/soc-med-sprite-v3b.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 30px;
    margin-bottom: 4px;
    margin-left: 6px;
    width: 30px;
}

#soc-media-tab a.facebook {
    background-position: 0 0;
}
#soc-media-tab a.facebook:hover {
    background-position: 0 -30px;
}
#soc-media-tab a.twitter {
    background-position: -30px 0;
}
#soc-media-tab a.twitter:hover {
    background-position: -30px -30px;
}
#soc-media-tab a.newsletter {
    background-position: -61px 0;
}
#soc-media-tab a.newsletter:hover {
    background-position: -61px -30px;
}
#soc-media-tab a.jobs {
    background-position: -92px 0;
}
#soc-media-tab a.jobs:hover {
    background-position: -92px -30px;
}

