@charset "UTF-8";
@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "utf-8";
/* CSS Document */

/**********************************************************************
	Elements génériques
***********************************************************************/

body {
    background-color: #E7E8E8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #414141;
    padding: 0;
    margin: 0;
    overflow: auto;
}

body.main {
    background-color: #E7E8E8;
    color: #414141;
}

nav ul li {
    display: inline;
}

a /*, a:link, a:active, a:visited*/
{
    text-decoration: none;
    color: #007ed7;
}

a:hover {
    text-decoration: underline;
}

hr {
    height: 1px;
    border: 0;
    border-top: #cacaca solid 1px;
    padding: 0;
    margin: 0 0 14px 0;
    clear: both;
}

.clearfix {
    clear: both;
}

/*********** Infobulles (Tooltips) ***********/
.x-tip {
    /* Ne pas forcer width: auto !important ici, cela empêche ExtJS de bien positionner la bulle près des bords */
    height: auto !important;
}

.x-tip-body {
    height: auto !important;
    max-width: 600px; /* On garde une limite raisonnable pour la lisibilité */
    white-space: normal !important; /* On autorise le retour à la ligne si besoin */
    overflow: visible !important;
}

.x-tip-body span, .x-tip-text-el {
    white-space: normal !important;
}

/**********************************************************************
	Elements spécifiques
***********************************************************************/
/*********** entête page ***********/
#entete-page {
    background-color: #157fcc;
    color: #ffffff;
}

#entete-page h1 a {
    background-image: url(wUneFpvCNFYNjNv8NTXQkPliyQDSuoxHA0p81lW8mLi.png);
    background-position: 19px 16px;
    background-repeat: no-repeat;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    height: 84px;
    width: 753px;
    clear: both;
    float: left;
}

#entete-page #entete-page_contenu {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
}

#entete-page #menu-annexe {
    /*float: right;*/
    /*padding-top: 9px;*/
    top: 9px;
    right: 0;
    position: absolute;
}

#entete-page #menu-annexe li {
    margin-right: 11px;
}

#entete-page #menu-annexe a {
    color: #ffffff;
}

#entete-page #menu-annexe .menu-annexe-aide a {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

#entete-page #menu-annexe .menu-annexe-connexion a, #entete-page #menu-annexe .menu-annexe-deconnexion a {
    background-image: url(jeNtrrlkthPJiMtRjfYaSXGrYjp0DfGXb2ESxWuuHno.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

#entete-page #menu-annexe .menu-annexe-utilisateur a {
    background-image: url(HV1XhmpON8j5Z04xSp3pB5nMXEhojq9VJkR51J18wrH.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
}

#entete-page #menu-principal {
    clear: both;
    z-index: 100000;
}

/*********** fil d'ariane ***********/
#menu-ariane {
    text-align: right;
    color: #515151;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    font-size: 10px;
    line-height: 13px;
}

#menu-ariane li {
    padding: 0 13px 0 3px;
    background-image: url(IBqXn4lQWOadAhtN8Bd8Ke2xPl4XzPfF6z2OyaHx8Qn.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#menu-ariane li.dernier {
    background-image: none;
    padding-right: 0;
}

#menu-ariane a {
    color: #157fcc;
}

/*********** contenu ***********/
#page {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;

}

#onglet {
    position: relative;
    clear: both;
}

#onglet article {
    position: relative;
    clear: both;
    /*margin: 0 20px 0 20px;*/
    /*border: #add2ed solid 1px;*/
    background-color: #ffffff;
    padding: 20px 18px 20px 18px;
}

#onglet article h1 {
    padding: 0;
    padding-left: 0;
    line-height: 42px;
    /*font-weight: 900;*/
    font-weight: bold;
    font-size: 17px;
    border-top: 1px solid #cacaca;
    padding-top: 2px;
    clear: both;
}

section#blocs-accueil h1 {
    border-top: 0px none;
    padding-left: 15px;
}

#tabPrincipal-body, #accueil-body {
    border: solid 1px #add2ed;
    margin-top: -1px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    overflow: hidden !important;
    width: 100% !important;
}

.onglet_wrapper {
    /*height: 2000px;*/
}

/*********** contenu page d'accueil ***********/
.contenu-page-accueil {
    position: relative;
    clear: both;
    margin: 18px 16px 18px 16px;
}

#onglet .contenu-page-accueil article {
    position: relative;
    clear: none;
    margin: 0;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.contenu-page-accueil .colonne-blocs-accueil {
    width: 25%;
    float: left;
    margin: 0 16px 18px 0;
}

.contenu-page-accueil #blocs-accueil {
    position: relative;
    float: none;
    width: calc(100% - 220px);
}

#onglet .contenu-page-accueil article.bloc-accueil {
    background-color: #ffffff;
    border: #cacaca solid 1px;
    width: 100%;
    overflow: hidden;
    margin: 0 16px 18px 0;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#onglet .contenu-page-accueil .bloc-accueil-1, #onglet .contenu-page-accueil .bloc-accueil-4, #onglet .contenu-page-accueil .bloc-accueil-7, #onglet .contenu-page-accueil .bloc-accueil-10, #onglet .contenu-page-accueil .bloc-accueil-13 {
    clear: both;
}

.contenu-page-accueil .bloc-accueil h1 {
    background-color: #eaf2f5;
    color: #454545;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    padding: 12px 16px 10px 16px;
    border-bottom: #cacaca solid 1px;
}

.contenu-page-accueil .bloc-accueil_contenu {
    padding: 13px 18px 13px 18px;
}

.contenu-page-accueil .bloc-accueil_contenu ul li {
    padding: 4px 14px 4px 14px;
    background-image: url(KVm8wFIUb1F0GFsfTCOz9KksvOdJ2Mxny6okDky5v7a.png);
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 14px;
}

.contenu-page-accueil .bloc-accueil_contenu ul li a {
    line-height: 14px;
}

#create-messageProfil #message {
    width: 500px;
}

#bloc-infos {
    width: 30%;
    min-height: 200px;
    float: right;
    padding-bottom: 20px;
}

#bloc-infos h1 {
    color: #fc771f;
    height: 40px;
    background-image: url(CiPcClvpmcWkp9smu0c7MnPvyzQchadqRc2foUfSwO.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -10000px;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    padding-bottom: 8px;
}

#bloc-infos article {
    border-bottom: #abb2c0 2px solid;
    padding: 11px 0 13px 0;
    margin: 0;
}

#bloc-infos article h2 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

#bloc-infos article div {
    white-space: pre-line;
    text-align: justify;
}

/*********** lightbox ***********/
article.popup {
    position: relative;
    clear: both;
    /*margin: 0 20px 0 20px;*/
    /*border: #add2ed solid 1px;*/
    background-color: #ffffff;
    padding: 20px 18px 20px 18px;
}

article.popup .boutons {
    border: 0;
    /*border-top: #cacaca solid 1px;*/
    padding: 0;
    clear: both;
    padding-top: 14px;
    margin-top: 14px;
    text-align: right;
}

/*********** formulaire ***********/
.zone {
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
}

/**Affichage par défaut des zone entete (cas 3 colonnes)***/
.zone .zone_entete {
    padding-bottom: 3px;
    display: inline-block;
    padding-right: 2px;
    width: 140px;
}

/**Affichage défaut des zone entete pour le cas 2 colonnes)***/
.deuxColonnes .zone .zone_entete {
    padding-bottom: 3px;
    display: inline-block;
    padding-right: 2px;
    width: 50%;
}

.w120 .zone_entete {
    width: 120px !important;
}

.w130 .zone_entete {
    width: 130px !important;
}

.w140 .zone_entete {
    width: 140px !important;
}

.w160 .zone_entete {
    width: 160px !important;
}

.w180 .zone_entete {
    width: 180px !important;
}

.w200 .zone_entete {
    width: 200px !important;
}

.w220 .zone_entete {
    width: 220px !important;
}

/**Affichage défaut des zone entete pour le cas 1 colonne)***/
.uneColonne .zone .zone_entete {
    padding-bottom: 3px;
    display: inline-block;
    padding-right: 2px;
    width: 292px;
}

.uneColonne .zone .zone_entete_une_colonne {
    vertical-align: top;
    width: 100px;
}


.zone .zone_entete label {
    color: #000000;
}

.zone .zone_contenu {
    color: #7f7f7f;
    font-size: 12px;
    display: inline-block;

}

.zone .zone_contenu select.select-simple {
    border: #cacaca solid 1px;
    height: 20px;
    padding: 1px 1px 1px 4px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    color: #515151;
    /* 	min-width: 200px; */
    /* 	max-width: 150px;*/
    width: 150px;
}

.zone .zone_contenu select.select-simple:focus {
    border-color: #3892D3;
    background-color: #f7fcff;
}

.zone .zone_contenu select.select-multiple {
    border: #cacaca solid 1px;
    padding: 1px 1px 1px 4px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 12px;
    color: #515151;
    /*	min-width: 200px; */
}

.zone .zone_contenu select.select-multiple:focus {
    border-color: #3892D3;
    background-color: #f7fcff;
}

.zone input.input-text-simple, .zone input.calendrier-simple {
    border: #cacaca solid 1px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 0 2px 0 4px;
    font-size: 12px;
    color: #515151;
    width: 143px;
}

.zone input.input-text-simple:focus, .zone input.calendrier-simple:focus {
    border-color: #3892D3;
    background-color: #f7fcff;
}

/*.zone input.input-text-simple {*/
.zone_contenu {
    /*min-width: 200px;*/
}

.zone input.calendrier-simple {
    background-image: url(0Q1nDLG9ebEUc99ezXnKX6TdDJhpeeFPMT1kyQM2YZA.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
    width: 110px;
}

.zone .calendrier-simple_separateur {
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
}

.zone-radio-simple .zone_contenu {
    text-align: center;
}

.zone-ligne .zone_entete, .zone-ligne .zone_contenu {
    float: left;
}

.zone-radio-ligne {
    float: none;
    vertical-align: middle;
    margin: 0 26px 5px 0;
}

.zone-radio-ligne .zone_entete {
    float: left;
    vertical-align: middle;
    padding-right: 8px;
    color: #474747;
    font-size: 12px;
    vertical-align: middle;
}

.zone-radio-ligne .zone_entete_extraction {
    float: left;
    vertical-align: middle;
    padding-right: 8px;
    color: #474747;
    font-size: 12px;
    vertical-align: middle;
    width: 200px;
}

.zone-radio-ligne .zone_entete label {
    font-size: 12px;
    padding-right: 8px;
    vertical-align: middle;
    color: #474747;
}

.zone-radio-ligne .zone_contenu {
}

.zone-radio-ligne .zone_pied {
    clear: both;
    vertical-align: middle;
}

.zone textarea {
    border: #cacaca solid 1px;
    font-size: 12px;
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
}

.zones-ligne {
    clear: both;
}

.zone-lecture {
    margin-bottom: 10px;
}

.zone-lecture .zone_entete, .zone-lecture .zone_contenu {
    display: inline-block;
}

.zone-lecture .zone_entete {
    color: #000000;
}

.zone-lecture .zone_contenu {
    color: #ff6600;
    font-size: 12px;
    /* 	text-transform: uppercase; */
}

.zone-lecture .zone_contenu a {
    color: #157fcc;
    text-transform: none;
}

.zone-lecture.zone-statut-expedie .zone_contenu {
    color: #3d9e03;
    text-transform: none;
}

.champ-magasins .zone .zone_entete {
    width: 50px;
    margin-left: 5px;
    padding-top: 3px;
}

.champ-magasins .zone {
    width: 85px !important;
    margin-right: 0px;
}


form fieldset {
    border: 0;
    padding: 0;
    margin: 0; /*border-bottom: #cacaca solid 1px;*/
}

form fieldset legend {
    padding: 0 0 15px 0;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
}

form .accordeon {
    background-color: #e3eef2;
    border: #91c3e7 solid 1px;
    margin-bottom: 16px;
    padding: 0 0 10px 0;
    margin-right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form .accordeon .accordeon_entete {
    padding: 11px 24px 0 0;
    margin: 0;
    margin-right: 10px;
    border: 0;
    text-align: right;
    color: #157fcc;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    cursor: pointer;
    background-image: url(QvXpei812GHsuWKfWNkn3SH1aTUMy4jXJUM27B8e9Gx.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

form .accordeon.plie .accordeon_entete {
}

form .accordeon .accordeon_contenu {
    padding: 10px 20px 0 20px;
    margin-top: 10px;
    border-top: #91c3e7 solid 1px;
}

form .accordeon.plie .accordeon_contenu {
    display: none;
}

form .accordeon .accordeon_pied {
    clear: both;
}

.boutons {
    text-align: center;
    padding: 0;
}

.boutons-gauche {
    float: left;
}

.boutons-droite {
    float: right;
}

input.bouton, a.bouton {
    background-image: url(K3zh8gHA1YRTKptcyZTZkwCQUj3u9HqQLmrRlpJSJ.png);
    background-position: left bottom;
    background-repeat: repeat;
    border: 0;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #4397d5;
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding: 0 20px 0 20px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 3px 16px 3px;
    border: #126daf solid 1px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.bouton {
    height: 26px;
}

input.bouton.disabled, a.bouton.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

input.bouton-aide {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-weight: 900;
    padding: 0 6px 0 6px;
    margin: 0;
    height: 20px;
    font-size: 12px;
    line-height: 13px;
    color: #d8eaf7;
}

input.bouton:hover, a.bouton:hover {
    background-color: #46aaf2;
    background-image: none;
    color: #ffffff;
    text-decoration: none;
}

a.bouton_vert {
    background-color: #008200;
    background-image: url(7lbiAWCqcSAPMhkxbSn2hP2prMOG8D6qmS67YmT479f.png);
    background-position: left bottom;
    background-repeat: repeat;
    border: 1px solid #007e00;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin: 0 3px 16px;
    padding: 0 20px;
    vertical-align: middle;
}

/*********** fiche ***********/
article.fiche .zone {
    clear: both;
    float: none;
}

article.fiche .zone .zone_entete {
    float: left;
    width: 28%;
    text-align: right;
    padding-right: 20px;
}

article.fiche .zone .zone_contenu {
    float: left;
}

article.fiche .boutons {
    border: 0;
    border-top: #cacaca solid 1px;
    padding: 0;
    clear: both;
    padding-top: 14px;
    margin-top: 14px;
}

/*********** liste ***********/
article.liste .boutons {
    border: 0;
    border-top: #cacaca solid 1px;
    border-bottom: #cacaca solid 1px;
    padding: 0;
    clear: both;
    padding-top: 14px;
    margin-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

article.liste .boutons .bouton {
    margin-bottom: 0;
}

/*********** menu ***********/
/* CSS3 DROPDOWN MENU => http://designmodo.com/css3-dropdown-menu/
Links:
http://vtimbuc.net/
https://twitter.com/vtimbuc
http://vladimirkudinov.com
*/


/* Reset */
#menu-principal .niveau_1 {
}

#menu-principal .niveau_1, #menu-principal .niveau_1 ul, #menu-principal .niveau_1 li, #menu-principal .niveau_1 a, #menu-principal .niveau_1 span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* Menu */
#menu-principal .niveau_1 {
    height: 36px;
    width: 100%;
    text-align: center;
    /*background: #4c4e5a;
        background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
        background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
        background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
        background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
        background: linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);*/

    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

#menu-principal .niveau_1 li {
    position: relative;
    list-style: none;
    display: inline-block;
    height: 36px;
    background-color: #7EB4DA;
    color: #ffffff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    margin-right: 3px !important;
}

/* Links */
#menu-principal .niveau_1 li a, #menu-principal .niveau_1 li span {
    background-image: url("f5B42hThm50Ka70Zob7kRpX11rMCqdi9VmLdxdGdVhw.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    margin-right: 10px;
    padding: 0 20px 0 18px;
    text-decoration: none;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.6);
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;*/
}

#menu-principal .niveau_1 li a:hover, #menu-principal .niveau_1 li span:hover {
    color: #FF6600;
}

#menu-principal .niveau_1 li:first-child a, #menu-principal .niveau_1 li:first-child span {
    border-left: none;
}

#menu-principal .niveau_1 li:last-child a, #menu-principal .niveau_1 li:last-child span {
    border-right: none;
}

#menu-principal .niveau_1 li:hover > a, #menu-principal .niveau_1 li:hover > span {
    color: #FF6600;
    background-image: url("pgX1KstlAsqpg1kNhFN2oqm7f63ui9BdcB2LYzsVC3W.png");
}

#menu-principal .niveau_2 {
    text-align: left;
}

#menu-principal .niveau_2 li:hover > a, #menu-principal .niveau_2 li:hover > span, #menu-principal .niveau_2 li > a, #menu-principal .niveau_2 li > span {
    background-image: none;
}

#menu-principal .niveau_2 li[class$="inactif"] > span {
    background-image: url("4gSVyc8r7XNO9ae6NnvFfaY5NwVgJySxpdQaOb2yW9k.png");
}

#menu-principal .niveau_2 li[class$="inactif"]:hover > span {
    background-image: url("rugJDrs242bHtSNzKJMmZvPkD6VnIW5YlHoF6bOuNsJ.png");
}

#menu-principal .niveau_3 li:hover > a, #menu-principal .niveau_3 li:hover > span, #menu-principal .niveau_3 li > a, #menu-principal .niveau_3 li > span {
    background-image: none;
}

/* Sub Menu */
#menu-principal .niveau_1 ul {
    z-index: 99999;
    position: absolute;
    top: 36px;
    /*	left: 0;*/
    opacity: 0;
    background-color: #f0f0f0;
    border-bottom: 1px solid #CACACA;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    /*-webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;

        -webkit-transition: opacity .25s ease .1s;
        -moz-transition: opacity .25s ease .1s;
        -o-transition: opacity .25s ease .1s;
        -ms-transition: opacity .25s ease .1s;
        transition: opacity .25s ease .1s;*/
}

#menu-principal .niveau_1 li:hover {
    background-color: #f0f0f0;

}

#menu-principal .niveau_1 li:hover > ul {
    opacity: 1;
}

#menu-principal .niveau_1 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    width: auto;
    min-width: 200px;
    background-color: #f0f0f0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 0 !important;
    /*	-webkit-transition: height .25s ease .1s;
        -moz-transition: height .25s ease .1s;
        -o-transition: height .25s ease .1s;
        -ms-transition: height .25s ease .1s;
        transition: height .25s ease .1s;*/
}

#menu-principal .niveau_1 li:hover > ul li {
    height: 34px;
    line-height: 34px;
    overflow: visible;
    padding: 0 12px 0 12px;
    width: auto;
}

#menu-principal .niveau_1 ul li a, #menu-principal .niveau_1 ul li span {
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    /*border-bottom: 1px solid #353539;*/
    font-size: 12px;
    font-weight: normal;
    color: #454545;
    white-space: nowrap;


}

#menu-principal .niveau_1 li ul li:hover {
    background-color: #e7e8e8;
}

#menu-principal .niveau_1 ul li:last-child a, #menu-principal .niveau_1 ul li:last-child span {
    border: none;
}

#menu-principal .niveau_1 ul .niveau_3, #menu-principal .niveau_3 ul {
    left: 100%;
    top: 0px;
    border-top: 1px solid #CACACA;

}

#menu-principal .niveau_3 {
    display: none;


}

#menu-principal .niveau_2 li:hover .niveau_3 {
    display: block;
}

/*********** menu haut ***********/
.skip {
    display: none;
}

/*********** menu nav ***********/
.nav {
    background-color: #DFEAF2; /*#eaf2f5;*/
    padding: 12px 18px 12px 18px;
}

.nav li {
    display: inline-block;
    padding: 4px 14px 4px 14px;
    margin-left: 10px;
    background-image: url(KVm8wFIUb1F0GFsfTCOz9KksvOdJ2Mxny6okDky5v7a.png);
    background-position: left center;
    background-repeat: no-repeat;
}

/*********** login ***********/
.loginForm {
    margin-left: auto;
    margin-right: auto;
}

#login .loginForm {
    width: 350px !important;
    outline: none;
}

.btn-valider {
    display: none;
}

.login_message {
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FCCAC1;
    border: 2px solid #EB5439;
    border-radius: 5px 5px 5px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    width: 50%;
}

/*********** message ***********/
.message {
    background-color: #effef0;
    border: 1px solid #41a62a;
    color: #41a62a;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.flash-password-default {
    color: #41a62a;
}

/*********** erreur ***********/
.errors {
    background-color: #f9ebeb;
    border: 1px solid #e32b2b;
    color: #e32b2b;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*********** avertissement : à compléter/ignoré ***********/
.warning {
    background-color: #f9ebeb;
    border: 1px solid #d15727;
    color: #d15727;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*********** liste EXTJS ***********/
.x-grid {
    border: 2px solid #157FCC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
}

.x-toolbar {
    padding: 2px 0 4px 8px;
}

.x-toolbar-default {
    width: 100% !important;
    background-color: #157fcc;
    border: 0;
}

.x-toolbar-text {
    color: white !important;
    /*right:0 !important;*/

    display: block;
    /*min-width: 150px;*/
    float: right;
    text-align: right;
}

/*.x-toolbar .x-box-inner, .x-toolbar .x-box-target {
width:935px !important;
}*/
/*LightBox*/
.x-window-body {
    overflow: auto;
}

/*Masquage de l'overflow */
.x-panel-body-default {
    width: 100% !important;
    overflow: hidden !important;
}

iframe#frame_accueil {
    overflow: hidden;
    padding-top: 15px;
}

.x-form-field {
    height: 18px !important;
}

#onglets {
    height: auto !important;
}

.x-tab-default-top {
    background-color: #ADD2ED !important;
    border: 0;
    border-bottom: solid 1px #4B9CD7;
    color: #4B9CD7 !important;
}

.x-tab-default-top a,
.x-tab-default-top .x-tab-inner {
    color: white;
}

.x-tab-default-active {
    background-color: #4B9CD7 !important;
    border-color: #4B9CD7;
    color: #ffffff !important;
}

.bloc_admin_conf li {
    padding: 4px 14px 4px 14px;
    background-image: url(KVm8wFIUb1F0GFsfTCOz9KksvOdJ2Mxny6okDky5v7a.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.boutons_reception {
    text-align: center;
}

.boutons_litige {
    text-align: center;
}

/*********** Changement mot de passe ***********/

.changement_password {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
}

.x-form-display-field {
    line-height: 15px;
    padding-bottom: 10px;
    padding-top: 3px;
    font-style: italic;
}

/**********Gestion des fichiers **************/

.lien_ajouter_document {
    background-image: url("ntaNH0RtxNtYLxWcGAb1PktKEWqUTGR6MD3PsCnxR3x.png");
    background-position: left top;
    background-repeat: no-repeat;
    clear: left;
    cursor: pointer;
    display: block;
    height: 20px;
    padding-left: 20px;
    padding-top: 3px;
}

div.consulter_document {
    height: 15px
}

div.fake_file {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.fake_file input {
    width: 120px !important;
}

span.imgButtonFile {
    background-image: url(OwN36xnU7rZru4qrDj4uRiEod8xQFTIEW7x1lHAjkbD.png);
    background-repeat: no-repeat;
    margin-left: 5px;
    padding-right: 16px;
}

div.input_file {
    position: relative;

}

input.file {
    cursor: pointer;
    opacity: 0;
    position: relative;
    text-align: right;
    width: 150px !important;
    z-index: 2;
    filter: alpha(opacity:0);
}

/**Tableau éditable **/

.champ-editable {
    background-color: #FFFFFF;
    border: 1px solid #3892D3;
    /*    height:25px;*/
    /*    padding-right: 3px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    height: 1.5em;
    min-height: 1.5em;
}

.champ-erreur .x-grid-cell-inner {
    border: 1px solid #cf4c35;
}

.x-grid-cell-editor .x-grid-cell-inner {
    line-height: 20px;
    padding: 3px 3px;

}

.x-grid-cell-editor .x-form-field {
    height: 25px !important;
}

/** Arbre extjs **/

.iconeTreeItem {
    display: none;
}

.feuilleTreeGrid {

}

.racineTreeGrid {
    font-weight: bold;
    text-decoration: underline;
    overflow: none;
}

.noeudTreeGrid {
    font-weight: bold;
}

.caClassement {
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
}

.titreCaClassement {
    padding: 0;
    padding-left: 0;
    line-height: 42px;
    /*font-weight: 900;*/
    font-weight: bold;
    font-size: 17px;
    padding-top: 2px;
    clear: both;
}

.info-version {
    bottom: 50px;
    right: 10px;
    position: absolute;
}


#entete-page .menu-annexe-aide {
    bottom: 75px;
    right: 10px;
    position: absolute;
    background-position: right center;
    background-repeat: no-repeat;
    height: 15px;
}

#entete-page .menu-annexe-aide div {
    padding-top: 3px;
}

#entete-page .menu-annexe-aide div a {
    color: white;
    padding-top: 4px;
}

.litige-note {
    font-size: 11px;
    margin-top: 10px;
}

.litige-note .resume {
    font-style: italic;
}

.litige-note .commentaire {
    border: 1px solid #cacaca;
    margin-top: 5px;
    padding: 3px;
    white-space: pre-line;
    overflow: auto;
    max-height: 8em;
}

.litige-grid {
    width: 100%;
}

.litige-grid #detailArticle {
    width: 73%;
}

.litige-grid #produitInconnu {
    width: 26%;
    margin-right: 0px;
}

.zone input.input-text-simple.numero-serie {
    width: 250px;
}

.commande-prixModifie .x-grid-cell-inner {
    background-color: #ADD2ED;
}

.compteRenduIntegrationRetourMagasin {
    padding-bottom: 10px;
}

.compteRenduIntegrationRetourMagasin div.label {
    padding-bottom: 5px;
}

.compteRenduIntegrationDepositionnement {
    padding-bottom: 10px;
}

.compteRenduIntegrationDepositionnement div.label {
    padding-bottom: 5px;
}

.x-grid-cell.x-grid-icon .x-grid-cell-inner {
    padding-left: 5px;
    padding-right: 5px;
}

.zone input.input-text-simple.testSignature {
    width: 350px;
}

.zone input.input-text-simple[readonly],
.zone input.input-text-simple[readonly]:focus,
.zone textarea[readonly],
.zone textarea[readonly]:focus {
    background-color: #dcdcdc;
}

.texteFieldPopin {
    width: 90%;
    padding: 3px;
}

.texteFieldPopin label {
    margin-left: 10px;
}

.texteFieldPopin textarea {
    border: 1px solid #cacaca;
    height: 150px !important;
    white-space: pre-line;
    overflow: auto;
    max-height: 8em;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.boutonsPopin {
    border: 0;
    /*border-top: #cacaca solid 1px;*/
    clear: both;
    padding-top: 14px;
    margin-left: 10px;
    margin-top: 14px;
    text-align: right;
    vertical-align: middle;
    padding: 6px 20px 6px 20px;
}


/*****************************************************************************/
/* Gestion des emails de contact en copie pour la gestion des litiges        */
/*****************************************************************************/
.lien_ajouter_email {
    background-image: url("XmklYsGIVyVT04szgXsmJ9FhzpTbuxNHjMwVsAbO5WR.png");
    background-position: left top;
    background-repeat: no-repeat;
    clear: left;
    cursor: pointer;
    display: block;
    height: 20px;
    padding-left: 20px;
    padding-top: 3px;
}

div.consulter_email {
    height: 15px
}

div.input_email {
    position: relative;
}

input.emailContactCopie {
    cursor: pointer;
    position: relative;
    width: 120px !important;
    z-index: 2;
}

div.fake_email {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.fake_email input {
    width: 120px !important;
}

#popin-informations-litige .boutons {
    text-align: center;
}

#popin-informations-litige h1 {
    padding: 0;
    padding-left: 0;
    line-height: 42px;
    font-weight: bold;
    font-size: 17px;
    border-top: 1px solid #cacaca;
    padding-top: 2px;
    clear: both;
}

#popin-informations-litige h1 > a {
    font-size: 10px;
}

.ligne-legende-quantite-a-reprendre {
    text-align: right;
}

.quantite-a-reprendre {
    color: #ff6600;
    font-size: 1.5em;
}

.quantite-a-reprendre-entete {
    position: absolute;
    font-weight: bold;
    top: 10px;
    right: 20px;
}

.quantite-a-reprendre-legende {
    color: #ff6600;
}

.produit-inconnu-titre {
    color: white;
    font-weight: bold;
}

.popinConfirmerSuppressionAvis .messageAvertissement {
    color: #e32b2b;
    line-height: 25px;
    padding-left: 10px;
}

.hidden {
    display: none;
}

/* Avenant27 */
.depo-histo-prix-ligne-detail-invalide * {
    color: #e32b2b;
}

.depo-histo-prix-ligne-detail-invalide a {
    color: #e32b2b;
}

.depo-histo-prix-ligne-detail-valide {
}

.depo-histo-prix-ligne-entete {
}

/* AV27 - Surbrillance ligne EAN && colonne Validation Fournisseur */
.ligneSurbrillance .x-grid-cell {
    background-color: #EBEBEB;
}

.cellSurbrillance {
    background-color: #EBEBEB;
}

/* AV29 : pastille rouge - exports demandés par l'utilisateur */
.pastilleMessage {
    height: 14px;
    width: 14px;
    background-color: #66ff99;
    border-radius: 50%;
    display: inline-block;
    vertical-align: bottom;
}

.ecartPrixIcon {
    background-image: url(g9ddlUhkKgSzkwuSyhsrtdfKaNcIo9jyuVB1WGDVdE8.png);
    background-position: center;
    height: 18px;
    width: 22px;
    display: none;
    vertical-align: bottom;
}

.pastilleMessageErreur {
    background-color: #ff9900 !important;
}

.blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 0;
    }
}

.formatInvalide {
    background-color: #ffffff;
    border-color: #cf4c35 !important;
}

#imageEnvironnement {
    position: fixed;
    top: 0;
    left: 0;
}

.descriptionEan {
    position: relative;
    top: 20px;
}

.boutonImportEan {
    position: relative;
    bottom: 25px;
    right: 10px;
}

#champSaisieEans {
    float: left;
}

#btnSaveCancel {
    position: relative;
    top: 45px;
}

/*.x-form-label-left label.x-form-item-label {
	text-align:right;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder {
	border-width: 0 0 0 0;
}

.x-tab-panel-header, .x-tab-panel-footer {
	background-color: transparent;
	border-color:#8db2e3;
	overflow:hidden;
	zoom:1;
}
ul.x-tab-strip-top {
	background-image: none;
	border-bottom-color:#8db2e3;
	background-color:#f8fcff;
	padding-left:15px;
}
.x-tab-strip-active span.x-tab-strip-text {
	color:#4b4c4c;
	font-weight:bold;
}
.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .x-tab-strip-top .x-tab-strip-inner {
	background-image: url(RzwBFz7cIXuSj6EhShz5PF78sMK3yBC2TIvpOOJQyBl.gif);
}
*/
/*mise en gras pour tout les titre de colonnes*/
/*.x-grid3-hd-row td{
	font-weight: bold;
}*/
/*Mise en gras de la désignation dans les tableaux*/
/*.x-grid3-col-designation{
	font-weight: bold;
}*/

/*Changement de la couleur des lignes*/
/*.x-grid3-row-alt{
	background-color:#D5E2F2;
}*/

/*Mise en place d'une couleur sur les lignes : Total par famille*/
/*.regroupementParFamille{
	background-color:#cecece;
}*/

/*Mise en place d'une couleur sur les lignes : Total par article*/
/*.regroupementParArticle{
	background-color:#dedede;
}*/

/*Gestion des boutons dans les panels*/
/*
.x-btn {
	margin-top: -3px;
}

.x-panel .x-btn-tl{
	background: none;
	width: 12px
}

.x-panel .x-btn-tc{
	background: none;
}

.x-panel .x-btn-tr{
	background: none;
	width: 12px
}

.x-panel .x-btn-bl{
	background: none;
	width: 12px
}

.x-panel .x-btn-bc{
	background: none;
}

.x-panel .x-btn-br{
	background: none;
	width: 12px
}


.x-panel .x-btn-ml{
	background: url(2f3siKJh2UviY3zVngOdiYluNqyQMWhVCUAoMu6RkKa.png) no-repeat ;
	height: 23px;
    width: 12px;
}

.x-panel .x-btn-ml i {
	width: 12px;
}

.x-panel .x-btn-mr i {
	width: 12px;
}

.x-panel .x-btn-mc{
	background: url(CWyWyjXvKo0PAPEz7G8aT3SoKSnXFGKCaw0g5sQOEKw.png) repeat ;
	height: 23px;
}

.x-panel .x-btn-mr{
	background: url(zzFlwNJX7feyS3fRKBro81rM3agJTXFIl26EsWAXjzy.png) no-repeat ;
	height: 23px;
	width:12px
}

.x-panel .x-btn-over .x-btn-tl {
	background-position: 0 0;
}
.x-panel .x-btn-over .x-btn-tr {
	background-position: 0 0;
}
.x-panel .x-btn-over .x-btn-tc {
	background-position: 0 0;
}
.x-panel .x-btn-over .x-btn-ml {
	background-position: 0 0;
}
.x-panel .x-btn-over .x-btn-mr {
	background-position: 0 0;
}
.x-panel .x-btn-over .x-btn-mc {*/
	/*Ajouter ICI les icones hover*/
	/*background-position: 0 0 ;
	background-repeat: repeat;
	
}
.x-panel .x-btn-over .x-btn-mr {*/
	/*Ajouter ICI les icones hover*/
	/*background-position: 0 0 ;
}
.x-panel .x-btn-over .x-btn-ml {*/
	/*Ajouter ICI les icones hover*/
	/*background-position: 0 0 ;
}

.x-panel .x-btn-over .x-btn-bl {
	background-position: 0 0;
}
.x-panel .x-btn-over .x-btn-br {
	background-position: 0 0;
}
.x-panel .x-btn-over .x-btn-bc {
	background-position: 0 0;
}

.x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
	padding-right: 20px;

}*/
/*Fin gestion bouton panel*/

/**Gestion des boutons qui ne sont pas dans les panels**/
/*.x-btn-tl{
	background: none;
	width: 12px
}

.x-btn-tc{
	background: none;
}

.x-btn-tr{
	background: none;
	width: 12px
}

.x-btn-bl{
	background: none;
	width: 12px
}

.x-btn-bc{
	background: none;
}

.x-btn-br{
	background: none;
	width: 12px
}


.x-btn-ml{
	background: url(2f3siKJh2UviY3zVngOdiYluNqyQMWhVCUAoMu6RkKa.png) no-repeat ;
	height: 23px;
    width: 12px;
}

.x-btn-ml i {
	width: 12px;
}

.x-btn-mr i {
	width: 12px;
}

.x-btn-mc{
	background: url(CWyWyjXvKo0PAPEz7G8aT3SoKSnXFGKCaw0g5sQOEKw.png) repeat ;
	height: 23px;
}

.x-btn-mr{
	background: url(zzFlwNJX7feyS3fRKBro81rM3agJTXFIl26EsWAXjzy.png) no-repeat ;
	height: 23px;
	width:12px
}

.x-btn-over .x-btn-tl {
	background-position: 0 0;
}
.x-btn-over .x-btn-tr {
	background-position: 0 0;
}
.x-btn-over .x-btn-tc {
	background-position: 0 0;
}
.x-btn-over .x-btn-ml {
	background-position: 0 0;
}
.x-btn-over .x-btn-mr {
	background-position: 0 0;
}
.x-btn-over .x-btn-mc {*/
	/*Ajouter ICI les icones hover*/
	/*background-position: 0 0 ;
	background-repeat: repeat;
}
.x-btn-over .x-btn-mr {*/
	/*Ajouter ICI les icones hover*/
	/*background-position: 0 0 ;
}
.x-btn-over .x-btn-ml {*/
	/*Ajouter ICI les icones hover*/
	/*background-position: 0 0 ;
}
.x-btn-over .x-btn-bl {
	background-position: 0 0;
}
.x-btn-over .x-btn-br {
	background-position: 0 0;
}
.x-btn-over .x-btn-bc {
	background-position: 0 0;
}*/
/*Fin gestion bouton or panel*/

/*Classes icones bouton*/
.btn-valider {
	background: url(uZQ4FJpCr9yjhjLJrazTbGMyskOfuTQhJaoEnqlkEKh.png) no-repeat ;
}
.btn-connexion {
	background: url(60MfrhL7SH0QNBMksHJU1Sw7y0UonnbtKi8cpBpDsW7.png) no-repeat ;
}
.btn-enregistrer {
	background: url(oRaZLMmO6jXcyskT1VRo8RwX476zngVeqqZSHKRBUSg.png) no-repeat ;
}
.btn-consulter {
	background: url(EpdLWO58KGXrQ5orW9SgYQ2fZXm7XJXMSuolP9qcYwO.png) no-repeat ;
}
.btn-consulter-document{
	background: url(8r4sgsKmvWuLV9y9LEHa1KMBCg2Rwxun0HCPYpghXGA.png) no-repeat ;
}
.btn-annuler {
	background: url(gpSc8eDt92XUoGvEDDHlZfoyDlJzQRHlHpsBQOXTHaO.png) no-repeat ;
}
.btn-parametre {
	background: url(TaSi0nVMsLF8ZISEpAMNJHyzyKJGKKQlFQOfcaOo2ts.png) no-repeat ;
}
.btn-ajouter {
	background: url(PUjHeWf84QebDWliUgNaMApJIBXkaa1KUlKXrA09B8p.png) no-repeat ;
}
.btn-retour {
	background: url(Y23QQvYhRkvuInXLTccBpgSO9LxsqBl3jIelvLliQxw.png) no-repeat ;
}
.btn-supprimer {
	background: url(jZZTIvYErMJJNr7lUkfxZiZRCUfNrsXqoO78XL69E9K.png) no-repeat ;
}
.btn-dispo {
	background: url(UQ9vQGyHms5MRTTBbt2oW3RjuNOk2TTG0S6yFBpKyY6.png) no-repeat ;
}
.btn-dispo-non {
	background: url(TYxvp71IaxKvlwGswoaHgrVzmOVoiapn5voxl3KX3Zq.png) no-repeat ;
}
.btn-fermer {
	background: url(8X0XsHbr2pJFdBayHUtvJHP17vz4QoYEH77JDiWjGYX.png) no-repeat ;
}
.btn-reinit-mdp {
	background: url(P9CZuyjsSF5UgYYnjrIcEdsLbxUPNSA4XIjMOYSQbb9.png) no-repeat ;
}
.btn-imprimer-partiel {
	background: url(HH3m3FDh3a4ts649wOuPxCQSzVk0p40Nlz24LckLR2K.png) no-repeat ;
}
.btn-exporter-partiel {
	background: url(AzxPirCIE0CCKIqXaiUPgOluNe5WXlEvD2mz02Kp11B.png) no-repeat ;
}
.btn-reinit-mdp {
	background: url(P9CZuyjsSF5UgYYnjrIcEdsLbxUPNSA4XIjMOYSQbb9.png) no-repeat ;
}
.btn-refresh {
	background: url("6BXqmEekNv00pI9i4IuGFhGmrCWczIxTKnZIpgluRnQ.gif") no-repeat ;
}

.btn-historique {
	background: url("EmU1F054pv3inwts8Sa5E8A14X5ps6Kk6azq6TXtLtr.png") no-repeat ;
}
/*Fin Classes icones bouton*/

/*Suppression de l'image de fond des boutons d'impression*/
.btn-imprimer td {
	background-image: none;
}

/*Gestion invalid composite field*/
.x-form-invalid.x-form-composite {
	background-color: transparent
}

/*Gestion popup fermeture*/
.box-confirmer-fermeture {
    left: 250px !important;
    top: 330px !important;
    width: 600px !important;
}

.x-form-display-field{
    padding-top: 3px;
}

.ext-gecko .x-form-display-field, .ext-strict .ext-ie7 .x-form-display-field{
    padding-top: 3px;
}

.ext-strict .ext-ie8 .x-form-display-field{
    padding-top: 3px;
}

.grid-image-action{
	cursor: pointer;
}

.tableau-droit-profil {
	width:100%;
}

.libelle-droit-profil {
	width:20%;
	text-align: right;
}

.valeur-droit-profil {
	text-align: center;
}

.datefield {
	width:75px;
	display:inline-table;
	vertical-align: middle;
}

/* Ecran des commandes */
.x-grid-cell.commandeCls {
	color: black;
}
.x-grid-cell.expeditionCls {
	color: grey;
}

.encapsulationTableauCA {
/* 	width:auto; */
/* 	right:0; */
	
/* 	border-radius: 10px; */
}

table.tableCAQuantites {
	border:2px solid #157FCC;
	border-spacing: 2px;
	width:900px;
	background-color: lightgrey;
	color :black;
}

table.tableCAMontants {
	border:2px solid #157FCC;
	border-spacing: 2px;	
	width:900px;
	background-color: lightgrey;
	color :black;
}

tr.trCA {
	
}

tr.trCA:hover {

}

td.tdCA{
	padding:0px;
	border:0px solid #157FCC;
	font-weight:bold;
	padding:5px;
	padding-right:10px;
	text-align:right;
}

td.montant{
	width:100px;
}

fieldset.fieldsetCA{
	background-color:#e3eef2;
	border:#91c3e7 solid 1px;
	margin-bottom:16px;
	padding:0 0 10px 0;
	margin-right:0;
	border-radius:3px;
}

fieldset.fieldsetCA #teteExtraction{
	padding: 11px 24px 0 0;
	margin: 0;
	margin-right: 10px;
	border: 0;
	text-align: right;
	color: #157fcc;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	cursor: pointer;
	background-image: url(QvXpei812GHsuWKfWNkn3SH1aTUMy4jXJUM27B8e9Gx.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

fieldset.fieldsetCA #corpsExtraction{
	padding: 10px 20px 0 20px;
	margin-top: 10px;
	border-top: #91c3e7 solid 1px;
}

fieldset.fieldsetCA radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
}

span.required-indicator {
	color: red;
}

div.bloc-accueil_contenu a {
	cursor: pointer;
}

.contenu-page-accueil .bloc-accueil_contenu ul li.bloc-sous-menu-accueil {
	background: none;
	padding-left:0px;
}
.contenu-page-accueil .bloc-accueil_contenu ul li.bloc-sous-menu-accueil ul {
	padding-left:14px;
}

.zones-ligne.uneColonne div.zone, .zones-ligne.uneColonne div.zone.zone-large{
	width:100%;
	white-space: nowrap;
}


.zones-ligne.deuxColonnes div.zone, .zones-ligne.deuxColonnes div.zone.zone-large{
	width:47%;
	white-space: nowrap;
}

.zones-ligne.troisColonnes div.zone{
	width:28%;
	white-space: nowrap;             
}

.zones-ligne.troisColonnes div.zone.zone-large{
	width:35%;
	white-space: nowrap;
}

.zones-ligne.quatreColonnes div.zone, .zones-ligne.quatreColonnes div.zone.zone-large{
	width:22%;
	white-space: nowrap;
}


.x-mask {
  z-index: 20000;
}
.x-mask-shim {
  z-index: 20000;
}


