@CHARSET "ISO-8859-1";


#customerInfos {
    float: left;
    clear: both;
    display: block;
    width: auto;
    border: 1px solid #DADADA;
    padding: 8px 0 0 0;
    margin-bottom: 20px;
    background: #f4f4f4 url(../img/contactDetailsBg.gif) top left repeat-x;
}

p.publissimo {
    font-weight: bold;
    font-size: .9em;
    padding: 15px 0 8px 10px;
}

p.publissimo a {
    text-decoration: underline;
    color: #cc0000;
}

h5 {
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 0 0 12px;
    margin: 0 0 0 2px;
    background: url(../img/buttonMvsContact.gif) top left no-repeat;
}

#customerInfos h5 {
    margin: 0 0 0 10px;
}
    
h5 em {
    font-weight: normal;
    font-style: normal;
}

#contactDetails {
    float: left;
    clear: both;
    padding: 15px 0 13px 23px;
    margin: 0;
    font-size: 1em;
}

#customerInfos h5 {
    /*float: left;
    clear: none;*/
    width: 265px;
}


#contactDetails img {
    float: left;
    clear: none;
    border: 1px solid #DBDBDB;
}

#contactDetails p {
    float: left;
    clear: none;
    width: 174px;
    padding: 0 25px 0 25px;
    font-size: .9em;
    color: #373737;
    line-height: 140%;
}

* html #contactDetails p {
    width: 224px;
}

#contactDetails p.user {
    width: 280px;
    padding: 0;
}


#contactDetails p.user .email {
    display: block;
    background: url(../img/pictoMailMvs.gif) 0 3px no-repeat;
    padding-left: 17px;
    color: #373737;
}


#contactTabs {
    display: block;
    float: none;
    width: auto;
    overflow: hidden;
    background: #e6e6e6;
    padding: 0 5px 5px 5px;
    margin: 0;
}

#contactTabs.menu-client {
    clear: both;
    margin: 0 0 20px 0;
}

#contactTabs p {
    float: right;
    clear: none;
    width: auto;
    background: transparent url(../img/contactMvsTabLeft.gif) top left no-repeat;
    padding: 0;
    margin: 0 1px 0 0;
}

#contactTabs a {
    float: left;
    width: auto;
    background: transparent url(../img/contactMvsTabRight.gif) top right no-repeat;
    color: #fff;
    font-size: .9em;
    text-align: center;
    padding: 4px 15px 7px 15px;
}


/*   Contrat
-------------------------------------------------------------------------- */

#customerContracts {
    padding: 16px 0 0 0;
}

.contract {
    float: none;
    width: auto;
    padding: 8px 0;
}

.contract .table {
    display: block;
    float: none;
    font-size: 1em;
    width: auto;
    background: #f4f4f4;
    border: 1px solid #dadada;
    padding: 10px 8px;
}

* html .contract .table {
    width: 99%;
}

.contract table {
    font-size: 1em;
    width: 100%;
}

.customer-page table {
    margin-top: 24px;
}

.contract th {
    font-size: .9em;
    text-align: left;
    border-bottom: 1px solid #4C4D4D; /* #4C4D4D */
    color: #373737;
    padding: 0 6px 0 0;
}

.contract th em {
    display: block;
    font-weight: normal;
    font-style: normal;
}

.contract td strong,
.contract th strong {
    color: #cc0000;

}
.contract td strong {
    font-weight: normal;

}

.contract td {
    font-size: .9em;
    padding: 6px 0;
    color: #373737;
    text-align: left;
}

.contract .textinput {
    display: block;
    float: none;
    width: 73px;
    margin: 0 auto;
}

.contract .calendrier {
    width: 93px;
}

.contract .small {
    width: 33px;
}

.contract select {
    font-size: .9em;
    color: #373737;
    border: 1px solid #D6DFE8;
    background: #fff;
    height: 18px;
    padding: 0;
    margin: 0;
}

.univers select {
    width: 100px;
}

.contract .textinput input {
    float: left;
    clear: none;
    width: 60px;
    border: 1px solid #D6DFE8;
    background: #fff;
    height: 17px;
    padding: 1px 0 0 1px;
    margin: 0;
    color: #373737;
    font-size: .9em;
}

* html .contract .textinput input {
    height: 20px;
}


.contract .calendrier input {
    border-right: none;
}

.contract .small input {
    width: 30px;
}

.bouton-calendrier {
  float : left;
  width : 21px;
  height : 20px;
  padding: 0;
  margin: 0;
  background : url(../img/pictoCalendarMvs.gif) 0 0 no-repeat;
}



.checkbox {
    display: block;
    width: 20px;
    margin: 0 auto;
    text-align: center;
}

.checkbox input {
    display: inline;
    /*border: 1px solid #D6DFE8;*/
}




.submit {
    display: block;
    width: auto;
    margin: 8px 0 8px 0;
    padding: 0 20px 0 0;
}

.submit input {
    float: right;
}

#customerContracts h5 {
    float: left;
    clear: none;
    width: 265px;
}

#customerNewContract {
    float: left;
    width: 125px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: url(../img/buttonActionBg.gif) top left no-repeat;
    color: #fff;
    font-weight: bold;
    margin: 3px 0 0 0;
}


#contractState {
    padding-top: 24px;
}

#customerContracts .all-contracts {
    border-top: 3px solid #cc0000;
    margin-top: 16px;
    padding: 8px 0 16px 0;
}

#customerContracts .submit input.disable {
    float: left;
}


































