.alert {
    font-weight: bold;
    color: #dc5032 !important;
}

a {color: #096AED;}
a:hover {color: #dc5032;}

/**********/
/* LAYOUT */
/**********/
body {
    color:#575757;
}
body#popup {
    padding: 2px;
    background-color:transparent;
    overflow:hidden;
}
#document {
    min-width: 990px;
    width: 99.5%;
    margin: auto;
}

#menuOneclick{
    float: left;
    width: 15%;
    margin-bottom: 10px;
    border-top:1px dashed #B1B1B1;
}
#contenu {
    float: left;
    padding-bottom: 5px;
    width: 67%;
    border-left:1px dashed #B1B1B1;
    border-right:1px dashed #B1B1B1;
}
#contenuColonneDroite{
    float: right;
    width: 148px;
    padding:4px;
    border:    1px solid #0E3293;
}
#contenuPopup {
    padding: 5px 5px 10px 5px;
    background-image:none;
    background-color:#F0F0F0;
    border:none;
}
#bandeauBasPopup {
    background:transparent url(oneclick/bandeauBas.gif) repeat-x scroll 0 0;
    border:1px solid #8A8A8A;
    clear:both;
    padding:5px 0;
    text-align:right;
}

#produitAddBtn{
    background-color: #F0F0F0;
    overflow: hidden;
    padding:15px 0 5px 0;
}
.blocGris, .blocGrisBigBottom{
    background:#F0F0F0 url(oneclick/fd_blocgris.gif) no-repeat bottom center;
    overflow:hidden;
    padding:5px 50px 17px 50px;
    width:516px;
    margin:0 auto;
}

.blocGrisLook {
    background:#F0F0F0 url(oneclick/fd_blocgris.gif) no-repeat scroll center bottom;
    margin:0 auto;

    padding:5px 0 17px;
    width:616px;
}
.blocGrisBigBottom{
        padding:5px 50px 80px 50px;
}
.blocGrisLook .intro{
    color:#096AED;
    padding:0;
    margin:0 0 0 10px;
}
.blocGrisLook .info{
    background:transparent url(oneclick/info.gif) no-repeat 0 10px;
    padding:10px 0 15px 25px !important;
    margin-left:5px;
}
.intro{
    color:#096AED;
    padding:5px 0 !important;
}

.info{
    background:transparent url(oneclick/info.gif) no-repeat 0 10px;
    padding:10px 0 15px 25px !important;
    margin-left:5px;
}

.attention{
    background:transparent url(oneclick/attention.gif) no-repeat top left;
    padding:3px 0 15px 25px !important;
}

.blocGris #bouton,
.blocGrisLook #bouton{
    padding-top:17px;
    overflow:hidden;
}
.blocGrisLook #bouton{
    padding: 0 30px;
}
#bandeau_droite{
    float:left;
    margin:5px;
    width:13%;
    text-align: center;
}

#produitListe {
    height: 275px;
    overflow-y: scroll;
    border-top: 2px dotted #4F4F4F;
}

#produitListe ul {
    list-style: none;
}

#produitListe ul li label {
    font-weight: bold;
}
#produitListe ul li li label {
    font-weight: normal;
}

#produitListe li.imported {
    color: grey;
}

#produitListe .twoColumn {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

/*****************/
/* MENU ONECLICK */
/*****************/
#menuOneclick a {
    color:#4F4F4F;
    text-decoration: none;
}

#menuOneclick a:hover {
    text-decoration: underline;
}
#menuOneclick div.itemMenu {
    background-color: #fff;
    margin: 0;
    color: #000;
    border: none;
}
#menuOneclick div.itemSousMenu {
    clear: both;
    border-top: 1px solid #8b8b8b;
    padding-bottom: 5px;
    border-left:10px solid #E8E8E8;
}

#menuOneclick div.highlight {
    background : transparent url(oneclick/fd_hightlight.gif) repeat-x bottom left;
    border-left:10px solid #D2E5B7;
}

#menuOneclick div.itemBtqFinish {
    clear: both;
    border-top: 1px solid #8b8b8b;
    padding:5px 0 5px 20px;
    background : transparent url(oneclick/fleche.gif) no-repeat 2px 7px;
}

#menuOneclick h4 {
    font-size: 11px;
    margin: 0;
    padding: 7px 0 7px 35px;
    background : url(oneclick/h4_logo.gif) no-repeat bottom left;
}
#menuOneclick h5 {
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 2px 0 0 4px;
    clear: both;
}
#menuOneclick h4 a, #menu h5 a {
    float: right;
}
#menuOneclick h5 a img, #menuOneclick h4 a img {
    padding: 0 2px;
}

#menuOneclick div.itemInformation,
#menuOneclick div.itemDeconnexion {
    border:none;
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
    padding: 15px 2px 2px 2px;
    margin:0;
    text-align:left;
    color: #4F4F4F;
}
#menuOneclick div.itemInformation{
    background: transparent url(oneclick/fd_item_information.gif) repeat-x bottom center;
    padding: 15px 2px 15px 2px;
}

#menuOneclick div.itemInformation .imgPanier{
    float: left;
    padding:10px;
}
#menuOneclick div.itemUser{
    background: #E3E3E3 url(oneclick/user.png) no-repeat top left;
    padding: 2px 25px;
    color: #dc5032;
}
#menuOneclick div.itemDeconnexion{
    background: url(oneclick/connect.png) no-repeat top left;
    padding: 2px 25px;
    color: #dc5032;
    text-align: left;
}
#menuOneclick div.itemDeconnexion a{
    background-image: none;
    padding:0;

}
#menuOneclick div.itemDeconnexion a:hover {
    background-image: none;
}

#menuOneclick .commanderBoutique{
    text-align: center;
    margin-top:10px;
}
#menuOneclick .commanderBoutique a{
    color:#096AED;
    font-weight: bold;
}

/************/
/* FIELDSET */
/************/
fieldset {
    border : 1px solid #0e3293;
    padding: 5px;
    margin: 5px 0 15px 0;
    background-color: #fff;
}
legend {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #0f0f0f;
    border : 1px solid #0e3293;
    padding: 1px 5px;
    background : url(default/legend.gif) repeat-x 0 0;
}
legend .infobull {
    position: absolute;
    margin-left:15px;
    margin-top: -12px;
}


/*****/
/* H */
/*****/
h2 {
    color: #FFF;
    letter-spacing: 1px;
    margin:0 auto;
    padding:20px 0 0 70px;
    font-size: 12px;
    font-weight: bold;
    background: url(oneclick/h2.gif) no-repeat top left;
    border: none;
    height:42px;
    width:546px;
}

h3{
    text-align: center;
    font-size:14px;
}

h4{
    text-align: center;
    font-size:12px;
}
#popup h2 {
    color: #78AE24;
    letter-spacing: 1.3px;
    padding:20px 0 20px 70px;
    font-size: 12px;
    font-weight: bold;
    background: url(oneclick/h2_popup.gif) no-repeat top left;
    border: none;
    height:42px;
    width:696px;
}


/*********/
/* INPUT */
/*********/
input, textarea, select, option, optgroup {
    font-family: Verdana, Arial Helvetica, sans-serif;
    font-size: 11px;
}
input, textarea, select {
    border: 1px solid #bebebe;
    padding:3px;
    background:#FDFDFD url(oneclick/fd_input.gif) repeat-x;
}

optgroup  {
    font-size: 12px;
}
optgroup option {
    padding-left: 10px;
}
input:focus, textarea:focus, select:focus {
    background-color: #f6f6f6;
}
input.submit, input.ajouter, input.modifier, input.supprimer, input.retour, input.print, input.duplicate  {
    border: 1px solid #79AFEC;
    background-image: url(default/submit.gif);
    height: 18px;
    cursor:pointer;
}
input.suivant, input.precedent {
    font-size:15px;
    color:#FFF;
    border:none;
    font-weight: bold;
    background-color: transparent;
    cursor: pointer;
}
input.suivant {
    float: right;
    background : transparent url(oneclick/fleche_suivante.gif) no-repeat right 4px;
    padding-right:25px;
}

input.precedent {
    float: left;
    background : transparent url(oneclick/fleche_precedente.gif) no-repeat left 4px;
    padding-left:25px;
}
input.terminer {
    float: right;
    background : transparent url(oneclick/btn_enregister.gif) no-repeat top left;
    border:none;
    color:#67AEC0;
    font-weight: bold;
    height:29px;
    padding:0;
    width:100px;
    cursor: pointer;
}
input.btnPopup{
    float: right;
    background : transparent url(oneclick/fd_btn_popup.gif) no-repeat top left;
    border:none;
    height:25px;
    width:125px;
    font-weight: bold;
    cursor: pointer;
}
input.date {
    width: 67px;
}


input.checkbox, input.radio {
    border-style: none;
}


/************/
/* CREATION */
/************/
.creation tr:hover {
    background-color: transparent;
}
.creation th {
    text-align:right;
    vertical-align: top;
    padding:7px 5px 0 5px;
}
.creation th label {
    border-bottom:none;
    font-size:11px;
}
.creation td {
    vertical-align: top;
    padding:5px;
}

.produit{
    background:url(oneclick/fd_produit.gif) no-repeat;
    height:100px;
    width:265px;
    margin:0 auto;
}

.produit td{
    padding-left:7px !important;
    text-align:center;
}
/************/
/* COMMANDE */
/************/
#telechargerFormulaire{
    padding: 20px 0 20px 50px;
    background: url(../../images/oneclick/panier.gif) no-repeat;
    display: block;
}


/**********************/
/* IMPORT DE PRODUITS */
/**********************/
.importProduit{
    list-style:none;
    font-size:11px;
}

