* {
	margin: 0;
	padding: 0;
}

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


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

a:hover{
	color: #254762;
}

.uppercase{
	text-transform:uppercase;
}

.gris{
	color:#7d7d7d;
}

.underline{
	text-decoration:underline;
}

/*---------STYLE ERREUR FORMULAIRES---------*/
div.messageErreur {
	margin: 20px auto;
	font-size: 12px;
	color: #e21a1a;
	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;	
}*/



.none {
	display: none;
}

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

.left {
	float: left;
}

.clear {
	clear: both;
}

img,a {
	border: none;
}

table {
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	padding:0px 2px;
}

@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;
}

.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;
	height: 40px;
	font-family: 'CenturyGothic-Bold';
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	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 */
}

#content {
	width:980px;
	color: #06B7DE;
	font-family: 'CenturyGothic';
	padding:2px 20px 20px 20px;
	margin:auto;
}


#logo {
	overflow: hidden;
}


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;
}

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

/**/

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;
	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;
}

/**/

#header_bo{
	font-family: 'CenturyGothic';
	color: #06B7DE;
}

#header_bo a{
	font-family: 'CenturyGothic';
	color: #06B7DE;
}

#header_bo a:hover{
	color: #254762; !important;
}

#header_bo td{
	padding:5px 5px;
}

#cadre_info{
	text-align:right;
}

#cadre_info #login{
	background: url(/images/identifiant.png) no-repeat;
	background-position:10px 0 ;
	padding:0 0 0 20px;
}

#cadre_info a, table td a{
	color: #06B7DE !important;
	text-decoration:underline;
	font-size:12px;
}

.ui-combobox{
	float:left;
}

.selectionner{
	height:26px;
	font-size:12px !important;
}

#liste_liensBo{
	list-style-type:none;
}

#liste_liensBo a,
#liste_liensBoRight a{
	color: #06B7DE;
 	text-decoration: none;
	background: url(/images/puces.png) no-repeat 0 2px;
	padding: 0 0 0 18px;
	text-decoration: none;
}

#liste_liensBo a:hover ,
#liste_liensBoRight a:hover{
	color: #254762;
	background: url(/images/puces.png) no-repeat 0 -16px;
}

#liste_liensBo li ul li{
	margin-left:20px;
}

#contenu{
	padding:20px;
}


.annulerSelection, .gestionLogin{
	color: #06B7DE;
 	text-decoration: none;
	background: url(/images/close.gif) no-repeat 0 0px;
	padding: 0 0 0 19px;
	text-decoration: none;
	line-height: 16px;
	height: 16px;
	display:block;
	font-size:12px;
}

.annulerSelection:hover, .gestionLogin:hover {
	color: #254762;
	background: url(/images/close.gif) no-repeat 0 -18px;
}

.titreRemise{
	text-transform:uppercase;
	font-size:22px;
	text-align:center;
	color: #06B7DE;
	margin-bottom:20px;
}

.table_remise{
	color: #06B7DE;
	width:400px;
	margin:auto;
}

.table_remise input{
	background-color: #FFFFFF;
    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;
    position: relative;
    z-index: 10;
	margin:10px 0 0 0;
}

.table_remise input[type="checkbox"]{
	display:inline;
	margin:10px 10px 0 0;
}

.table_remise input[type="submit"]{
	color:#fff;
font-size:14px;
}

.table_remise td{
	padding:0 0 10px 0;
}

.table_remise td.label{
	text-align:right;
	padding:0 10px 0 0;
}

.parenthese{
	font-size:10px;
}
#tablesynthese td,#tablesynthese th {border:1px solid #666; padding:0px 1px}

#divError {
	border:1px solid #F00;
	padding:5px 10px;
	color:red;
	font-size:150%;
	text-align:center;
}
/*TABLE*/
.sortable {
	margin: 10px auto 15px;
	color: #7d7d7d;
	border-left: 1px solid #C6D5E1;
	border-top: 1px solid #C6D5E1;
}

.sortable th {
	background: #06b7de;
	text-align: left;
	color: #fff;
	border: 1px solid #fff;
	border-right: none;
	text-transform: uppercase;
}

.sortable th h3 {
	font-size: 12px;
	padding: 1px 1px 1px 18px;
}

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

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

.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;
}

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

.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 {
	margin: 20px auto;
	height: 20px;
	width:530px;
}

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

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

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

#navigation {
	float: left;
	margin:0px 20px;
	text-align: center
}

#navigation img {
	cursor: pointer
}

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




/*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;
}
/*fin REMISE*/
span.text-rouge{
    color: #e21a1a !important;
}

/*  Rajout lien notice */
ul#liste_liensBo,
ul#liste_liensBoRight{
    display: inline-block;
}

ul#liste_liensBoRight{
	margin-right: 20px;
	vertical-align: top;
	text-align: right;
	float: right;
}
header{
	margin: auto;
	text-align: center;
	margin-bottom: 1em;
}
header img{
	width: 500px;
}
.header-image {
	margin-top: 50px;
	margin-bottom: 50px;
}



