*, *::before, *::after {
	box-sizing: border-box;
}

html, body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Helvetica;
	font-size: 100%;
}

#wrapper {
	position: relative;
	border: 1px solid #000;
	color: #4f4c4c;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 10px auto;
	min-height: 592px;
	padding: 0;
	position: relative;
	width: 1054px;
}

header #home-header {
	background-image: url(../images/fond-en-tete-accueil.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 216px;
	position: relative;
	width: 100%;
}
header #home-header h1 {
	background-image: url(../images/logo-accueil.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 216px;
	width: 221px;
}

header #home-header-pvs {
	height: 216px;
	position: relative;
	width: 100%;
}
header #home-header-pvs h1 {
	background-image: url(../pvs/images/logo-accueil.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 216px;
	width: 1052px;
}

header .content {
	background-image: url(../images/fond-en-tete.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 79px;
	position: relative;
	width: 100%;
}
header .content a.lnk-logo {
	background-image: url(../images/logo-header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 79px;
	width: 89px;	
}
header .content #cadre-client {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 12px 0;
}
header .content #cadre-client p {
	color: #fff;
	line-height: 1.3em;
	text-align: right;
}
header .content #cadre-client p a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
header .content-pvs {
	height: 79px;
	position: relative;
	width: 100%;
}
header .content-pvs p.lnk-logo {
	background-image: url(../pvs/images/logo-header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 79px;
	width: 385px;	
}
header .content-pvs #cadre-client {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 20px 12px 0;
}
header .content-pvs #cadre-client p {
	color: #0a4b7b;
	line-height: 1.3em;
	text-align: right;
}
header .content-pvs #cadre-client p a {
	color: #0a4b7b;
	text-decoration: none;
	cursor: pointer;
}

header #menu {
	bottom: 0;
	left: 50%;
	margin-left: -210px;
	position: absolute;
	text-align: center;
}
header #menu ul {
	list-style-type: none;
}
header #menu ul li {
	float: left;
}
header #menu ul li a {
	background-image: url(../images/fond-lnk-menu.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	height: 50px;
	line-height: 28px;
	padding: 15px 0 7px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 140px;
}
header #menu ul li a:hover {
	background-position: 0 -50px;
}
header #menu ul li a span {
	border-left: 1px solid #fff;
	display: block;
	width: 100%;
}
header #menu ul li:first-child a span {
	border-left: none;
}

#main-col #content-accueil {
	padding-bottom: 80px;
	padding-top: 15px;
	position: relative;
	min-height: 470px;
}
#main-col #content-accueil #cadre-login,
#main-col #content-accueil #cadre-client {
	float: left;
	max-width: 265px;
	padding-left: 36px;
}
#main-col #content-accueil #cadre-login #signinContainer,
#main-col #content-accueil #cadre-client #cadre-client-inner {
	display: block;
	background-color: #676b74;
	background-image: url(../images/fond-cadre-auth.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 2px solid #60636a;
	border-radius: 6px 6px 4px 4px;
	min-height: 155px;
	padding: 6px;
	width: 205px;
}
#main-col #content-accueil #cadre-login #signinContainer #titre-acces,
#main-col #content-accueil #cadre-client-inner #titre-acces {
	background-image: url(../images/titre-acces.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-bottom: 12px;
	padding-left: 33px;
	vertical-align: middle;
}
#main-col #content-accueil #cadre-login #signinContainer input#signin-username {
	width: 184px;
	background-image: url(../images/identifiant.gif);
}
#main-col #content-accueil #cadre-login #signinContainer input#signin-password {
	width: 135px;
	background-image: url(../images/mot-passe.gif);
}
#main-col #content-accueil #cadre-login #signinContainer input.text {
	background-position: 3px 1px;
	background-repeat: no-repeat;
	border: none;
	color: #4f4c4c;
	height: 24px;
	margin:  0 0 6px;
	padding-left: 20px;
	vertical-align: middle;
}
#main-col #content-accueil #cadre-login #signinContainer input.btn {
	background-image: url(../images/btn-ok.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: -7px 0 0;
	padding: 1px 0 1px 4px;
	text-align: left;
	vertical-align: middle;
	width: 49px;
}
#main-col #content-accueil #cadre-login #signinContainer #signinMessage {
	color: #bf1009;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
#main-col #content-accueil #cadre-login .lnk-login {
	color: #fff;
	cursor: pointer;
}
#main-col #content-accueil #cadre-client-inner p {
	color: #fff;
}
#main-col #content-accueil #cadre-client-inner p a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
#main-col #content-accueil #cadre-menu {
	color: #fff;
	background-color: #696e79;
	background-image: url(../images/fond-cadre-menu.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-bottom: 2px solid #60636a;
	border-left: 2px solid #60636a;
	border-top: 2px solid #60636a;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 6px;
	float: right;
	margin-top: -47px;
	min-height: 395px;
	padding: 5px 10px;
	position: relative;
	width: 208px;
}
#main-col #content-accueil #cadre-menu span.titre-cadre {
	font-weight: bold;
}
#main-col #content-accueil #cadre-menu #titre-menus {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	line-height: 26px;
	margin: 20px 0 15px;
	vertical-align: middle;
}
#main-col #content-accueil #cadre-menu #liste-menus {
	list-style-type: none;
}
#main-col #content-accueil #cadre-menu button {
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
#main-col #content-accueil #cadre-menu button#prev-menu {
	left: 0;
	background-image: url(../images/btn-prev-menu.png);
}
#main-col #content-accueil #cadre-menu button#next-menu {
	right: 0;
	background-image: url(../images/btn-next-menu.png);
}
#main-col #content-accueil #content-accueil-txt,
#main-col #content-accueil #content-accueil-alert {
	margin: 0 auto;
	width: 410px;
}
#main-col #content-accueil #content-accueil-txt h2,
#main-col #content-accueil #content-accueil-alert h2 {
	font-style: italic;
	margin: 17px 0 20px;
	text-align: center;
}
#main-col #content-accueil #content-accueil-txt p {
	font-size: 0.9em;
	margin-bottom: 15px;
	text-align: justify;
}
#main-col #content-accueil #content-accueil-alert ul {
	list-style-type: none;
	margin-left: 50px;
	margin-bottom: 30px;
}

#main-col #content-accueil #cuisinier {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 290px;
	width: 300px;
}
#main-col #content-accueil #cuisinier p {
	background-image: url(../images/fond-bulle.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-weight: bold;
	left: 110px;
	top: 68px;
	padding-left: 27px;
	position: absolute;
}

#main-col #choix-semaine {
	background-image: url(../images/fond-choix-semaine.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 42px;
	margin-top: 3px;
	position: relative;
	width: 100%;
	color: #000;
	text-align: center;
	line-height: 42px;
}
#main-col #choix-semaine #slider-semaines {
	height: 42px;
	margin: 0 auto;
	overflow: hidden;
	width: 826px;
}
#main-col #choix-semaine #liste-semaines {
	list-style-type: none;
}
#main-col #choix-semaine #liste-semaines li {
	float: left;
	height: 42px;
	margin: 0 9px;
	width: 100px;
}
#main-col #choix-semaine #liste-semaines li a {
	color: #211c1e;
	display: block;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
}
#main-col #choix-semaine a.btn-semaine {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	position: absolute;
	top: 2px;
	width: 32px;
}
#main-col #choix-semaine a#prev-semaine {
	background-image: url(../images/prev-semaine.png);
	left: 13px;
}
#main-col #choix-semaine a#next-semaine {
	background-image: url(../images/next-semaine.png);
	right: 13px;
}

/* commandes */
#header-individuel {
	background-color: #ffffff;
	width: 100%;
	max-width: 1052px;
	border-bottom: 1px solid #c7c7c7;
}
#header-individuel.floatable {
	position: fixed;
	top: 0;
	z-index: 100;
}
#header-individuel .choix-commande #isModified {
	position: absolute;
	top: 0;
	left: 204px;
}
#header-individuel .choix-commande #commande-before {
	position: absolute;
	top: 0;
	left: 209px;
}
#header-individuel .choix-commande #choix-client {
	position: absolute;
	top: 10px;
	left: 322px;
	z-index: 99;
}
#header-individuel .choix-commande #commande-after {
	position: absolute;
	top: 0;
	left: 572px;
}
#header-individuel .choix-commande #commande-after * {
	margin-top: -2px;
}
#header-vrac {
	background-color: #ffffff;
	width: 100%;
	max-width: 1052px;
	border-bottom: 1px solid #c7c7c7;
}
#header-vrac.floatable {
	position: fixed;
	top: 0;
	z-index: 100;
}
#main-col .choix-commande,
#main-col #btns-commande {
	background-image: url(../images/fond-choix-semaine.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	width: 100%;
	font-weight: bold;
	color: #211c1e;
}
#main-col #btns-commande {
	margin: 5px 0;
}
#main-col #btns-commande #btn-init,
#main-col #btns-commande #btn-save,
#main-col #btns-commande #btn-edit,
#main-col #btns-commande #btn-fact {
	height: 100%; 
	cursor:pointer;
}
#main-col #btns-commande #btn-init {
	float: right;
	margin-right: 10px; 
} 
#main-col #btns-commande #btn-save {
	float: left;
	margin-left: 10px; 
} 
#main-col #header-individuel #btn-recap,
#main-col #header-vrac #btn-raz {
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0;
}
#main-col .fond-action {
	background-image: url(../images/fond-jour-commande.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	padding: 0 20px;
	text-align: right;
	position: fixed;
	z-index: 100;
	bottom: 0;
	width: 100%;
	max-width: 1052px;
}
#main-col .fond-action .btn-commander {
	background-image: url(../images/btn-commander.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	border: none;
	color: #bc2518;
	font-weight: bold;
	padding: 0 12px 0 40px;
}
#main-col .fond-action .btn-imprimer {
	background-image: url(../images/btn-imprimer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	border: none;
	color: #bc2518;
	font-weight: bold;
	padding: 0 12px 0 40px;
}
#main-col .frm-command fieldset {
	position: relative; 
	padding: 10px; 
	margin: 0 5px 10px 5px; 
	text-align: center;
}
#main-col .frm-command fieldset table,
#display-recap table {
	width: 100%;
	/*font-size: 60%;*/
	font-size: inherit;
	table-layout: fixed;
}
#main-col .frm-command.frm-vrac-4 fieldset table {
	/* spécial vrac age d'or bordeaux */
	font-size: 60% !important;
}
#init-tournee p,
#save-tournee p,
#edit-tournee p,
#fact-tournee p,
#addedit-client p,
#onoff-client p {
	text-align: center;
	margin: 10px 0;
}

/* formulaire */
.frm-wrapper {
	border-collapse: separate;
	border-spacing: 5px;
}
.frm-titre {
	white-space: nowrap;
	font-style: italic;
	background-color: #eee;
}
.frm-label {
	white-space: nowrap;
	vertical-align: top;
}
.frm-field input[type="text"],
.frm-field textarea,
.frm-field select {
	width: 100%;
}
.frm-field {
	width: 100%;
}
.btn-enregistrer {
	background-image: url(../images/btn.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: transparent;
	cursor: pointer;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
	border: none;
	color: #bc2518;
	font-weight: bold;
	padding: 0 12px;
}

/* panneau coulissant */
.btn-sliding {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; 
    background-color: #fff;
    background-image: linear-gradient(#fff, #f7f7f7);
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    padding: 1px 8px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}
.btn-sliding.ft-ind {
    border: 2px solid #c6161d; 
    color: #c6161d;
	padding: 2px;
}
.btn-sliding:hover {    
    background-image: linear-gradient(#fff, #e9e9e9);    
}
.btn-sliding .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0px 0px 1px 12px  !important;    
    vertical-align: middle;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted; 
}
.btn-sliding.ft-ind .caret {
    border-top: 4px solid #c6161d;
}
.panel-sliding {
	position: absolute; 
	right: 0; 
	background-color: #f7f7f7; 
	border: 1px solid #c6c6c6; 
    border-radius: 4px;
	padding: 10px;
}
.panel-sliding.ft-ind {
    border: 2px solid #c6161d; 
}

/* listes */
.jq-liste {
	text-align: center;
}
.jq-liste-inner {
	display: inline-block; 
	text-align: left;
}

.ui-jqgrid {
	margin: 0 auto;
	width: 100%;
}

#footer {
	border-top: 1px solid #bdbdbd;
	bottom: 0;
	right: 20px;
	position: absolute;
	width: 640px;
	height: 72px;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
}
#footer ul .logo-dsr {
	margin-left: 48px;
	margin-top: -8px;
}
#footer p.contact {
	padding-left: 10px;
	padding-top: 32px;
}
#footer a.btn-contact {
	background-image: url(../images/btn-contact.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin: 27px 0 0 12px;
	padding-left: 38px;
	text-decoration: none;
	vertical-align: middle;
	width: 140px;
}
#footer a.lnk-traiteur {
	background-image: url(../images/logo-traiteur.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 61px;
	margin-left: 38px;
	margin-top: 12px;
}
#footer a.lnk-plateau {
	background-image: url(../images/logo-plateau.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 54px;
	width: 57px;
	margin-left: 15px;
	margin-top: 8px;
}
#footer a.lnk-pelican {
	background-image: url(../images/logo-pelican.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	width: 52px;
	margin-left: 15px;
	margin-top: 12px;
}

fieldset {
	border: 1px solid #F0323C;
	border-radius: 4px;
}
legend {
	margin-left: 10px;
}

.alert {
  animation: blinker 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}


.loader {
	position: absolute;
	top: 400px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	text-align: center;
	background-color: #EA1B23;
	color: #fff;
	z-index: 9999;
	box-shadow: 1px 1px 12px #555;
}
.waiting {
	position: absolute;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	background-color: rgba(0,0,0,0.25);
	z-index: 100;
	display: none;
}
.waiting svg {
	position: absolute;
	left: 50%;
	z-index: 100;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

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

.rouge { color: #bf1009; }
.t09 { font-size: 0.9em; }
.t12 { font-size: 1.2em; }
.t13 { font-size: 1.3em; }