* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'CenturyGothic';
	font-size: 12px;
	background-color: #fff;
}

h2 {
	color: #06b7de;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

h3 {
	color: #06b7de;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

a{
	color: #06B7DE;
	text-decoration:none;
}

a:hover{
	color: #254762;
}

.uppercase{
	text-transform:uppercase;
}

/*---------STYLE ERREUR FORMULAIRES---------*/
div.messageErreur {
	margin: 20px auto;
	font-size: 12px;
	color: #e21a1a;
	overflow: hidden;
	text-align: center;
}

/*---------STYLE Valide FORMULAIRES---------*/
div.messageValidee {
	margin: 20px auto;
	font-size: 12px;
	color: #28a745; /* Couleur verte pour validation */
	overflow: hidden;
	text-align: center;
}

div.messageErreur p {
	/*background:url(/images/ko.png) no-repeat; /* marche pas */
	padding: 0 0 0 20px;
	text-align: center;
}

/*input.erreur{
	border:1px solid #e21a1a !important;	
}*/
/*-----------------------------------------*/
.TitreRecherche {
	font-size: 16px;
	color: #254762;
	text-align: center;
	text-transform: uppercase;
	font-family: 'CenturyGothic-Bold';
	margin: 10px 0 0 0;
}

.TitreRecherche a {
	text-transform: none;
	color: #06B7DE;
	background: url(/images/close.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
	text-decoration: none;
	line-height: 10px;
	height: 16px;
}

.TitreRecherche a:hover {
	color: #254762;
	background: url(/images/close.gif) no-repeat 0 -16px;
}

.none {
	display: none;
}

.center {
	text-align: center !important;
}

.ou {
	height: 3px;
	overflow: hidden;
}

.et {
	color: #7d7d7d;
	font-size: 14px;
	margin: 10px 6px 0;
}

.de {
	color: #7d7d7d;
	font-size: 14px;
	margin: 10px 5px 0 5px;
	float: left;
}

.left {
	float: left;
}

.smallInput {
	width: 95px !important;
}

.smallInput1 {
	width: 83px !important;
}

.clear {
	clear: both;
}

img,a {
	border: none;
}

th h3 {
	color: #fff;
	text-align: left;
	margin: 0;
}

table {
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('/css/fonts/gothic.eot');
	src: url('/css/fonts/gothic.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/gothic.woff') format('woff'),
		url('/css/fonts/gothic.ttf') format('truetype'),
		url('/css/fonts/gothic.svg#gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('/css/fonts/gothicb.eot');
	src: url('/css/fonts/gothicb.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/gothicb.woff') format('woff'),
		url('/css/fonts/gothicb.ttf') format('truetype'),
		url('/css/fonts/gothicb.svg#gothicb') format('svg');
	font-weight: normal;
	font-style: normal;
}

.arrondi {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/js/PIE.php);
}

.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	padding: 0px 20px;
	background-image: -moz-linear-gradient(top, #06bade, #05afd5);
	/* Firefox 3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #06bade),
		color-stop(1, #05afd5) ); /* Safari et Chrome */
	filter: progid : DXImageTransform.Microsoft.gradient ( GradientType = 0,
		startColorstr = '#05afd5', endColorstr = '#06bade' ); /* IE6 et IE7 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#05afd5', endColorstr='#06bade')";
	/* IE8 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0d5a9d;
	-moz-box-shadow: 0px 1px 3px rgba(026, 079, 125, 0.5), inset 0px 0px 1px
		rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(026, 079, 125, 0.5), inset 0px 0px
		1px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 3px rgba(026, 079, 125, 0.5), inset 0px 0px 1px
		rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(43, 132, 210, 2), 0px 1px 0px
		rgba(43, 132, 210, 2);
	margin: auto;
	display: block;
	height: 40px;
	font-family: 'CenturyGothic-Bold';
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

.bouton:hover {
	background-image: -moz-linear-gradient(top, #05afd5, #06bade);
	/* Firefox 3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #05afd5),
		color-stop(1, #06bade) ); /* Safari et Chrome */
	filter: progid : DXImageTransform.Microsoft.gradient ( GradientType = 0,
		startColorstr = '#06bade', endColorstr = '#05afd5' ); /* IE6 et IE7 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#06bade', endColorstr='#05afd5')";
	/* IE8 */
}

.sortable td.remise_ko {
	background-color: #fbd6d6 !important;
	text-align: center;
	background: url(/images/ko.png) no-repeat center;
	color: #fbd6d6;
}

.sortable td.remise_ko span {
	visibility: hidden
}

.sortable td.remise_ok {
	background-color: #d6fbd7 !important;
	text-align: center;
	background: url(/images/ok.png) no-repeat center;
	color: #d6fbd7;
}

.sortable td.remise_ok span {
	visibility: hidden
}

input[type="checkbox"] {
	display: block;
	margin: auto;
}

#content {
	position: relative;
	width: 980px;
	margin: auto;
}

/*LOGO*/
#imgLogo {
	
}

#logo {
	overflow: hidden;
}

#logo ul {
	list-style-type: none;
	vertical-align: top;
	color: #06B7DE;
	font-size: 12px;
	width: 670px;
	margin: 0 0 0 10px;
}

#logo ul li {
	display: inline-block;
}

#logo ul li a {
	color: #06B7DE;
	text-decoration: none;
}

/**/
ul#connexion {
	list-style-type: none;
	height: 36px;
	margin: 0 0 0 168px;
}

ul#connexion li {
	display: inline;
	color: #06B7DE;
	font-size: 12px;
}

ul#connexion li a {
	color: #06B7DE;
	font-size: 10px;
}

a#deconnexion {
	background-image: url("/images/bt_connexion.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	text-align: left;
	padding: 8px 0 15px 30px;
}

/**/
input[type="text"] {
	width: 200px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3) inset;
	font-family: 'CenturyGothic';
	padding: 5px 7px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	color: #848484;
}

input[type="password"] {
	width: 180px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3) inset;
	font-family: 'CenturyGothic';
	padding: 15px 35px;
	color: #848484;
}

form#login,form#NewMdp {
	width: 252px;
	margin: auto;
	text-align: center;
}

form#login p,form#NewMdp p {
	font-size: 12px;
	text-align: left !important;
	color: #848484;
	margin: 5px 0 0 0;
}

form#login #imgCaptcha {
	margin: 10px 0;
}

form#login input[type="text"],form#login input[type="password"],form#NewMdp input[type="password"],form#NewMdp input[type="text"]
	{
	display: block;
	background-color: #FFF;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	padding: 15px 35px;
	width: 180px;
}

form#login input[type="text"]#captcha {
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	margin-top: 8px;
}

#cadreCaptcha {
	margin-top: 10px;
}

form#login input[type="password"],form#NewMdp input[type="password"] {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

form#login input[type="submit"],form#NewMdp input[type="submit"] {
	width: 100%;
	margin: 20px 0 0 0;
}

form#login  a {
	color: #06b7de;
	font-size: 12px;
	margin: 15px 0 0 0;
	display: block;
}

form#NewMdp  a {
	color: #06b7de;
	font-size: 12px;
	margin: 15px 0 0 0;
	display: block;
}

#identifiant {
	background: url(/images/identifiant.png) no-repeat;
	background-position: 10px 15px;
}

#mdp,#new_mdp {
	background: url(/images/cadenas.png) no-repeat;
	background-position: 12px 15px;
}

#ModifMdp {
	text-align: left;
}

#logo ul#nav {
	text-align: center;
	list-style-type: none;
	width: 500px;
	float: left;
	margin: 25px 0 0 76px !important;
}

#nav li {
	display: inline;
	text-align: center;
	padding: 0 5px;
}

#nav li a {
	text-decoration: none;
	color: #06b7de;
	font-size: 16px;
	padding: 3px 5px;
	line-height: 25px;
	white-space:nowrap;
}

#nav li a:hover {
	background-color: #cff1f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#nav li a.active {
	font-family: 'CenturyGothic-Bold';
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

li.firstChild {
	background-image: none !important;
}

/*TABLE*/
table.dataTable {
    border-collapse: collapse;
}

.dataTable.sortable, .sortable {
	width: 980px;
	margin: 10px auto 15px;
	color: #7d7d7d;
	border-left: 1px solid #C6D5E1;
	border-top: 1px solid #C6D5E1;
}

table.dataTable.sortable thead th, .sortable thead th {
	background: #06b7de;
	text-align: left;
	color: #fff;
	border: 1px solid #fff;
	border-right: none;
	text-transform: uppercase;
    padding: 0;
    height: 53px;
}

.sortable th h3 {
	font-size: 14px;
	padding: 6px 8px 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}

table.dataTable.sortable tbody td, .sortable tbody td {
	padding: 4px 6px 6px;
	border-bottom: 1px solid #c6d5e1;
	border-right: 1px solid #c6d5e1;
}

.sortable .sorting h3 {
	background: url(/images/sort.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

table.dataTable.sortable .sorting_desc, table.dataTable.sortable .sorting_asc {
	background: url(/images/header-selected-bg.gif)
}

table.dataTable.sortable .sorting_desc h3 {
	background: url(/images/desc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

table.dataTable.sortable .sorting_asc h3 {
	background: url(/images/asc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.sortable .sorting:hover,.sortable .sorting_desc:hover,.sortable .sorting_asc:hover {
	color: #fff
}

.sortable .even td {
	background: #fff
}

.sortable .odd td {
	background: #ecf2f6
}

.sortable .even td.sorting_1 {
	background: #ecf2f6
}

.sortable .odd td.sorting_1 {
	background: #dce6ee
}

.sortable .desc,.sortable .asc {
	background: url(/images/header-selected-bg.gif)
}

.sortable .desc h3 {
	background: url(/images/desc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.sortable .asc h3 {
	background: url(/images/asc.gif) 7px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.sortable .head:hover,.sortable .desc:hover,.sortable .asc:hover {
	color: #fff
}

.sortable .evenrow td {
	background: #fff
}

.sortable .oddrow td {
	background: #ecf2f6
}

.sortable td.evenselected {
	background: #ecf2f6
}

.sortable td.oddselected {
	background: #dce6ee
}

#controls {
	width: 980px;
	margin: 20px auto;
	height: 20px
}

#perpage {
	float: left;
	width: 200px
}

#perpage select {
	float: left;
	font-size: 11px;
    margin-right: 5px;
}

#perpage span {
	float: left;
	margin: 2px 0 0 5px;
	font-size: 12px;
}

#navigation {
	float: left;
	width: 580px;
	text-align: center
}

#navigation .dataTables_paginate {
    margin: 0 auto;
    padding: 0;
    float: none;
    text-align: center;
}

#navigation img {
	cursor: pointer
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: none;
}

#text {
	float: left;
	width: 200px;
	text-align: right;
	//margin-top: 2px;
	font-size: 12px;
}

#text .dataTables_info {
    padding-top: 0;
    float: none;
}

.lancer {
	width: 72px;
	height: 21px;
	text-transform: uppercase;
	padding: 3px 0;
}

/*REMISE*/
div#steps,div#steps2,div#steps3,div#steps4 {
	background-image: url(/images/steps.png);
	height: 45px;
	width: 785px;
	margin: 10px auto 0 auto;
}

div#steps2 {
	background-position: 0 132px;
}

div#steps3 {
	background-position: 0 89px;
}

div#steps4 {
	background-position: 0 45px;
}

#etape_remise {
	width: 885px;
	margin: auto;
	list-style-type: none;
}

#etape_remise th {
	text-decoration: none;
	font-size: 12px;
	color: #848484;
	font-weight: normal;
}

form.RemisePdv {
	width: 395px;
	margin: 10px auto;
	text-align: center;
	background: url(/images/bg_form.gif) repeat;
	box-shadow: 0 0 3px #999999;
	padding: 20px 0 20px 0;
}

form.RemisePdv input[type="submit"] {
	text-transform: uppercase;
	margin: 20px auto 0 auto !important;
	display: block;
	width: 100px;
}

form.RemisePdv input[type="text"] {
	width: 239px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 10;
	display: block;
	margin: 0 auto 8px auto;
}

.rscp {
	overflow: hidden;
	width: 255px;
	margin: auto;
}

.plage {
	overflow: hidden;
	margin: auto;
	text-align: center;
	display: inline-block;
	height: 32px;
}

.plage p.label {
	width: 63px;
	display: inline;
}

#labelImport,#SpanImport {
	color: #06B7DE;
	font-size: 14px;
}

table.remise a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-heihgt: 20px;
	height: 20px;
	color: #ffffff;
	padding: 0px 20px;
	background-image: -moz-linear-gradient(top, #06bade, #05afd5);
	/* Firefox 3.6 */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #06bade),
		color-stop(1, #05afd5) ); /* Safari et Chrome */
	filter: progid : DXImageTransform.Microsoft.gradient ( GradientType = 0,
		startColorstr = '#05afd5', endColorstr = '#06bade' ); /* IE6 et IE7 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#05afd5', endColorstr='#06bade')";
	/* IE8 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #0d5a9d;
	-moz-box-shadow: 0px 1px 3px rgba(026, 079, 125, 0.5), inset 0px 0px 1px
		rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 1px 3px rgba(026, 079, 125, 0.5), inset 0px 0px
		1px rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 3px rgba(026, 079, 125, 0.5), inset 0px 0px 1px
		rgba(255, 255, 255, 1);
	text-shadow: 0px -1px 0px rgba(43, 132, 210, 2), 0px 1px 0px
		rgba(43, 132, 210, 2);
	margin: auto;
	display: block;
	font-family: 'CenturyGothic-Bold';
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

table.remise a.inactif {
	background-color: #bfbfbf !important;
	color: #fff;
	border: none;
	box-shadow: none;
	text-shadow: none;
	background-image: none !important;
	filter: none /* IE6 et IE7 */ 
	 -ms-filter :   ""; /* IE8 */
}

#cadreInfos {
	overflow: hidden;
	width: 809px;
	margin: 20px auto;
	padding: 10px;
}

.infos {
	width: 354px;
	background-color: #fff;
	float: left;
	padding: 20px;
	box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
}

.infos+.infos {
	margin-left: 20px;
}

.infos ul {
	list-style-type: none;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #848484;
	line-height: 26px;
}

form#entete_remise {
	background-image: url(/images/bg_enteteRemise.png);
	width: 812px;
	height: 140px;
	padding: 20px 0 0 0;
	margin: auto;
	text-align: center;
}

form#entete_remise input {
	text-align: center;
}

form#entete_remise input[type="submit"] {
	margin: 20px auto 0 auto;
	width: 100px;
}

table#saisie,table.remise {
	margin-top: 5px !important;
}

table#saisie input[type="text"] {
	width: 74%;
	text-align: center;
}

table#saisie input[type="text"].montant {
	width: 70%;
	text-align: center;
}

#terminerSaisie {
	width: 175px;
	margin: auto;
}

div#validation {
	width: 400px;
	margin: 40px auto;
}

div#validation div {
	background-image: url(/images/validation_milieu.png);
	overflow: hidden;
	margin: -5px 0 0 0 !important;
}

div#validation p {
	color: #06b7de;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0 0 20px 0;
	width: 330px;
	float: left;
}

div#validation p span.coordonnees{    
    color: black;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}

img.ok_validation {
	margin: 0 0 0 10px;
	display: block;
	float: left;
}

/*SAV*/
#btnSav3 {
	width: 100px;
	height: auto;
	padding: 5px 0;
	margin-right: 10px;
}

#btnSav3+#btnSav3 {
	width: 100px;
	height: auto;
	padding: 5px 0;
	margin-right: 0;
}

#cadreBtn {
	overflow: hidden;
	width: 214px;
	margin: auto;
}

form.remiseCheque {
	width: 658px;
	margin: 20px auto;
	text-align: center;
	box-shadow: 0 0 3px #999999;
	padding: 10px 0 10px 0;
	background: url(/images/bg_form.gif) repeat;
}

form.remiseCheque fieldset {
	width: 546px;
	padding: 5px 0px;
	margin: auto;
	border: 1px dotted #acacac;
}

form.remiseCheque fieldset legend {
	padding: 0px 5px 5px;
	margin: 0px 10px;
	color: #06B7DE;
	font-size: 14px;
}

form.remiseCheque input[type="submit"] {
	text-transform: uppercase;
	margin: 10px auto 0 auto;
	width: 100px;
}

form.remiseCheque input[type="text"] {
	width: 446px;
	text-align: left;
	display: block;
	margin: 0 auto 8px auto;
}

form.remiseCheque .rscp {
	overflow: hidden;
	width: 462px;
	margin: auto;
}

form.remiseCheque p.ou {
	margin: 1px 0;
}

form.remiseCheque .smallInput {
	width: 202px !important;
}

form.remiseCheque .smallInputCh {
	width: 30px !important;
	text-align: center !important;
}

form.remiseCheque .smallInputPlage {
	width: 90px !important;
}

/**/
#panier {
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: #fff;
	box-shadow: 0 0 3px #999999;
	padding: 20px;
	width: 135px;
}

#panier table th {
	font-weight: normal;
}

#panier table {
	color: #7d7d7d;
	font-size: 14px;
	font-weight: normal;
	width: 135px;
}

#panier a {
	margin: 20px 0 0 0;
	font-size: 14px;
}

#excel {
	display: block;
	background-image: url(/images/excel.png);
	width: 30px;
	height: 30px;
	margin: 0 0 0 950px;
}

#ajout_utilisateur{
	background-image:url(/images/ajout.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 1px 20px;
	text-decoration:none;
	font-size:13px;
}

#ajout_utilisateur:hover{
	background-position:0 -17px;
	color: #254762;
}

#retour{
	background-image:url(/images/retour.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 0 1px 20px;
	text-decoration:none;
	font-size:13px;
	color:#06B7DE;
}

#retour:hover{
	background-position:0 -17px;
	color: #254762;
}

#admin_fiche td{
	text-align:right !important;
	width:120px;
 	color: #7D7D7D;
    font-size: 14px;
	padding: 0 10px 10px 0;
}

#admin_fiche input[type="text"]{
	margin:0;
}

#admin_fiche input[type="submit"]{
	width:auto !important;
}

#admin_fiche td#tdSelect{
	text-align:left !important;
}

#admin_fiche td#tdSelect select{
	 border: 1px solid #CBCBCB;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3) inset;
    color: #848484;
    font-family: 'CenturyGothic';
    padding: 5px 7px;
    width: 255px;
	text-align:center;
}

#admin_fiche a{
	color: #06B7DE;
 	text-decoration: none;
	background: url(/images/close.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
	text-decoration: none;
	line-height: 10px;
	height: 16px;
}

#admin_fiche a:hover {
	color: #254762;
	background: url(/images/close.gif) no-repeat 0 -16px;
}

#info_remise{
	border-right:1px solid #06B7DE;
	color: #7D7D7D;
	line-height:22px;
 	padding-right: 20px !important;
}

.fermer{
	color: #06B7DE;
 	text-decoration: none;
	background: url(/images/close.gif) no-repeat 0 2px;
	padding: 0 0 1px 18px;
	text-decoration: none;
	font-size:14px;
}

.fermer:hover{
	color: #254762;
	background: url(/images/close.gif) no-repeat 0 -16px;
}

#info_affilie{
	color: #7D7D7D;
	line-height:22px;
}

#remboursement_lie, #virement_lie{
	color: #7D7D7D;
}

#remboursement_lie th, #virement_lie th,#tabledetail th{
	padding:4px !important;
	text-transform:uppercase;
	font-weight: normal;
}

#remboursement_lie td, #tabledetailconsolide td, #tabledetail td{
	padding:4px !important;	
}

#tabledetailconsolide, #tabledetail{
	color: #7D7D7D;
}

.telecharger{
	color: #06B7DE;
 	text-decoration: none;
	background: url(/images/telecharger.png) no-repeat 0 1px;
	padding: 0 0 0px 18px;
	text-decoration: none;
	font-size:14px;
}

.telecharger:hover{
	color: #254762;
	background: url(/images/telecharger.png) no-repeat 0 -16px;
}

#recherche_cheque{
	color: #06b7de;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 4px 10px 0px 200px;
	font-weight:bold;
}

#recherche_cheque input{
	width: 200px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3) inset;
	font-family: 'CenturyGothic';
	padding: 5px 7px;
	background-color: #fff;
	position: relative;
	z-index: 10;
	margin:0 0 20px 5px;
	color: #848484;

}

 .ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }



.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

span.text-rouge{
    color: #e21a1a !important;
}
.color-valide,
.color-valide h2{
    margin-top: 2em;
    color: #46a546;
}
header{
	margin: auto;
	text-align: center;
	margin-bottom: 1em;
}
header img{
	width: 500px;
}
.header-image {
	margin-top: 50px;
	margin-bottom: 50px;
}
.head-lien {
	width: 658px;
	margin: auto;
}
#logo nav {
	width: 658px;
	margin: auto;
}

.remise-input,
.remise-label {
	float: left !important;
}

.remise-input {
	margin-right: 1em !important;
}