html {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-align: center;
	margin: 0px;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*
	background-color: #ECECEC;
	background-image: url(../images/forme/fond.gif);
	background-repeat: repeat;
	*/
}
img {
  border:0px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*height:100%;*/
}
td, div{
	text-align:left;
}
.clear_both {
	clear:both;
}
#print_button {
	cursor:pointer;
	width:30px;
	height:31px;
	background-image: url(../images/imprime.gif);
}
#container {
	background-color:#FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding: 0px;
	text-align:left;
}
#entete {
	/*background-image: url(../images/fond_entete.jpg);
	background-repeat: repeat-x;
	border: 5px solid #000000;
	width: 100%;*/
	background-color:#FFFFFF;
}
#enteteimg {
	/*background-image: url(../images/fond_entete.jpg);
	background-repeat: repeat-x;
	*/
	height: auto;
	width: auto;
	float:left;
	margin-bottom: 0px;
	/*z-index:10;
	border: 1px solid #000000;*/
}
#entetetitre {
	/*background-image: url(../images/fond_entete.jpg);
	background-repeat: repeat-x;*/
	width: auto;
	height: auto;
	/*float:left;*/
	margin-bottom: 0px;
	/*padding-left:20px;*/
	text-align:center;
	/*border: 1px solid #000000;*/
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#C81602;
	/*
	color:#333333;
	*/
	vertical-align:middle;
	/*z-index:10;*/
	
}
#menugauche {
	background-color:#fffef4;
	border: 1px solid Silver;
	border-radius: 8px;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 25px;
}
#corpsdepage {
	background-color: #FFFFFF;
	float: left;
	width: 99%;
	padding-left: 5px;
	vertical-align:top;
	text-align:center;
	/*border-top: 1px solid #000000;*/
	height:100%;

}
#divNote {
	border: 0px solid Silver;
	background-color: #FFFAE6;
	/*
	padding:2px;
	*/
}

#corpsdepage a:link {
	color:#4169e1;
	font-size: 11px;
}
#corpsdepage a:visited {
	color: #666666;
	font-size: 11px;
}
#corpsdepage a:active {
	color:#4169e1;
	font-size: 11px;
}
#corpsdepage a:hover {
	color: #284281;
	/*font-weight: bold;*/
	font-size: 11px;
}
#authentif {
	background-color: #FFFFFF;
	padding:5px;
	border-top: 1px solid #000000;
}
.blockmenu {
	color: #284281;
	background-color: #E0F0FD;
	/*background-image:url(../images/theme/fondmenu0.jpg);*/
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold; /*text-transform: uppercase;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#999999;
}
.blockmenu a {
	color: #4F5D6A;
	text-decoration: none;
}
.ssblockmenu {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #666666;
}
.ssblockmenu a:link {
	color: #666666;
}
.ssblockmenu a:visited {
	color: #666666;
}
.ssblockmenu a:active {
	color: #666666;
}
.ssblockmenu a:hover {
	color: #284281;
	font-weight: bold;
}
.ssblock {
	padding-bottom: 1px;
}
//
fieldset {
	background-color: #EFEFEF;
	border: 1px solid Silver;
	margin-bottom: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
legend {
	color: #284281;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
input {
	border: 1px solid #284281;
	background-color:#EAEDFF;
	height: 20px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}


select {
	border: 1px solid #284281;
	background-color: #EAEDFF;
	vertical-align: middle;
}
textarea {
	vertical-align: top;
	border: 1px solid #284281;
	background-color: #EAEDFF;
	padding-left: 5px;
	padding-right: 5px;
}
#btn_valide {
	text-align: center;
	padding-top: 10px;
}
#btn_valide input {
	color: #284281;
	font-weight: bold;
}
#btn_suppr {
	text-align: center;
}
#btn_suppr input {
	border: 1px solid #FF0000;
	background-color: #FFEAEA;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	vertical-align: middle;
	color: #FF0000;
	font-weight: bold;
}
#tab_epurer {
	border: 1px solid #284281;
	background-color: #DEE6F5;
	width: 100%;
}
#tab_epurer #titre {
	color: #284281;
	font-weight:bold;
}
#tab_epurer #date {
	text-align: center;	
}
.error {
	font-size:11px;
	color:#CC3300;
	font-weight:bold;
	background-color:#FFCC99;
}
.erreur {
	font-size:11px;
	color:#CC3300;
	font-weight:bold;
	background-color:#FFCC99;
}
.message {
	font-size:11px;
	color:#006600;
	font-weight:bold;
	background-color:#E1FFC4;
}
.direct {
 color:blue;
}
.divG {
	float: left;	
}
.divD {
	float: right;	
}
.divC {
	text-align:center;
}
.divCenter
{
  margin: 0 auto;
 /* width: 100px;
  height: 100px;
  background-color: #ccc;*/
  border-radius: 3px;
}

.divgauche {
	float: left;
	width: 20%;
	text-align:left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.divdroit {
	float: right;
	width: 75%;
	text-align:left;
	vertical-align:top;
	padding-top: 3px;
	padding-bottom: 3px;
}
.divnumeric {
	float: left;
	width: 80px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.divgaucheplus {
	float: left;
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.divgauchepetit {
	
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;
	font-style:italic;
}
.divpied {
	width: 100%;
	text-align:center;

}
.widthplus {
	width: 380px;
}
.row1 {
	background-color: #FFFFFF;
}
.row0 {
	background-color: #DEDEDE;
}
.ligne1 {
	background-color: #F8F8F8;
}
.ligne0 {
	background-color: #f1f1f1;
}
.table_droits {
	width:100%;
	border:1px solid #284281;
}
.table_droits td {
	height:25px;
	background-color:#FFFFFF;
	text-align:center;
}
.table_commande {
	width:100%;
	border:1px solid #284281;
}
.table_commande td {
	height:25px;
	background-color:#FFFFFF;
	/*text-align:center;*/
}
. {
	font-weight:bold;
	font-size: 14px;
	height:20px;
	text-align:center;
	background-color:#ddeaff;
	/*
	color:#333333;
	*/
	vertical-align:middle;
	/*z-index:10;*/
	
}
.titre {
	font-weight:bold;
	text-align:center;
	background-color:#F0F7FF
}
.titre2 {
	font-weight:bold;
	text-align:left;
}
.droits {
	text-align:center;
}
.champnom {
	/*font-weight:bold;*/
}
.note {
	font-size:10px;
	font-style:italic;
	color:#333333;	
}
.bold {
	font-weight:bold;
}
.deconnect {
	text-decoration: none;
	color: #483D8B;
}
.important {
	
	color: Maroon;
	font-weight: bold;	
	
}
.textepetit {	
	font-size: 10px;
}
.noligne {	
	text-decoration: none;
}

.ajout, .modif, .suppr {
	/*margin-top:5px;*/
	font-size:11px;
	color:#006600;
	text-align:center;
	/*font-weight:bold;*/
	background-color: #CEE0FF;
	padding:2px;
}

.numeric {
	margin-right:5px;
	font-size:12px;
	color:#006600;
	text-align:right;
}
.chiffre {
	margin-right:5px;
	padding-right:10px;
	font-size:12px;
	text-align:right;
}
/*NOTE*/
.P1 {
	color:red;
	/*font-weight: bold;*/
}
.P2 {
	color:maroon;
	/*font-weight: normal;*/
}

.P3 {
	color:Gray;
	/*font-style: italic;*/
}
.T1 {
	color:red;
	/*font-style: bold;
	font-style:underline;*/
}
.C1 {
	color:green;
	/*font-style: bold;*/
}
.notetodo {
	padding-top:3px;
	font-size:11px;
}
.notea {
	text-decoration:none;
	text-align:center;
	color:#3333FF;
	
}
.transparent{
	background-color:#FFFFFF;
	filter: alpha(opacity=50); /* IE */
	-moz-opacity: 0.5; /* Firefox */
	opacity: 0.5; /* standard CSS3 */
	-khtml-opacity: 0.5; /* Konqueror */

}
/*BOOTSTRAP*/
@media screen and (min-width: 767px) {
	 .same{
		display:table;
		/* border:2px solid blue; 
		height:100%
		padding:5px;*/
	}
	.samerow {
		 float: none;
		 display: table-cell;
		 vertical-align: top;
		  border:1px solid blue; 
		 /*
		
		 height:100%;
		 background-color:rgba(143, 54, 49, 0.1);
		 */
	}  
} 
/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
  .row.content {height: auto;} 
  /**/
}	
/* columns of same height styles */

.col-full-height {
  height: 100%;
  /*vertical-align: middle;*/
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* NAV PILLS DROITE*/
.nav-pills {
	/*background-color: #E0EEFE;/*fond*/
	border-color:;
	font-family: "FontMenu", Georgia, Arial, sans-serif;
	/*font-size:16px;	*/
	padding-left:10px;
	padding-right:10px;
}
.nav-pills > li > a,
.nav-pills > li > a:focus {
	background-color:  rgba(255, 255, 200, 0.6);
	color: #001E3E;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color:  rgba(229, 229, 229, 0.8);;/*Actif*/
	color: rgba(0, 0, 0, 0.8);
}
.active0 {
  background-color: rgba(245,234, 194, 0.3);/*hover*/
}
/*////////////////////////////////*/
/* NAV MENU HAUT*/
.navbar-inverse {
	/*background-color: rgba(239, 208, 100, 0.2);fond*/
	background-color: rgba(182, 207, 233, 0.2);/*368de672*fond*/
	border-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggle 
{
  color: rgba(0, 0, 0, 0.8);
}
.navbar-inverse .navbar-nav > li > a {
  color: black;/*text*/
}
.navbar-inverse .navbar-nav > li:hover {
  background-color: rgba(245,234, 194, 0.8);/*hover*/
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background-color: rgba(245, 234, 194, 0.8);/*Actif*/
	color: rgba(0, 0, 0, 0.2);
}
/*////////////////////////////////*/
/* NAV MENU HAUT MOBILE*/
.navmobile > li  {
	list-style:none;
	text-decoration:none;
	text-align:left;
	font-size:16px;
}
.navmobile > li > a:hover {
	color: #f5a60c;
	text-decoration:none;
}
.navbar-collapse {
	border:none;
	background-color:#EBEBEB;
	
}
.navbar-toggle 
{
  background-color: #028BDD;
  padding-top:5px;
}
.collapsed {
	background-color: #028BDD;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-toggle-label 
{
  color:#FFFFFF;
  padding-bottom:10px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #028BDD;   ;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: green;/*?*/
	color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	/*border-color: #a52a2a;*/
	}
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: blue;/**/
	}
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color: red;/**/
	color: #ffffff;
	
	}
}
