/* Fichier UTF-8 (é)*/
body {
	background-color:#eeeeee;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
img {
	border: 0px;
}
form {
	margin: 0px;
}
textarea {
	/* Empeche Chrome et Safari d'agrandir les champs textarea */
	padding:0px;
	resize: vertical;
}
input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
	background-color: #dcdcdc;
	border: #333 1px solid;
	color: #000000;
	cursor: default;
}

/* ----------------------------------------------- CSS pour la side bar -------------------------------------------------*/
#topline {
	position: fixed;
	z-index: 300;
	top: 0px;	
	left: 0px;
	right: 0px;
}
.fondTop {
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}
.txtTop {
	color:#0F0;
	font-weight:bold;
	text-transform:uppercase;
}
#sidebar {
	position: fixed;
	z-index: 200;
	top: 25px;
	width: 260px;
	bottom: 0px;
	background-image:url(pict/ombreNav.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	background-color:#FFFFFF;
}
#sidebar .lienAnthemis {
	position: absolute;
	display: block;	
	bottom: 0px;
	width: 260px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#boutonSideBar {
	position: fixed;
	z-index: 200;
	cursor:pointer;
	margin: 5px;
	width: 39px;
	height: 26px;
	background-image: url(pict/btn-nav-repli-off.jpg);
	background-repeat: no-repeat;	
}
#boutonSideBar.closed {
	background-image: url(pict/btn-nav-repli-on.jpg);
}
#workspace {
	position: absolute;
	top: 25px;
	left: 260px;
	right: 0px;
	background-color:#EEE;
	
}
.btnDeconnexion {
	background-image:url(pict/deconnexion-off.png);
	background-repeat: no-repeat;	
	width: 111px;
	height: 19px;
	display:block;
}
.btnDeconnexion:hover {
	background-image:url(pict/deconnexion-on.png);
}
.logoBo {
	background-image: url(pict/logo.png);
	background-repeat: no-repeat;
	margin: 5px auto 5px auto;
	width: 151px;
	height: 150px;	
}
/* Pour les erreurs XDEBUG */
.xdebug-error, .xdebug-var-dump {
	position: relative;
	z-index: 900;
	background-color: #FF9;
	border: 1px solid black;
	padding: 15px;
	margin: 30px 30px 0px 270px;
}

/* FIN ! -------------------------------------------------- CSS pour la side bar --------------------------------------- */

/* CSS pour le skin de l'interface BackOffice */
/* Page de Login */
#zoneLoginBo {
	width: 400px;
	margin: 30px auto 20px auto;
	color: #FFF;
}
#zoneLoginBo .logo {
	background-image: url(pict/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 150px;
}
#zoneLoginBo .titre {
	text-align:center;
	color: #5A7223;
	background: none;
	padding: 10px 0px 10px 0px;
	margin-top: 20px;
}
#zoneLoginBo .encartLogin {
	/*background-color: #DADADA;*/
	padding: 20px;
	border-radius: 15px;
	box-shadow: 5px 5px 7px rgba(0,0,0,0.2);
	background-image: -moz-linear-gradient(top, #9CCB3B, #80A530);
	background-image: -ms-linear-gradient(top, #9CCB3B, #80A530);
	background-image: -o-linear-gradient(top, #9CCB3B, #80A530);
	background-image: -webkit-linear-gradient(top, #9CCB3B, #80A530);
	background-image: linear-gradient(top, #9CCB3B, #80A530);
	background-clip: padding-box;
}
#zoneLoginBo table {
	color: #000;
}
/* Contenu Listes et fiches */
.titre {
	background-image:url(pict/sepa-titre.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.adminSousTitre{
	background-image:url(pict/sepa-titre.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
th {
	background-color:#CCC;
	color:#000;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.adminLigne1 {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.adminLigne2 {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Pour mettre les lignes en évidences */
.adminLigne3 {
	color: #FF0000;
}
.adminLigne3 a, .adminLigne3 a:hover {
	color: inherit;
	font-weight: inherit;
}
.adminLigneSurvol {
	background-color: #FED26D;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Nouvelle gestion des ligne dans les listing */
.ligneListing {
	font-size: 11px;
}
.ligneListing td {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom:1px solid #ddd;
}
.ligneListing:nth-child(even) {
	background-color: #FFF;

}
.ligneListing:nth-child(odd) {
	background-color: #faf9f9;
}
.ligneListing:hover {
	background-color: #EEE;
}
/* FIN - Nouvelle gestion des ligne dans les listing */
.ligneNonDispo {
	background-image:url(pict/fondLigneBarre.png);	
}
.ligneNonLu {
	font-weight: bold;	
}
.tableauBasOnglet, .barreBtnsFiche {
	background-color:#FFF;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.fondJavaUpload {
	background-color: Menu;
}
/* Pour les tris sur entetes listing */
.triBo {

}
.triBo:hover {
	cursor: pointer;
	text-decoration: underline;
}
.triBoAsc {
	padding-right: 20px;
	background-image: url(pict/sort_asc.png);
	background-repeat: no-repeat;
	background-position: center right;

}
.triBoDesc {
	padding-right: 20px;
	background-image: url(pict/sort_desc.png);
	background-repeat: no-repeat;
	background-position: center right;
}
/* Liens du backOffice */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a.lienIcones img, .icone {
	opacity : 0.3;
    -moz-opacity : 0.3;
    -ms-filter: "alpha(opacity=30)"; /* IE 8 */
    filter : alpha(opacity=30); /* IE < 8 */
	cursor: auto;
}
a.lienIcones:hover img, .icone:hover {
	opacity : 1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter : alpha(opacity=100); /* IE < 8 */
	cursor: pointer;
}

/* Champs de formulaires */
.adminBouton {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	/*background-image: url(pict/fondBouton_off.jpg);
	background-repeat: repeat-x;
	background-position: center center;*/
	background-color:#666;
	color: #FFF;
	margin: 3px 1px 3px 1px;
	padding: 2px 10px 2px 10px;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.adminBouton:hover {
	background-color:#F60;
	/*background-image: url(pict/fondBouton_on.jpg);
	background-repeat: repeat-x;
	background-position: center center;*/
	cursor: pointer;
}
.btnNormal {
	min-width: 70px;
}
.btnExport {
	min-width: 150px;
}
.btnGestion {
	min-width:140px;
	margin-bottom: 3px;
	margin-bottom: 10px;
}
.btnEditer {
	min-width : 20px;
	text-align:center;
	background: none;
	background-image: url(pict/icone_application_edit.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size:0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	opacity : 0.5;
    -moz-opacity : 0.5;
}
.btnEditer:hover {
	background-color:#eeeeee;
	background-image: url(pict/icone_application_edit.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size:0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	opacity : 1;
    -moz-opacity : 1;
}
.boutonSupp {
	min-width : 16px;
	min-height:17px;
	text-align:center;
	background: none;
	background-image: url(pict/icon_poubelle2.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size:0;
	border: none;
}
.btnPdf {
	background-image: url(pict/ico-pdf.png);
	background-repeat: no-repeat;
	width: 180px;
	padding: 5px 5px 5px 30px;	
	text-align: left;
}
.btnPdf:hover {
	cursor: pointer;
	text-decoration: underline;	
}
.btnVoirSousFamille {
	display: block;
	width: 130px;
	margin: 0px 10px 0px 0px;
	padding: 3px 2px 3px 20px;
	background-image: url(/adminbase/pict/icone-liste.png);
	background-repeat:no-repeat;
	background-position: 0px -2px;
	text-align: right;
	font-size: 12px;
}
.btnVoirSousFamille:hover {
	cursor: pointer;
	text-decoration:none;
	background-position: 0px -28px;
}
.blocErreur {
	font-weight:bold;
	background-color:#FFF;
}
.chPetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
	border: 1px solid #CCC;
	vertical-align:middle;
}
.chNormal, .adminChamps {
	width: 150px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
.chLong {
	width: 470px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
.chTresLong {
	width: 600px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
.chHaut {
	min-height: 50px;
}
.chTresHaut {
	min-height: 110px;
}
.formErreur {
	background-color: #FBC5B3;
}
/* Champs spéciaux */
.chTransfertMail {
	width: 200px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
.chParcourir, .fileImageGalerie {
	width: 270px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	vertical-align:middle;
}
.chFile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 450px;
	vertical-align:middle;
}
.chDate, .chDateDisabled  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 85px;
	vertical-align: middle;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.chDateDisabled {
	color: #999999;
}
.calendrierBo {
	width: 20px;
	height: 16px;
	vertical-align: middle;
	background-image: url(pict/cal_off.gif);
	background-repeat: no-repeat;
	background-position: 4px -1px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
	position: relative;
	left: -22px;
}
.calendrierBo:hover {
	background-image: url(pict/cal_on.gif);
	cursor: pointer;
}
.chPrix{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80px;
	vertical-align: middle;
	text-align: right;
	border: 1px solid #CCC;
}
.noResize {
	resize:none;
}
/* Liste box */
.selectPetit {
	width: 80px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
.selectNormal {
	width: 150px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
.selectLong {
	width: 470px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}
.selectFamilles {
	width: 130px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:middle;
}

/* Décalages */
.decalHautArea {
	padding-top: 3px;
}
.decalGauche {
	padding-left: 10px;
}

/* ^^ ------------------------- Pagination -------------------------  */
.pgn-first-page, .pgn-previous-page, .pgn-next-page, .pgn-last-page {
	width:17px;
	height:17px;
	background-repeat: no-repeat;
	vertical-align:middle;
	display:inline-block;
	display: -moz-inline-stack;
	zoom: 1;
    *display: inline;
}
.pgn-first-page{
	background:url(pict/btn_debut_off.gif) no-repeat;
}
.pgn-first-page:hover{
	background:url(pict/btn_debut_on.gif) no-repeat;
}
.pgn-last-page{
	background:url(pict/btn_fin_off.gif) no-repeat;
}
.pgn-last-page:hover{
	background:url(pict/btn_fin_on.gif) no-repeat;
}
.pgn-previous-page{
	background:url(pict/btn_precedent_off.gif) no-repeat;
}
.pgn-previous-page:hover{
	background:url(pict/btn_precedent_on.gif) no-repeat;
}
.pgn-next-page{
	background:url(pict/btn_suivant_off.gif) no-repeat;
}
.pgn-next-page:hover{
	background:url(pict/btn_suivant_on.gif) no-repeat;
}
.pgn-disabled {
  visibility: hidden;	
}
/* champs pour aller a la page X */
/* Champs pour choisir le nombre de résultat par page */
.pgn-goto-page, .pgn-per-page {
	font-size:10px;
	width:20px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 2px #999;
	-webkit-box-shadow: inset 0px 0px 2px #999;
	box-shadow: inset 0px 0px 2px #999;	
	border:1px solid #888;
	padding:3px;
	outline: none;
	margin: 0px;
	vertical-align: middle;
	display:inline-block;
	display: -moz-inline-stack;
	zoom: 1;
    *display: inline;
}
/* Liste des index de page : 1 | 2 | 3 | 4 ... */
.pgn-list {
	margin: 0px;
	padding: 0px;
	list-style:none;
	width: 200px;	
	display:inline;
}
.pgn-list li {
	display:inline-block;
	display: -moz-inline-stack;
	zoom: 1;
    *display: inline;
}
.pgn-index {
	margin-right: 3px;
	padding: 0px 4px 0px 4px;
	border: 1px solid #888;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #888;
	cursor: pointer;
}
.pgn-selected, .pgn-index:hover {
	text-decoration:none;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #666;
	background-color:#666;
}
/* $$ ------------------------- Pagination -------------------------  */

/* Mise en forme des textes */
.msgOk {
	font-weight: bold;
	color: #009900;
}
.msgBoxOK {
	color:green;
	padding:5px;
	border:1px solid green;
	margin-top:10px;
	background-color:#DDFFDD;
}
.msgErreur {
	font-weight: bold;
	color: #FF0000;
	width:90%;
	margin:auto;
}
.msgBoxErreur {
	color:red;
	padding:5px;
	border:1px solid red;
	margin-top:10px;
	background-color:#FFDDDD;
}
.msgImportant {
	margin: 5px auto 5px auto;	
	color:#F30199;
	font-weight: bold;
	padding: 5px 10px 5px 30px;
	background-image: url(pict/icone-attention.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
.txtimportant {
	color: #336699;
}
/* Propre à l'application client */
.sepaDetailCommande, tr.sepaDetailCommande td  {
	border-bottom:1px solid #DDD;
}
.txtChiffreAffaire {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	padding-left: 10px;
	color: #cf6c02;
	border: 1px solid #e2d4bc;
	background-color: #f7e8ce;
	width: 600px;
	vertical-align: middle;
}
.imgGalerie {
	margin-top: 5px;
	margin-bottom: 1px;
	border: 1px solid #c4c3c2;
	vertical-align: middle;
}
.visible {
	display: block;
}
.invisible {
	display: none;
}
.txtGros {
	font-size: 16px;
}
.gras {
	font-weight: bold;
}
.sousTitre {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AAABAE;
}
.aideTinyMce {
	border:1px solid #DDDDDD;
	border-top: none;
	width:464px;
	background-color:#F0F0EE;
	padding: 3px;
	padding-right: 2px;
}
.aide {
	border:1px solid #DDDDDD;
	background-image:url(pict/aide.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	/*border-top: none;*/
	background-color:#F0F0EE;
	padding: 3px 3px 3px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-style:italic;
}
.encartSelection {
	width: 630px;
	height: 350px;
	overflow: auto;
}
.msgErreur2
{
	font-weight: bold;
	color: #FF9900;
}
div.msgErreurLogin
{
	border: 2px solid red;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	color: red;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#tableGestion {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #FFF;
}

#tableGestion td {
	padding-left: 10px;
}
#encartHistorique {
	height: 250px;
	width: 620px;
	overflow: auto;
}
/* SPECIAL POUR LES GALERIES PHOTOS */
ul.enLigne{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
ul.enLigne li {
	width: 86px; /* Largeur de l'image */
	min-height: 92px; /* Hauteur de l'image + 35 (pour la barre d'outil) */
	border: 1px solid #000;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 5px;
	zoom: 1;
    *display: inline;
	_height: 92px; /* Hauteur de l'image + 35 (pour la barre d'outil) */
	background-color: #DDD; /* Reprendre la couleur de adminLigne1 */
	text-align: center;
}
ul.enLigne .checkAction{
	margin: 0px;
	padding: 0px;
}
ul.enLigne .btnNormal{
	width: 35px;
}
ul.enLigne .indicePositionnement_off {
	float:none;
	height:14px;
	padding-top:1px;
	width:35px;
}
ul.enLigne .indicePositionnement_on {
	float:none;
	height: 12px;
	padding-top:0px;
	width:35px;
}
ul.enLigne li.placeHolder {
	border: 2px dashed #AAA;
	background: none;
}
ul.enLigne li.dragged {
	border: 2px dashed #F00;
}
#encartListeAssociables {
	width:395px;
	height:330px;
	overflow:auto;
}

#blocZones {
	width:225px;
	height:330px;
	overflow:auto;
	text-align:center
}
/* Overlay pour patientez pendant l'execution des actions de listingBo.js */
.loadingOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	zoom: 1;
	display: block;
	background-color:#FFF;
	z-index: 998;
	opacity: 0.6;
	-moz-opacity : 0.6;
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */
    filter : alpha(opacity=60); /* IE < 8 */
	color: #FFF;
	text-align: center;
}

.loadingOverlayMsg {
	padding-top: 30px;
	padding-bottom: 30px;
	width: 50%;
	position: fixed;
	top: 50%;
	left: 25%;
	zoom: 1;
	display: block;
	background-color:#FFF;
	border: 1px solid black;
	z-index: 999;
	color: #000;
	text-align: center;	
	font-size: 16px;
	font-weight: bold;
}
/* Nouveau styles de bouton appliquer annuler */
.lienAppliquer {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align:middle;
	text-decoration: none;
	background-image: url(pict/icone_appliquer.png);
	background-repeat: no-repeat;
	opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter : alpha(opacity=50); /* IE < 8 */
}
.lienAppliquer:hover {
	opacity : 1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter : alpha(opacity=100); /* IE < 8 */
	text-decoration: none;
	cursor: pointer;
}
.lienAnnuler {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align:middle;
	text-decoration: none;
	background-image: url(pict/icone_annuler.png);
	background-repeat: no-repeat;
	opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter : alpha(opacity=50); /* IE < 8 */
}
.lienAnnuler:hover {
	opacity : 1;
    -moz-opacity : 1;
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */
    filter : alpha(opacity=100); /* IE < 8 */
	text-decoration: none;
	cursor: pointer;
}
.lienEditer {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align:middle;
	text-decoration: none;
	background-image: url(pict/icone_application_edit.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity : 0.5;
    -moz-opacity : 0.5;
}
.lienEditer:hover {
	opacity : 1;
    -moz-opacity : 1;
	text-decoration: none;
	cursor: pointer;
}
.lienVoir {
	width: 22px;
	height: 22px;
	margin-left: 5px;
	display: inline-block;
	vertical-align:middle;
	text-decoration: none;
	background-image: url(pict/icone-loupe.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity : 0.5;
    -moz-opacity : 0.5;
}
.lienVoir:hover {
	opacity : 1;
    -moz-opacity : 1;
	text-decoration: none;
	cursor: pointer;
}
#choixPeriode {
	display: inline-block;
	vertical-align:middle;
}
/*
Les style de la page d'accueil dashboard
*/

.blocListe {
	margin:20px;
	width:40%;
	float:left;
	background-color:#D3DCE7;
	padding-bottom:5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.blocListe h2 {
	font-size:13px;
	background-color:#91A0B5;
	padding:5px;
	margin-top:0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.blocListe ul {
	margin:0;
	padding:5px;
}
.blocListe li {
	list-style:none;
	margin-bottom:5px;
	border-bottom:#333 solid 1px;
}

.blocListe .lienTous {
	float:right;
	padding-right:5px;
}
.icoFlags img {
	margin-left:3px;
}
/* Gestion des filtres pliables / déplibales */
dl.enteteBo {
	width: 90%;
	min-width: 900px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	background-image:url(pict/fond01.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
dl.enteteBo dt {
	padding-right: 10px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 3px;
	background-image: url(pict/btnMoins_off.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
dl.enteteBo  dt:hover {
	background-image: url(pict/btnMoins_on.gif);
	cursor: pointer;
}
dl.enteteBo dt.ouvert {
	background-image: url(pict/btnMoins_off.gif);
}
dl.enteteBo dt.ouvert:hover {
	background-image: url(pict/btnMoins_on.gif);
}
dl.enteteBo dt.ferme {
	background-image: url(pict/btnPlus_off.gif);
}
dl.enteteBo dt.ferme:hover {
	background-image: url(pict/btnPlus_on.gif);
}
dl.enteteBo  dd {
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
	background-image:url(pict/ombre-bas.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
/* Boutons de création de facture */
#btnSaveCalendrier {
	height: 24px;
	width: 200px;
	background-image: url(pict/fondBtnOK.jpg);
	background-repeat: repeat-x;
	border: 1px solid #060;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
}
#btnSaveMoisPrecedent {
	height: 24px;
	width: 200px;
	background-image: url(pict/fondBtnCancel.jpg);
	background-repeat: repeat-x;
	border: 1px solid #900;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-right: 10px;
}
#btnSaveMoisPrecedent:hover, #btnSaveCalendrier:hover {
	cursor: pointer;
	background-image: url(pict/fondBtnSurvol.jpg);
}
.btnNavReplie {
	width:39px;
	height:26px;
	margin:5px 0px 0px 5px;
	float:left
}
.filArianeHaut, .filArianeBas {
	font-size: 9px;
}
.filArianeHaut {
	border-bottom: 1px solid #CCC;
	background-color: #FAFAFA;
	margin-top: 5px;
}
.filArianeBas {
	/*border-top: 1px solid #CCC;*/
	background-color: #FAFAFA;
}
.filArianeHaut a, .filArianeBas a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
}
.filArianeHaut a:first-child, .filArianeBas a:first-child {
	padding-left: 5px;
}
/* POUR LES ZONES D'AFFICHAGE A ONGLET DANS LA FICHE - VERSION 0.2 */
.onglet_off {
	background-color: #666;
	color: #FFFFFF;
	margin-left: 1px;
	border-top: 1px solid #666;
	border-left:1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	cursor: auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 4px 0px 4px 0px;
}
.onglet_off a:link, .onglet_off a:visited {
	text-decoration: none;
	color: #000000;
}
.onglet_on {
	background-color: #FFF;
	color: #000000;
	margin-left: 1px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #FFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	font-weight: bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 4px 0px 4px 0px;
}
.onglet_on a:link, .onglet_on a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.onglet_vide {
	border-bottom: 1px solid #999;	
}
/* Styles identifiés */
.barreBtnsFiche {
	 background-color:#FFF;
	 border-bottom: 1px solid #999;
	 border-left: 1px solid #999;
	 border-right: 1px solid #999;
}
.divContenu {
	background-color:#FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	width : 698px;
}
.divSansOnglet {
	border-top: 1px solid #999;
}
#contenu, #contenu_1, #contenu_2, #contenu_3, #contenu_4, #contenu_5, #contenu_6, #contenu_7, #contenu_8, #contenu_transfert {
	background-color:#FFFFFF;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	width : 698px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#contenu_publication {
	padding-top: 20px;
	padding-bottom: 20px;
}
#contenu_javaUpload {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ombreHAut{
	background-image:url(pict/ombre-haut.png);
	background-repeat:repeat-x
}
.ombreBas{
	background-image:url(pict/ombre-bas.png);
	background-repeat:repeat-x
}
.enteteListe{
	background-color:#CCC;
	color:#000;
	font-weight:bold;
}
.fondDepli{
	background-image:url(pict/fond01.jpg);
	background-repeat:repeat-x;
	background-position:top;

}
.ligneEcranAccueil{
	background-color:#FFF;
	border-bottom:1px solid #DDD;
	padding:5px;

}
.encartTotAcc{
	width:40%;
	min-height:200px;
	margin-left:40px;
	margin-top:40px;
	float:left;
}
.filtre_off {
	background-color: #FFFFFF;
	height:25px;
	margin-left: 1px;
	border-left:1px solid #eeeeee;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.filtre_on {
	background-color:#cccccc;
	height:25px;
	margin-left: 1px;
	border-left:1px solid #eeeeee;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
tr#modele, tr#blocListe {
	display: none;
}
/* CSS pour les transferts de fichiers multiples */
.upMlt_introBtnSelection {
	margin-bottom: 15px;	
}
.upMlt_btnSelection {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color:#EEE;
	background-image:url(pict/upload.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #333;
	padding: 5px 5px 5px 30px;
	margin: 3px 0px 3px 0px;
	border:2px solid #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 145px;
	display: inline-block;
}
/* Bien laisser le css .upMlt_btnSelection_hover pour que le rollover marche sous IE */
.upMlt_btnSelection:hover, .upMlt_btnSelection_hover {
	cursor: pointer;
	background-color: #FF6600;
	color: #FFF;
}
.upMlt_btnStartTransfert {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color:#9BE171;
	background-image: url(pict/icon_associer.png);
	background-repeat: no-repeat;
	background-position: 120px 2px; 
	color: #000;
	padding: 6px 10px 6px 10px;
	margin: 3px 0px 3px 0px;
	border:2px solid #38A633;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: none;
}
.upMlt_btnStartTransfert:hover {
	cursor: pointer;
	background-color: #FFB76F;
}
.upMlt_btnStartTransfert.enCours {
	background-image:none;
	background-color:#FDF8B3;
	border:2px solid #FF6600;
	cursor:progress;
}
.upMlt_fileAttente {
	border:1px solid #9BE171;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 0px 10px 20px;
	display: none;
	text-align: left;
}
.upMlt_fileAttente li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 10px 3px 10px;
	margin-right: 15px;
}
.upMlt_fileAttente li:hover {
	background-image: url(pict/icon_dissocier.png);
	background-repeat: no-repeat;
	background-position: 500px 2px;
	background-color: #FEE3E0;
	cursor: pointer;
}
.upMlt_fileAttente li.enCours {
	background-image: url(pict/loading_transfert.png);
	background-repeat: no-repeat;
	background-position: 450px 6px;
	background-color: #FDF8B3;
}
.upMlt_dragZone {
	border: 3px dashed #CCC;
}
.upMlt_dragOver {
	border: 3px dashed #888;
	background-image: url(pict/fondLigneBarre_gris.png);
}
.upMlt_encartVide_petit {
	padding:30px 20px 30px 20px; 
	margin:15px 0px 15px 0px;
}
.upMlt_encartVide_grand {
	padding:150px 20px 150px 20px; 
	margin:15px 0px 15px 0px;
}
.upMlt_encartAvecFilAttente {
	padding:20px 20px 20px 20px; 
}
.upMlt_progress {
	padding-left: 15px;
	font-weight: bold;
	color: #E75109;	
}
.upMlt_txtNoCrop {
	font-weight: normal;
	font-style:italic;
	margin-top: 5px;
}
.upMlt_txtNoCrop input {
	vertical-align:middle;
	margin: 0;
	padding: 0;
}
/* Uploader minimaliste */
.upMlt_mini {
	border: 1px dashed #CCC;
	position: relative;
	min-height: 30px;
}
.upMlt_mini_progress {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	background-color:rgba(0,153,51,0.3);
	width: 0%;
}
.upMlt_mini_NomFichier {
	padding: 8px;
	color: #000;
}
.upMlt_mini_NomFichier.upMlt_vide {
	color: #AAA;
}
.upMlt_mini_actions {
	position: absolute;	
	top: 0px;
	right: 0px;
	background-color: rgba(255,255,255,0.5);
	padding:2px 5px;
}
.upMlt_mini_btnSelection {
	vertical-align: middle;
	background-color:#EEE;
	background-image:url(pict/upload_mini.png);
	background-repeat: no-repeat;
	background-position: 4px -2px;
	color: #333;
	padding: 0;
	margin: 0;
	border:2px solid #666;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}
.upMlt_mini_btnSuppression {
	vertical-align: middle;
	background-color:#EEE;
	background-image:url(pict/icon_dissocier.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	color: #333;
	padding: 0;
	margin: 0;
	border:2px solid #666;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	width: 22px;
	height: 22px;
	display: inline-block;
}

/* Bien laisser le css .upMlt_btnSelection_hover pour que le rollover marche sous IE */
.upMlt_mini_btnSelection:hover, .upMlt_mini_btnSelection_hover, .upMlt_mini_btnSuppression:hover {
	cursor: pointer;
	background-color: #FF6600;
}

/* ^^ ------------------------ CSS pour les fils d'Ariane ------------------------ ^^ */
.ariane {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

.ariane li {
	display: inline;
}

.ariane li.arianeActive {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
	font-weight: bold;
}

.ariane li:last-child:after{
	display: none;	
}

.ariane li:after {
	clear: both;
	content: ">";
	margin: 0px 5px;
}
/* $$ ------------------------ CSS pour les fils d'Ariane ------------------------ $$ */


/* ^^ ------------------------- Dictionnaire de données -------------------  ^^ */
.DataName{
	background: #555;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #000;
	color: white;
	cursor: pointer;
	display: inline-block;
	margin: 5px 2px;
	font-size: 10px;
}

.dataDictionnary{
	text-align: left;
	width: 650px;
	padding: 20px 0;	
}

.dataDictionnary .label{
	padding: 10px 30px;	
	font-weight:bold;
	display: block;
}

.blocAideReferencement{
	display: none;
	padding: 10px;
	text-align: left;
}

.dataDictionnary table{
	margin: 10px 25px;
	border-collapse: collapse;		
}

.dataDictionnary tr{
	border-bottom: 1px solid #CCC;
}

.dataDictionnary td{
	padding: 5px;
}

.dataDictionnary tr:last-child{
	border: none;
}

.buttonAideReferencement{
	cursor: pointer;
	padding: 5px;
	border-top: 1px solid #DDD;
	text-align: center;
	width: 650px;
	margin: 0 auto;
} 
/* $$ ------------------------- Dictionnaire de données -------------------- $$ */

/* ^^ ------------------------- Notifications ----------------------- ^^ */

.liNotificationMenu span:first-child{ float:left;	 display: inline-block; margin-top: 3px; }
.notificationMenu{
	border-radius: 5px;
	padding: 3px 6px;
	font-weight: bold;
	font-size: 10px;
	float: right;
	display: inline-block;
	margin-right: 10px;	
}

.liNotificationMenu:after{
	clear: both;
	display: block;
	content: "";	
}

/** Pour la couleur de la notification **/
#blocNouvelleDemande{background: #FF6600; color: white;}

/* $$ ------------------------- Notifications ----------------------- $$ */

.marqueurNouvelleDemande{
	background-image:url('pict/puceOrange.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;		
}



/* ^^ ------------------------- Logger ----------------------- ^^ */
#logger_container {
	display: block;
	position:fixed;
	top:25px;
	width:100%;
	z-index: 999;
}

#logger_container .logger_message {
	width:800px;
	left:130px;
	margin:auto;
	line-height: 20px;
	color:white;
	position:relative;
	display:none;
}

#logger_container .logger_message:last-child {
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;	
	box-shadow: 0px 5px 5px #999; 
}

#logger_container .logger_message .logger_texte {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width:100%!important;
	padding:8px 30px 8px 10px;
	display: block;
	margin:auto;
	color:white;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0px -1px 0px #000, 0px 0px 3px #000;
}

#logger_container .logger_message .logger_texte a {
	color:white!important;
	text-decoration:underline;
}

#logger_container .logger_message .logger_close {
	position:absolute;
	display: block;
	top:11px;
	right:15px;
	font-size: 24px;
	cursor:pointer;
	z-index:1000!important;
	text-shadow: 0px -1px 0px #000;
}	


#logger_container .logger_message.succes {
	background-color: #94b24f;
	border-left:1px solid #627a2d;
	border-right:1px solid #627a2d;
	border-bottom:1px solid #627a2d;
}

#logger_container .logger_message.erreur {
	background-color: #f45f64;
	border-left:1px solid #ee4145;
	border-right:1px solid #ee4145;
	border-bottom:1px solid #ee4145;
}

#logger_container .logger_message.info {
	background-color: #60a4c9;
	border-left:1px solid #206387;
	border-right:1px solid #206387;
	border-bottom:1px solid #206387;
}

#logger_container .logger_message.avertissement {
	background-color: #d47c0e;
	border-left:1px solid #9f5d0b;
	border-right:1px solid #9f5d0b;
	border-bottom:1px solid #9f5d0b;
}

.logger_confirm {border-radius: 0!important;}
.logger_confirm div.ui-dialog-content { padding:10px; display:table-cell; vertical-align:middle; margin-top:0; margin-bottom: 0; width:500px!important; }
.logger_confirm div.ui-dialog-buttonpane {border:none; margin-top:0;}
.logger_confirm button, .logger_confirm button .ui-state-hover, .logger_confirm button .ui-state-active{ padding: 2px 10px 2px 10px!important;height: auto!important; }
.logger_confirm button span {border:none;padding:0!important; font-weight: bold!important; }
/* $$ ------------------------- Logger ----------------------- $$ */
/* ^^ ------------------------ Color Picker ----------------------------------------------------------------- */
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(pict/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(pict/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(pict/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(pict/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(pict/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(pict/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(pict/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(pict/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(pict/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(pict/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(pict/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(pict/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}
/* $$ ------------------------ Color Picker ----------------------------------------------------------------- $$ */

/* Zoom sur le photos Back Office */
.imgVignette {
	width: 20px;
	height: 20px;	
}
.imgZoom {
	-webkit-box-shadow: 4px 2px 30px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    4px 2px 30px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         4px 2px 30px 0px rgba(50, 50, 50, 0.75);
	border:1px solid silver;
	background-color:#FFF;
	padding:5px;
	background-image:url(./pict/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 70;
	display:none;
}
.encartQuestion {
	margin: 15px 0px;
	background-color: #C8C8C8;
	border: 1px solid #333;
	font-weight: bold;
	color: #000;
	border-radius: 15px;
}
.encartQuestion td {
	padding: 5px;	
}

/* Liste des groupes */
.listeGroupes {
	margin:0px;
	padding: 0px;	
}
.listeGroupes li {
	list-style-type: none;
	display: inline-block;
	margin: 3px 0px;	
	width: 49%;
}
.listeGroupes li.principal {
	font-weight: bold;	
}
.listeGroupes li.selected {
	color:#390;
}
/* Liste des membres (dans les groupes) */
.listeMembres {
	margin:0px;
	padding: 0px;	
}
.listeMembres li {
	list-style-type: none;
	display: inline-block;
	margin: 3px 0px;	
	width: 30%;
}
.listeMembres li.selected {
	color:#390;
}