.debugred {
    border : 1px solid red;
}
.debugblue {
    border : 1px solid blue;
}

#alibutton {

}

#ajaxOutput {
    border: 2px groove #D0E0FF;
    margin-top: 5px;
    padding: 5px;
}

.readonly {
    background-color: #D0E0FF;
}

.ajaxError {
    background-color: #F0F0F0;
    color: red;
    font-weight: bold;
}

.ajaxSuccess {
    background-color: #F0F0FF;
    color: green;
    font-weight: bold;
}

.userPanel {
    color: white;
    margin-left: 10px;
    font-size: 8pt;
}

.userPanel a {
    color: white;
}
.userPanel a:hover {
    color:#f1e8d9;
}

.welcome_username {
    color: white;
    font-size: 8pt;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.resume_livre a {
    text-decoration:none;
    color: inherit;
}

.resume_livre a img {
    border:none;
}

.flash_notice {
    margin: 5px;
    padding: 5px;
    font-size: 8pt;
    color: white;
    background-color: green;
}

.flash_warning {
    margin: 5px;
    padding: 5px;
    font-size: 8pt;
    color: white;
    background-color: orange;
}

.flash_error {
    margin: 5px;
    padding: 5px;
    font-size: 8pt;
    color: white;
    background-color: red;
}

.flash_warningForCart {
    border: 1px solid gray;
    margin: 0px;
    padding: 5px;
    font-size: 8pt;
    color: black;
    background-color: #F1E8D9;
}

.flash_warningForCart table {
    width: 100%;
}
.flash_warningForCart tr.odd {
    background-color: #FFFFF3;
}
.flash_warningForCart td.prix {
    text-align: right;
}
.flash_warningForCart td.infos {
    font-style: italic;
}

ul.error_list
{
    margin: 0;
    margin-bottom: 7px;
    color: #d33;
    border: none;
    background-color: #f33;
}

ul.error_list li
{
    padding: 4px;
    padding-left: 25px;
    list-style: none;
    color: #fff;
    background: url(../images/error.png) no-repeat 4px 4px;
}

ul.notes {
    font-size: 8pt;
    padding: 10px;
    border: 1px solid gray;
    margin: 10px 0;
    list-style-type: none;
    background-color: #FFF5EE;
    text-align: justify;
}

.tableLignesCommande {
    width: 100%;
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed gray;
}
.commentairesCommande {
    width: 100%;
    margin: 10px 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed gray;
}
.commentairesCommande a {
    font-size: 8pt;
}
.commentairesCommande a:hover {
    color: navy;
}

.total_commande_ttc {
    font-weight: bold;
    font-size: 12pt;
}

#sf_admin_container ul.sf_admin_td_actions_block {
    list-style-type: none;
}

#sf_admin_container ul.sf_admin_td_actions_block li {
    list-style-type: none;
}

#ContentLeftBox #BoxBottom{
    /* surcharge */
    margin-bottom:25px;
}

.prix {
    margin-top: 10px;
    margin-left: 20px;
    font-weight: bold;
}

.lienCommandeActus {
}
.lienCommandeActus a img {
    border: 0;
}
.lienCommande {
    vertical-align: top;
    font-size:10px;
    font-weight:bold;    
}
.lienCommande a {
    color: white;
    background-color: #171865;
    padding:3px;
    font-size:8px;
    margin-bottom: 0px;
}
.lienCommande a.noir{
   color: black;
   background-color: white;
   font-size: 10px;
   font-weight: bold;
   line-height:15px;
}
.tableClient td {
    padding : 5px 15px;
    text-align: left;
}

.infosCommande {
    margin-bottom: 10px;
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;
}

#phraseJour {
    overflow: hidden;
    width: 550px;
    height: 20px;
}

.criteresRecherche {
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 20px;
}

.criteresRecherche label{
    font-size: 10pt;
    font-style: normal;
}

.pagerLink {
    display: inline;
    font-size: 8pt;
    margin: 10px;
    padding: 2px;
    background-color: #171865;
    border: 1px groove silver;
}

.pagerLink a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.numpage {
    display: inline;
    font-size: 8pt;
    margin: 20px;
    padding: 2px;
    background-color: #A7C8FF;
    border: 1px groove silver;
}

.blocPager {
    text-align: center;
    margin-top: 20px;
}

.livraison_label {
    font-size: 8pt;
    font-weight: bold;
    padding-top: 20px;
}

.livraison_infos {
    font-size: 8pt;
    text-align: center;
}

.reglement_livraison {
    font-size: 8pt;    
}
.reglement_livraison h4 {
    margin-top: 5px;
    background-color: silver;
}

.countUser {
    font-size: 8pt;
}

.numcde {
    font-weight: normal;
    font-size: 10pt;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.editInvoicePDF {
    background: url(./../images/pdf.jpg) top left no-repeat;
    width: 100px;
    height: 100px;
    margin-left: 100px;
    margin-top: 50px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16pt;
    color: black;
    display: block;
    padding-top: 10px;
    text-align: center;
}
