/* Makeshift CSS Reset */
html, body{
	margin: 0;
	padding: 0;
	/*overflow-y: hidden;*/
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}
body,table {
	margin: 0 auto;
	font: 12px/22px Verdana, Arial, sans-serif;
	color: #666666;
}
div {
	margin: 0 auto;
	font: 12px/22px Verdana, Arial, sans-serif;
}
h1{
	color:white;
	text-align:left;
	padding-left:20px;
	font-size:14px;
	height:30px;
	background:-moz-linear-gradient(90deg, #343b57, #232937); /* Firefox */
	background:-o-linear-gradient(90deg, #343b57, #232937); /* Opéra */
	background:-webkit-gradient(linear, left top, left bottom, from(#343b57), to(#232937)); /* Webkit */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#343b57', EndColorStr='#232937'); /* IE */
	border-bottom:solid 1px #999999;
	text-transform:uppercase;
	margin:0;
	padding-top:5px;
	font-weight:bold;
}
.h1{
	color:black;
	text-align:left;
	padding-left:20px;
	font-size:14px;
	height:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* Webkit */
	background:-moz-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Firefox */
	background:-o-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Opéra */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#CCCCCC'); /* IE */
	ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
	-ms-linear-gradient(#FFFFFF, #CCCCCC, #FFFFFF);
	border-bottom:solid 1px #999999;
	text-transform:uppercase;
	margin:0;
	padding-top:5px;
	font-weight:bold;
}


/*h3 {*/
/*	background:-moz-linear-gradient(90deg, #01497B, #016AAB); !* Firefox *!*/
/*	background:-o-linear-gradient(90deg, #01497B, #016AAB); !* Opéra *!*/
/*	background:-webkit-gradient(linear, left top, left bottom, from(#01497B), to(#016AAB)); !* Webkit *!*/
/*	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#01497B', EndColorStr='#016AAB'); !* IE *!*/
/*	-moz-border-radius:3px;*/
/*	-ms-border-radius:3px;*/
/*	-webkit-border-radius:3px;*/
/*	-moz-box-shadow:0 1px 0 #fff;*/
/*	-ms-box-shadow:0 1px 0 #fff;*/
/*	-webkit-box-shadow:0 1px 0 #fff;*/
/*	color:#FFFFFF;*/
/*	font-family:Arial,sans-serif;*/
/*	font-size:14px;*/
/*	font-weight:bold;*/
/*	padding-left:10px;*/
/*	text-decoration:none;*/
/*	text-transform:uppercase;*/
/*	width:100%;*/
/*}*/


h4{
	color:#94bd2b;
}

p {
	padding-bottom: 0px;
	font-size:12px;
}
label{
  display: inline;
  float: left;
  width: 75px;
  color: #666666;
}
footer {
	border-top:1px solid #CCCCCC;
	color:#CCCCCC;
	width:100%;
	text-align:right;
}
/* tableau */
table {
  padding:0px;
  border-spacing:0px;
  color: #666666;
}
/* image */
image {
  border:0px;
}

/* Liens */
a {
  text-decoration: none;
}
a:link {
  /*color: #5998DD;*/
  color:#666666;
}
a:visited {
  /*color: #5998DD;*/
  color:#666666;
}
a:hover, a:focus, a:active {
  color: #888888;
}
/* Pas de bordure pointillée ou halo lors du clic sur un lien */
a:active {
  outline: none;
}
/* Pas de bordure autour des images dans les liens */
a img {
  border: none;
}
/* Divers éléments de type en-ligne (8) */
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.calendar-event{
	background-color:#3366CC;
	border:1px solid #3366CC;
	color:#FFF;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft : 5px;
	-moz-border-radius-topright : 5px;
	-moz-border-radius-bottomleft : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
fieldset{
 	background-color:#FFFFFF;
  	border:1px solid #CCCCCC;
  	-moz-border-radius: 5px;
  	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  	margin-left:10px;
  	margin-right:10px;
  	margin-top:10px;

}
legend{

  color: #666666;/*color: #5998DD; */
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: italic;
  font-size:14px;

}

.tab_h1{
	color:black;
	text-align:left;
	font-size:12px;
	height:37px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* Webkit */
	background:-moz-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Firefox */
	background:-o-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Opéra */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#CCCCCC'); /* IE */
	border-bottom:solid 1px #999999;
	text-transform:none;
	width:100%;
}
.tab_h1 td{
	vertical-align:middle;
}

.titre_h1{
	color:black;
	text-align:left;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}


h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 0px 0;
}

form {
  margin: 0;
  padding: 0;
  border: none;
}
.form_ombrage{
	text-align:left;
	font-size:14px;
}

.form_ombrage h1{
	color:black;
	text-align:left;
	padding-left:20px;
	font-size:12px;
	height:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCCCCC)); /* Webkit */
	background:-moz-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Firefox */
	background:-o-linear-gradient(90deg, #FFFFFF, #CCCCCC); /* Opéra */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#CCCCCC'); /* IE */
	border-bottom:solid 1px #999999;
	text-transform:uppercase;
	margin:0;
	padding-top:5px;
	font-weight:normal;

  	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 0px;
  	-moz-border-radius-bottomright : 0px;

  	-webkit-border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
  	-webkit-border-bottom-right-radius: 0px;
  	-webkit-border-bottom-left-radius: 0px;
}

.form_ajout{

   -moz-border-radius: 5px;
  -moz-border-radius-topleft : 5px;
  -moz-border-radius-topright : 5px;
  -moz-border-radius-bottomleft : 5px;
  -moz-border-radius-bottomright : 5px;

  -webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  -webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  -webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  -webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  border:1px solid #CCCCCC;

}
.form_ajout td{
	padding:3px;
}
.form_ajout th{
	text-align:center;
	border-bottom:solid 1px #CCCCCC;
}
.form_ajout fieldset{
  background-color:#FFFFFF;
  border:1px solid #CCCCCC;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft : 5px;
  -moz-border-radius-topright : 5px;
  -moz-border-radius-bottomleft : 5px;
  -moz-border-radius-bottomright : 5px;

  -webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  -webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  -webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  -webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
}
.form_ajout legend{

  color: #666666;/*color: #5998DD; */
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: italic;

}

.formLabel{
	text-align:right;
	font-weight:bold;
	width:170px;
}
.formValue{
	font-weight:normal;
	/*width:30%;*/
}

.formLabelMoyen{
    text-align:right;
    font-weight:bold;
    width:250px;
}



form.css fieldset, .form_ombrage fieldset{

  background-color:#f4f9fd;
  border:1px solid #CCCCCC;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft : 5px;
  -moz-border-radius-topright : 5px;
  -moz-border-radius-bottomleft : 5px;
  -moz-border-radius-bottomright : 5px;

  -webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  -webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  -webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  -webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
}

form.css legend{
  color: #293043;/*color: #5998DD; */
  font-weight: bold; /* Valeur par défaut. (6) */
  font-style: italic;
  padding:2px;
}

#splitter_menu{
	display:table-cell;
	vertical-align:middle;
	background-color:#023878;
	/*background:#2d2d2d;*/
	/*cursor:col-resize;	*/
}

.bouton {
	background-image:url(../images/button.png);
	width:111px;
	height:36px;
	line-height:36px;
	text-align:center;
	vertical-align:middle;
	color:#FFFFFF;
	cursor:pointer;
	font-size:14px;

}

.bouton_menu {
	margin-top:0px;
	padding-top:8px;
	width:190px;
	height:40px;
	color:white;
	cursor:pointer;
	padding-left:10px;
	background:#8ec6a0;
	font-size:14px;
	font-weight:bold;
}
.bouton_sous_menu {

	vertical-align:middle;
	color:white;
	cursor:pointer;
	display:none;
	background:#8ec6a0;


}
.bouton_sous_menu a {
	color:white;
	font-size:12px;
}

input{
	autocomplete="off";
}

/** we remove the red glow around required fields since we are already using the red star */
input:required, textarea:required {
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

/** inputs and textarea**/
input:not([type="submit"]):not([type:"radio"]){
	outline:none;
	display:block;
	padding:4px 8px;
	border:1px dashed #55665E;
	color:#3F3F3F;
	font-family:'Droid Sans',Tahoma,Arial,Verdana sans-serif;
	font-size:12px;
	border-radius:2px;
	transition:background 0.2s linear;
	box-shadow 0.6s linear;
}

input:not([type="submit"]):not([type:"radio"]):active, textarea:active, input:not([type="submit"]):focus, textarea:focus{
	background:#F7F7F7;
	border:dashed 1px #969696;
	box-shadow:2px 2px 7px #E8E8E8 inset;
}
input:not([type="submit"]):not([type:"radio"]){
	height: 14px;
}
input[type=radio] {
	vertical-align:text-bottom;
}

/* placeholder */
::-webkit-input-placeholder  {
	color:#BABABA;
	font-style:italic;
}
input:-moz-placeholder, textarea:-moz-placeholder{
	color:#BABABA;
	font-style:italic;
}


.bouton_enregistrer {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	/*min-width:100px;*/
	width:120px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icon_save.png') no-repeat 2px 3px !important;
}

.bouton_dupliquer {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	/*min-width:100px;*/
	width:120px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icon_duplique.png') no-repeat 2px 3px !important;
}

.bouton_compterendu {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	/*min-width:100px;*/
	width:120px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/compte_rendu.png') no-repeat 2px 3px !important;
}

.bouton_cloturer {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:100px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icon_delete.png') no-repeat 4px 3px !important;
}

.bouton_passer_en_commande {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	/*min-width:100px;*/
	width:190px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/valider.png') no-repeat 2px 3px !important;
}

.bouton_ajouter {
	display:inline-block;
  	cursor:pointer;
	color:white;
	padding-right:10px !important;
	padding-left:10px !important;
	height:34px !important;
	min-width:120px;
	text-align:left !important;
	text-indent:25px;
	background:#023878 url('../images/ajout.png') no-repeat 6px 8px !important;
}

.bouton_ajouter:hover{
	background-color:#EA3E00;
}

.bouton_desactive {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;
  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;
	min-width:100px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icon_delete.png') no-repeat 2px 2px !important;
}

.bouton_active {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;
  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;
	min-width:100px;
	text-align:left !important;
	text-indent:25px;
	background:#023878 url('../images/valider.png') no-repeat 2px 2px !important;
}

.bouton_historique {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;
  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;
	/*9min-width:100px;*/
	width:120px;
	text-align:left !important;
	text-indent:25px;
	background:#023878 url('../images/icon_histo.png') no-repeat 4px 4px !important;
}

.bouton_modifier {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:100px;
	text-align:left !important;
	text-indent:25px;
	background:#023878 url('../images/btn_modifier.png') no-repeat left !important;
}

.bouton_transferer {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:100px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/affectation.png') no-repeat left !important;
}

.bouton_retour {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:120px !important;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icon_back.png') no-repeat left !important;
}

.bouton_precedent {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:120px !important;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icon_precedent.png') no-repeat left !important;
}

.bouton_suivant {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:120px !important;
	text-align:left !important;
	text-indent:5px;
	background:#ebebeb url('../images/icon_suivant.png') no-repeat !important;
	background-position:right !important;
}

.bouton_recherche {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:100px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/loupe.png') no-repeat 4px 4px !important;
}

.bouton_supprimer {
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:10px !important;
	border:solid 2px #cfcfcf !important;
	height:35px !important;


	min-width:100px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icon_delete.png') no-repeat 4px 3px !important;
}

.bouton_upload{
	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  	-webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  	-webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  	-webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#646464;
	padding-right:10px !important;
	padding-left:40px !important;
	border:solid 2px #cfcfcf !important;
	height:51px !important;
	line-height:51px;
	vertical-align:middle;

	min-width:300px;
	text-align:left !important;
	text-indent:25px;
	background:#ebebeb url('../images/icone_upload.png') no-repeat 2px 3px !important;
}





input[type=submit],[type=button] {

	display:inline-block;
	-moz-border-radius-topleft : 5px;
  	-moz-border-radius-topright : 5px;
  	-moz-border-radius-bottomleft : 5px;
  	-moz-border-radius-bottomright : 5px;

  	-webkit-border-top-left-radius: 5px;
  	-webkit-border-top-right-radius: 5px;
  	-webkit-border-bottom-right-radius: 5px;
  	-webkit-border-bottom-left-radius: 5px;

  	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding:3px 3px;
	height:30px;
	min-width:120px;
	text-align:center;

	background:#023878;
	/*
	background:-moz-linear-gradient(90deg, #04367b, #017cad);
	background:-o-linear-gradient(90deg, #04367b, #017cad);
	background:-webkit-gradient(linear, left top, left bottom, from(#04367b), to(#017cad));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#04367b', EndColorStr='#017cad');
	*/
	/*border:solid 2px #8bc39c;*/
	height:35px;
}


input[type=submit]:hover,[type=button]:hover, a.submit:hover{
	background-color:#EA3E00;
}



input[type=submit]:active, input[type=submit]:focus, a.submit:active, a.submit:focus{

}




.btn{
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    cursor:pointer;
    font-size: 14px;
    padding: 10px 15px;
    text-align:center;
    height: auto;
    border: none;
    color: #FFFFFF;
}

.btn-m{
    font-size: 16px;
    min-width: 130px;;
}

.btn-validation {
    background:green;

}

.btn-validation:hover{
    background-color: darkgreen;
}

.btn-impression {
    border:1px solid #000000;
    color:#000000;
    background:#FFFFFF;
}

.btn-impression:hover{
    background-color:#000000;
    color:#FFFFFF;
    border:1px solid #000000;

}

.btn-red {
    background:red;
}

.btn-red:hover{
    background-color: darkred;

}

.btn-blue {
    background:#023878;
}

.btn-blue:hover{

    background-color: #007bff;

}

.btn-litige {
    background:#F09002;
}

.btn-litige:hover{

    background-color: #FFA726;

}

.btn-green {
    background-color: #28a745;
}



.btn i{
    margin-right: 5px;
}



.bouton_standard{
    display:inline-block;
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:14px;
    border:2px solid #000000;
    color:#FFFFFF;
    padding:3px 6px;
    height: 30px;
    min-width:120px;
    text-align:center;

    background:#023878;
    height:35px;
}
.bouton_standard:hover{
    background-color:#000000;
    color:#FFFFFF;
    border:2px solid #000000;
}

.bouton_impression{
    display:inline-block;
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:14px;
    border:2px solid #000000;
    color:#000000;
    padding:3px 6px;
    height: 30px;
    min-width:120px;
    text-align:center;

    background:#FFFFFF;
    height:35px;
}
.bouton_impression:hover{
    background-color:#000000;
    color:#FFFFFF;
    border:2px solid #000000;
}

.bouton_annuler{
    display:inline-block;
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:14px;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    padding:3px 6px;
    height: 30px;
    min-width:120px;
    text-align:center;

    background:#FF1800;
    height:35px;
}
.bouton_annuler:hover{
    background-color: #e60000 ;
    color:#FFFFFF;
    border:1px solid #000000;
}

.bouton_validation{
    display:inline-block;
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:14px;
    border:1px solid white;
    color:white;
    padding:10px 10px;
    min-width:120px;
    text-align:center;
    background:green;
    height: auto;

}
.bouton_validation:hover{
    background-color: #006622 ;
    color:#FFFFFF;
    border:1px solid #000000;
}

.bouton_litige{
    display:inline-block;
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:14px;
    border:1px solid #000000;
    color:#FFFFFF;
    padding:3px 3px;
    height:30px;
    min-width:120px;
    text-align:center;

    background:#F09002;
    height:35px;
}
.bouton_litige:hover{
    background-color:#F26F03;
    border:1px solid #000000;
}





input.bouton_controle{
    display:inline-block;
    -moz-border-radius-topleft : 5px;
    -moz-border-radius-topright : 5px;
    -moz-border-radius-bottomleft : 5px;
    -moz-border-radius-bottomright : 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;

    cursor:pointer;
    font-family:Arial,sans-serif;
    font-size:14px;
    border:1px solid #006600;
    color:#FFFFFF;
    padding:3px 3px;
    height:30px;
    min-width:120px;
    text-align:center;

    background:#00b300;
    height:35px;
}
input.bouton_controle:hover{
    background-color:#009900;
    border:1px solid #004d00;
}


.icone{
    margin-right: 5px;
}


a.fonction{
	display:inline-block;
	background:#CCCCCC;
	background:-moz-linear-gradient(90deg, #808080, #CCCCCC);
	background:-o-linear-gradient(90deg, #808080, #CCCCCC);
	background:-webkit-gradient(linear, left top, left bottom, from(#CCCCCC), to(#808080));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CCCCCC', EndColorStr='#808080'); /* IE */
	border:1px solid #808080;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 0 #fff;
	-ms-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	color:#fff;
	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:0px 3px;
	text-decoration:none;
	text-shadow:0 1px 1px #333;
	text-transform:uppercase;
}
a.fonction:hover{
	background:#CCCCCC;
	background:-moz-linear-gradient(90deg, #55665E, #819181); /* Firefox */
	background:-o-linear-gradient(90deg, #55665E, #819181); /* Opéra */
	background:-webkit-gradient(linear, left top, left bottom, from(#819181), to(#55665E)); /* Webkit */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#819181', EndColorStr='#55665E'); /* IE */
	border-color:#808080;
	text-decoration:none;
}
a.fonction:active, a.fonction:focus, a.fonction:active, a.fonction:focus{

	background:#ccc;
	background:-moz-linear-gradient(90deg, #0bcdff, #067cd3);
	background:-o-linear-gradient(90deg, #0bcdff, #067cd3);
	background:-webkit-gradient(linear, left top, left bottom, from(#819181), to(#55665E));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#819181', EndColorStr='#55665E'); /* IE */
	border-color:#808080;
	outline:none;
}

.listing{
	width:100%;
}
.listing th{
	text-align:left;
	/*
	background:-moz-linear-gradient(90deg, #016cb1, #034878);
	background:-o-linear-gradient(90deg, #016cb1, #034878);
	background:-webkit-gradient(linear, left top, left bottom, from(#016cb1), to(#034878));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#016cb1', EndColorStr='#034878');
	*/
	/*background-image:url(../images/repeat-th.png);
	background-repeat:repeat-x;*/
	background-color:#8ec6a0;

	border-right:solid 1px #CCCCCC;
	color:white;
	padding:2px;
	padding-left:5px;

	height:30px;
	vertical-align:middle;

}
.listing td{
	padding:2px;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
.listing a:hover{
	text-decoration:underline;
}

.listing_ajax{
	border:solid 1px #CCCCCC;
}
.listing_ajax th{
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	background-color:#f3f3f3;
	padding:3px;
}

.listing_ajax td{
	border-right:solid 1px #CCCCCC;
	padding:3px;
}

.td_total {
	border-top:solid 1px #CCCCCC !important;
}


#page {
	display: table-cell;
	font-size:14px;
	width: 100%;
}

#main {
	font-size:14px;
	width: 100%;
	overflow-y: auto;
	/* height: 100%; */
	/* height:500px; */
	text-align:left;
}


#menu {
	display: table-cell;
	width:200px;
	vertical-align:top;
	background-color:#023878;
	color:#55665E;
	width: 200px;
	background-image:url(../images/bulles.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


#application {
	height: 100%;
}

#entete {
	/*background-image:url(../images/bg-entete.png);
	background-repeat:repeat-x;*/
	background-color:#023878;
	display: table;
	width:100%;
	height:40px;
	vertical-align:middle;
	text-align:right;
	color:#FFFFFF !important;
	padding-top:4px;
}
.contenu_page{
	padding-left:10px;
}

.tooltip{width:200px;margin:0;padding:5px;font-size:11px;color:#666;background:#fff;border:5px solid #ccc;}
.tooltip p{margin:0;text-align:justify;}

.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index:1000;
   color: #303030;
   background-color: #f5f5b5;
   border: 1px solid #DECA7E;

   font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
}


.tab_content{
	display:table-row;
	padding:10px;
	text-align:left;
	width:50%;
	vertical-align:top;
}

.input_micro{
    width:20px !important;
}

.input_mini{
	width:30px !important;
}
.input_mini_grand{
    width:50px !important;
}

.input_petit{
	width:100px !important;
}
.input_prix{
	width:50px !important;
}
.input_date{
	width:80px !important;
}
.input_moyen{
	width:150px !important;
}
.input_grand{
	width:270px !important;
}
.input_mgrand{
    width:370px !important;
}
.input_tgrand{
	width:400px !important;
}
.input_ttgrand{
    width:600px !important;
}
.input_max{
    width:100% !important;
}
.input_maxi{
	width:870px !important;
}
.lien_ajout{
	 -moz-box-shadow: 2px 2px 3px #878088;
  -webkit-box-shadow: 2px 2px 3px #878088;

   -moz-border-radius: 5px;
  -moz-border-radius-topleft : 5px;
  -moz-border-radius-topright : 5px;
  -moz-border-radius-bottomleft : 5px;
  -moz-border-radius-bottomright : 5px;

  -webkit-border-top-left-radius: 5px;/*le bord haut gauche*/
  -webkit-border-top-right-radius: 5px; /*le bord haut droit*/
  -webkit-border-bottom-right-radius: 5px;/*le bord bas droit*/
  -webkit-border-bottom-left-radius: 5px;/*le bord bas gauche*/
  border:1px solid #CCCCCC;
  padding:5px;
  font-size:12px;
}

.saisi_article td{
	vertical-align:top;
}


.progress {
	background:-moz-linear-gradient(90deg, #D2E200, #A7B400); /* Firefox */
	background:-o-linear-gradient(90deg, #D2E200, #A7B400); /* Opéra */
	background:-webkit-gradient(linear, left top, left bottom, from(#D2E200), to(#A7B400)); /* Webkit */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#D2E200', EndColorStr='#A7B400'); /* IE */

	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 1px 0 #fff;
	-ms-box-shadow:0 1px 0 #fff;
	-webkit-box-shadow:0 1px 0 #fff;
	color:#FFFFFF;
	text-align:left;
	margin:0px;
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	text-decoration:none;
	/*text-shadow:0 1px 1px #333;*/
	text-transform:uppercase;
	width:100%;
}

#titre_page{
	color:white;
	font-size:18px;
	font-weight:normal;
}
#titre_page td{
	color:white;
}
#titre_page a{
	color:white;
}
#entete_listing{
	/*background-color:#ea3e00;*/
	background:-moz-linear-gradient(90deg, #343b57, #232937); /* Firefox */
	background:-o-linear-gradient(90deg, #343b57, #232937); /* Opéra */
	background:-webkit-gradient(linear, left top, left bottom, from(#343b57), to(#232937)); /* Webkit */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#343b57', EndColorStr='#232937'); /* IE */
	color:white;
}
#entete_listing td{
	color:white;
}
#entete_listing a{
	color:white;
}

input[type=text],[type=password],[type=month],[type=number] {
	margin: 0 5px 0 0;
	padding: 4px;
	width:200px;
	font-size: 12px;
	color: #4C4C4C;
	margin:5px;
	border-radius:5px;
}
select {
	margin: 0 5px 0 0;
	padding: 5px;
	border-radius: 5px;
	width:200px;
	font-size: 12px;
	color: #4C4C4C;
	margin:5px;
}

textarea{
	margin: 0 5px 0 0;
	padding: 5px;
	border-radius: 5px;
	width:200px;
	font-size: 12px;
	color: #4C4C4C;

	margin:5px;
}

#recherche_globale{
	padding:2px;
	background:#FFF url(../images/loupe.gif) 250px 4px no-repeat;
	border-radius:5px;
	border:none;
	font-size:12px;
	color:#999;
	height:20px;
}

.div_onglet{
	display:none;
}

.readonly {
	background-color: #EBEBE4;
}

.tab_totaux_facture_detail td {
	width: 200px;
	border: 1px solid #ccc;
	padding: 5px;
}


/* SI ON IMPRIME */
@media print {
	#menu , #splitter_menu{
		display: none;
	}

	header #entete {
		display:none;
	}
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


