@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
}

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

#menu{
    float:left;
    margin-left:10px;
    position:relative;
    top:-23px;
}

#menuContent{
    border: 1px solid #999999;
    width: 135px;
    min-height:300px;
}

#menuTop{
    float:left;
    background-image: url(../../../resource/pict/menuTop.jpg);
    width: 135px;
    height: 29px;
    border: 1px solid #86141c;
}

.menuLigne{
    background-image: url(../../../resource/pict/menuLigne.jpg);
    height: 1px;
    background-position: right;
    background-repeat: no-repeat;
}

#menu ul{
    list-style-type: none;
    margin-top:35px;
}

#menu a{
    color: #737373;
    font-weight: bold;
    text-decoration: none;
    margin: 5px;
    display: block;
    width: 130px;
}

#menu li{
    margin-top: 8px;
    width: 135px;
}

#menuEtoile{
    float:right;
    border:none;
    margin-right: 2px;
}

body{

    /*background-image:url(../../../resource/pict/repeatx.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #f2f2f2;*/
}

#structure{
    background-image:url(../../../resource/pict/distributeur/fond.jpg);
    background-repeat: repeat-y;
    width: 988px;
    height: 100%;
    min-height: 800px;
    margin: auto;
    margin-top: 0px;
    background-color: white;
    /*border-left:1px solid #777777;
    border-right:1px solid #777777;*/
}

#titre{
    margin:0;
    width: 100%;
    height: 47px;
    background-image:url(../../../resource/pict/ssBandoRepeatx.jpg);
    background-repeat: repeat-x;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: white;
    padding-top: 8px;
}

#bandeau{
    float:left;
    margin:15px;
}

#logo{
    margin:10px;
    float:left;
}

#logoMarty{
    float: right;
    margin:4px;
}

#pied{
    border-top: 1px solid #777777;
    width: 100%;
    height:30px;
}

#contenu{
    height: 68.5%;
    overflow:auto;
}

#identification{
    float:left;
    margin-top: 25px;
    margin-bottom: 0;
}

#contenu fieldset{
    margin:5px;
    padding: 5px;
}

.paragraphe{
    color: #737373;
    margin: 8px;
    text-align: justify;
    text-indent: 30px;
}

.conBox{
    color: #737373;
    font-weight: bold;
    float:left;
    margin : 8px;
    padding: 8px;
}

.liste{
    list-style-type: circle;
    color: #737373;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin: 10px;
    margin-left:35px;
}

.liste a{
    display: block;
    color: #737373;
    font-weight: bold;
    text-decoration: none;
}

.liste a:hover{
    color: #333;
}

.liste li{
    margin-top: 8px;
}

p.sign {margin-right: 10px; margin-bottom: 5px; font-size: 11px; color: #b21107;letter-spacing:1px;}
a.sign {margin-right: 10px; margin-bottom: 5px; font-size: 11px; color: #BBBBBB;letter-spacing:3px;}
a.signn {margin-right: 10px; font-size: 11px; color: #b21107;letter-spacing:1px;}
a.signn:hover {color: #6d6d6d;}
a.sign:hover {color: #6d6d6d;}

#signature{
    float:right;
    margin-top:7px;
}

.floatRight{
    float:right;
}

.floatLeft{
    float:left;
}

.clearBoth{
    clear: both;
}

a img{
    border: none;
}

.libelle{
    margin-left:5px;
    display:inline-block;
    color: white;
}

.cadre{
    border: 1px solid #595959;
    text-align:justify;
    margin:15px 25px 15px 25px;
    overflow: hidden;
    color:#595959;
}

.cadreFiche{
    border: 1px solid #595959;
    background-color: #a4032f;
    text-align:justify;
    margin:15px 25px 15px 25px;
    overflow: hidden;
    height:160px;
    min-width: 250px;
}

.cadre table tr, .cadre table tr td, .cadre table tr th{
    border: 1px solid black;
    padding: 3px;
    font-size: 12px;
    color:black;
}

.cadre table{
    border-collapse: collapse;
    margin:5px;
    margin-left:auto;
    margin-right:auto;
}

.plus{
    background: transparent url('../../../resource/pict/distributeur/panier_plus.png') no-repeat;
    background-position: 0 0;
    height: 26px;
    width: 25px;
    float:right;
    vertical-align: -8px;
    margin-left:2px;
}

.plus:hover{
    background-position: 0 -25.5px;
}

.histoDet{
    background: transparent url('../../../resource/pict/distributeur/ptpanier_loupe.jpg') no-repeat;
    background-position: 0 0;
    height: 25px;
    width: 25px;
    float:right;
    vertical-align: -8px;
    margin-left:2px;
}

.histoDet:hover{
    background-position: 0 -24px;
}

.decoBtn{
    background: transparent url('../../../resource/pict/distributeur/deconnexion.jpg') no-repeat;
    background-position: 0 -25px;
    height: 25px;
    width: 162px;
}

.decoBtn:hover{
    background-position: 1px 1px;
}

.retourBtn{
    background: transparent url('../../../resource/pict/distributeur/site_marty.jpg') no-repeat;
    background-position: 0 -25px;
    height: 25px;
    width: 162px;
}

.retourBtn:hover{
    background-position:  1px 1px;
}

.modif_fiche{
    background: transparent url('../../../resource/pict/distributeur/modif_fiche.jpg') no-repeat;
    background-position: 0 -25px;
    height: 25px;
    width: 123px;
    display: block;
}

.modif_fiche:hover{
    background-position:  1px 1px;
}

.contact_atc{
    background: transparent url('../../../resource/pict/distributeur/contact_atc.jpg') no-repeat;
    background-position: 0 -29px;
    height: 29px;
    width: 193px;
    display: block;
}

.contact_atc:hover{
    background-position:  1px 1px;
}

.commande{
    background: transparent url('../../../resource/pict/distributeur/commande.jpg') no-repeat;
    background-position: 0 -25px;
    height: 25px;
    width: 173px;
    display: block;
}

.commande:hover{
    background-position:  1px 1px;
}

.panier{
    background: transparent url('../../../resource/pict/distributeur/panier.png') no-repeat;
    background-position: 0 -50px;
    height: 50px;
    width: 49px;
    position:relative;
    top:-20px;
    left:-15px;
    display: block;
}

.histoPanier{
    background: transparent url('../../../resource/pict/distributeur/panier_hist.png') no-repeat;
    background-position: 0 0;
    height: 50px;
    width: 49px;
    position:relative;
    top:-20px;
    left:-15px;
    display: block;
}

.histoPanier:hover{
    background-position:  1px -49px;
}

.panier:hover{
    background-position:  1px 1px;
}

.martyColor{
    color:#a4032f;
}

.selectFiche{
    float:right;
    border: 1px solid #595959;
}

.listeDocs{
    float:left;
    margin:10px;
    list-style: none;
}

.listeDocs li{
    background: transparent no-repeat url('../../../resource/pict/distributeur/picto_pdf.jpg');
    background-position: 0 3px;
    height: 38px;
    padding-left: 25px;
    margin-right: 5px;
}

.listeDocs li a{
    text-decoration: none;
    color: #595959;
    font-weight: bold;
}

#divComOut1,#divComOut2{
    margin:15px;
    margin:5px !important;
}

#divComOut1 input, #divComOut2 input,#divComOut1 label, #divComOut2 label, #divComOut2 div{
    display:inline-block;
    margin:4px;
}

.d4j{
    background: transparent no-repeat url('../../../resource/pict/distributeur/4j.png');
    height: 14px;
    width: 14px;
    float:left;
}

.protoEtoile{
    background: transparent no-repeat url('../../../resource/pict/distributeur/protoEtoile.jpg');
    height: 14px;
    width: 14px;
    float:left;
}

.boxTop{
    background: #a4032f url('../../../resource/pict/distributeur/sprite_box.jpg');
    height:32px;
}

.boxTopTop{
    background-repeat: repeat-x;
    background-position: 0 -32px;
}

.boxTopLeft{
    background-repeat: no-repeat;
    background-position: 0 0px;
    float:left;
    width: 6px;
}

.boxLeft{
    background: transparent repeat-y url('../../../resource/pict/distributeur/box_left_repeat.jpg');
    width: 7px;
    float:left;
    height: 100%;
}

.boxTopF{
    background: #a4032f url('../../../resource/pict/distributeur/sprite_grey.jpg');
    height:26px;
}

.boxTopTopF{
    background-repeat: repeat-x;
    background-position: 0 -26px;
}

.boxTopLeftF{
    background-repeat: no-repeat;
    background-position: 0 0px;
    float:left;
    width: 7px;
}

.boxLeftR{
    background: transparent repeat-y url('../../../resource/pict/distributeur/red_left_repeat.jpg');
    width: 5px;
    float:left;
    height: 100%;
    min-height: 1px;
}

.boxTop h3{
    color:white;
    padding:7px 0 0 10px;
}

.boxTopF h4{
    color:white;
    padding:5px 0 0 9px;
}

#boxContact{
    height:160px;
    width: 210px;
}

#contact{
    display:inline-block;
}

#fiche{
    display:inline-block;
    float:right;
}

.selectFiche{
    height: 174px;
    width:205px;
}

.selectFiche select{
    padding: 2px 0 0 9px;
    border: none;
    width: 198px;
}

#boxComOut{
    height: 207px;
    width: 449px;
}

#boxDocs{
    height: 207px;
    width: 434px;
}

#contentXml fieldset{
    padding:5px;
}

.message{
    color:red;
    font-size:17px;
    margin-left:11px;
}

#resultable tr td div input,#resultablePromo tr td div input{
    width: 60px;
}

#btnFiltre{
    background: transparent url('../../../resource/pict/distributeur/filtre.jpg') no-repeat;
    background-position: 0 -25px;
    height: 25px;
    width: 169px;
    margin-left:auto;
    margin-right:auto;
}

#btnFiltre:hover{
    background-position:  1px 1px;
}

#wait{
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    cursor:wait;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
    background: transparent repeat scroll 0 0 url(../../../resource/pict/client/overlay.png);
}

#waitImage{
    margin:auto;
    height: 32px;
    width: 32px;
    z-index: 9999;
    display:block;
    position:relative;
    top:50%;
}

.hidden{
    display:none;
}

.bottomBorder th, .bottomBorder td{
	border-bottom:1px solid grey;
}
