html {
	background: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #555555;
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#general_wrapper {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 0;
    margin: 0 auto;
    height: 100%;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #555555;
}

a img {
	border: none;
}

h2, h3 {
	font-weight: normal;
}

h3 {
    background-color: #F8F8F8;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: normal;
}

h2 {
	border-bottom: 1px solid #666666;
}

h4 {
    /*color: #3F667C;*/
    color: #5D5D5D;
    border-bottom: 1px solid #5D5D5D;
}

#content {
	background: #ffffff;
	overflow: hidden;
	padding: 0px 0px;
}

#top #logo {
    float: left;
    width: 250px;
}
#top #top_right {
    float: right;
    width: 500px;
    text-align: right;
    padding: 10px 10px 0 0;
}
#top #top_right div {
    float: right;
    display: inline-block;
    height: 22px;
    padding: 0 4px;
}
#top_right #conn_user {
    color: #00b304;
    padding-bottom: 10px;
}
#top_right #deconn_button {

}

form.form_saisie {
    float: left;
    width: 420px;
}
div.form_saisie_2 {
    float: left;
    width: 420px;
}
form.form_saisie.large {
	width: 968px;
}
form.form_saisie.vlarge {
    width: 100%;
}
form.form_saisie.medium {
    width: 700px;
}
form.form_saisie.large div.block {
    width: 440px;
    float: left;
    margin: 0;
    padding: 0;
}
form.form_saisie.large div.block.left {
    width: 430px;
    padding: 0 5px;
}
form.form_saisie.large div.block.right {
    width: 490px;
    margin-left: 10px;
    padding: 0 5px;
}
form.form_saisie div.block_buttons {
    clear: both;
    width: 100%;
    text-align: center;
}

form.form_saisie label {
	width: 140px;
	text-align: right;
	display: block;
	float: left;
	height: 22px;
	padding: 3px 10px 0 0;
}
.info {
    color: #1B75BB;
    font-style: italic;
    font-size: 11px;
}
form.form_saisie span.info {
    margin: -3px 0 6px 156px;
    display: inline-block;
}

form.form_saisie fieldset {
	margin: 0;
	padding: 10px 0;
	border: 1px solid #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fdfdfd;
}
form.form_saisie fieldset legend {
	font-weight: bold;
}
form.form_saisie sup {
    width: 6px;
    color: #1B75BB;
    display: inline-block
}

.button {
    background: #E3E3E3 url('../images/boutons/bg-button-degrade.png') repeat-x scroll left top;
    background: -moz-linear-gradient(center top , #F9F9F9, #E3E3E3) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#E3E3E3)) repeat scroll 0 0 transparent;
    border-color: #CCC #BBB #A0A0A0;
    border-left: 1px solid #BBB;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #BBB;
    border-style: solid;
    border-width: 1px;
    color: black;
    margin: 0;
    outline: medium none;
    padding: 2px 8px;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 1px 0 white;
    font-family: Arial, Helvetica;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
}
.button:hover {
    border:1px solid #939393;
}

a.button, a.button:visited {
    color: black;
    font-family: Arial, Helvetica;
    font-size: 12px;
    text-decoration: none;
    padding-top: 3px;
    display: inline-block;
    margin: 0 0 6px 0;
}
a.button.disabled {
    background: #aaaaaa;
    color: #cccccc;
    border: none;
    text-shadow: none;
}

.button:hover {
    background-color: #F0EBD6;
}

.button.page.selected {
    color: #1B75BB;
    font-weight: bold;
}

.form_saisie select {
    min-width: 200px;
    max-width: 200px;
}
.form_saisie select.large {
    min-width: 500px;
    max-width: 500px;
}
.form_saisie select.small {
    min-width: 100px;
    max-width: 100px;
}
.form_saisie select.vsmall {
    min-width: 60px;
    max-width: 60px;
}
.form_saisie select.medium {
    min-width: 150px;
    max-width: 150px;
}
input[type=text], input[type=password] {
	border: 1px solid #cccccc;
	height: 18px;
	width: 200px;
	padding: 0 2px;
}
input[type=text], input[type=password], select {
    margin-bottom: 6px;
}
input[type=text].large {
	width: 500px;
}
input[type=text].medium {
    width: 300px;
}
input[type=text].small {
    width: 60px;
}
input[type=text].vsmall {
    width: 30px;
}
input[type=text].text_left {
    text-align: left;
}
input[type=text].text_center {
    text-align: center;
}
input[type=text].text_right {
    text-align: right;
}
textarea {
	border: 1px solid #cccccc;
	width: 250px;
	height: 80px;
	font-family: inherit;
}
textarea.large {
	width: 500px;
}

input.datepicker {
	background: transparent url('../images/icones/calendar.png') no-repeat top right;
	border: 1px solid #CCCCCC;
	width: 100px;
}

input.timepicker {
	width: 70px;
}

select {
	border: 1px solid #cccccc;
	padding: 1px;
}
/*.datepickeranniv .ui-datepicker-year {
	display: none;
}*/

.button_bar {
	height: 26px;
	text-align: right;
}

.btn_pdf {
	background: transparent url("../images/boutons/pdf.png") no-repeat top left;
}

/* ============================================================= */
/*                       PAGE DE LOGIN                           */
/* ============================================================= */
#auth_form {
	width: 400px;
	height: 300px;
	margin: 0 auto;
}
#auth_form form fieldset {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 16px 0;
}
#auth_form input[type=text], #auth_form input[type=password], #auth_form label {
	width: 120px;
	padding: 3px 5px;
}

/* ============================================================= */
/*                       MENU                                    */
/* ============================================================= */
#menu {
    padding: 0 10px;
}
#menu_parent {
    height: 15px;
    /*width: 100%;*/
    /*border-bottom: 1px solid #888888;*/
    font-family: verdana, sans-serif;
    z-index: 1;
}
#menu_parent ul {
    border-bottom: 1px solid #00b304;
    padding: 0 0 20px 0;
}
#menu_parent ul li {
    list-style-type: none;
    float: left;
    font-weight: bold;
}
#menu_parent ul li a {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    float: left;
    font-size: 11px;
    line-height: 14px;
    color: #708491;
    font-weight: bold;
    padding: 0 12px 6px 12px;
}
#menu_parent ul li a.selected, #menu_parent ul li a:hover {
    border-bottom: none;
    color: #00b304;
    background: url("../images/pyramid.png") no-repeat bottom center;
}
#menu_child {
    z-index: 11;
    height: 21px;
}
#menu_child ul {
    padding: 0;
    margin: 0;
}
#menu_child ul li {
    list-style-type: none;
    float: left;
}
#menu_child ul li a {
    padding: 7px 7px;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    color: #708491;
}
#menu_child ul li.selected a, #menu_child ul li a:hover {
    background: url("../images/pyramid_inv.png") no-repeat top center;
    color: #00b304;
    text-decoration: none;
}

div.item_menu_page {
    margin-bottom: 20px;
}
div.item_menu_page a {
    font-size: 16px;
}
div.item_menu_page desc {
    font-size: 13px;
}

/* ============================================================= */
/*                       COLONNE CENTRALE                        */
/* ============================================================= */
#center_column {
	width: 99%;
	padding: 0 10px;
	margin-top: 10px;
}

table.liste {
	width: 100%;
	border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}

table.liste tr th {
    background-color: #F4E6CA;
    font-weight: bold;
    text-align: left;
    background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
    text-shadow: 0 1px 0 white;
    height: 26px;
    background: #ECECEC url('../images/boutons/bg-degrade-table.png') repeat-x scroll left top;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
    background: -webkit-gradient(linear, center top ,center bottom, from(#F9F9F9), to(#ECECEC)) repeat scroll 0 0 transparent;
}

table.liste tr td {
    height: 24px;
}

table.liste tr th, table.liste tr td {
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
    padding: 0 3px;
}

table.liste tr.colored {
	background: #F5F5F5;
}
table.liste td.alert {
    background: #f8aeb7;
}
table.liste td.calcul {
    background: #FFF2CD;
}
table.liste tr:hover {
    background-color: #d9fcda;
}
table.liste tr.selected {
	font-weight: bold;
	text-decoration: underline;
	background-color: #7a7a7a;
	color: #ffffff !important;
}
table.liste tr td a {
	display: block;
	padding: 3px 3px;
	min-height: 14px;
}

table.liste tr td input {
    margin-top: 5px;
}
table.liste tr td.error {
    background: transparent url("../images/icones/error.png") no-repeat center center;
}
table.liste tr td.error img {
    opacity: 0.8;
}
table.liste tr.total, table.liste td.total {
    background-color: #fff2cd;
}

div.block {
	float: left;
	width: 470px;
	margin-right: 14px;
}
div.block form {
    width: 100%;
}

a.link_num_page {
	width: 16px;
	display: inline-block;
	background: #aecedf;
	text-align: center;
	padding: 2px 0;
	color: #ffffff;
}

a.link_num_page.selected {
	background: #72a5c8;
}

fieldset {
	border: 1px solid #888888;
}

#filtre input[type=text] {
	width: 70px;
}
#filtre input.datepicker {
	width: 70px;
}

/* ============================================================= */
/*                       MESSAGES                                */
/* ============================================================= */
div.messages, div.errors, div.warnings, div.infos {
	margin: 0 0 10px 0;
	padding: 10px;
	font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
div.errors {
	border: 1px solid #871e0f;
	background: #FFD2D2;
	color: #871e0f;
}
div.warnings {
	border: 1px solid #C28000;
	background: #FFECAF;
	color: #C28000;
}
div.messages {
	border: 1px solid #19810f;
	background: #C9F0CA;
	color: #19810f;
}
div.infos {
    border: 1px solid #55aced;
    background: #c5d9ed url("../images/icones/info.png") no-repeat center left;
    background-position-x: 10px;
    color: #555555;
    padding-left: 40px;
}

/* ============================================================= */
/*                       BOUTONS                                 */
/* ============================================================= */
a.upd, a.del, a.del_all, a.maj, a.back, input.go, a.info_smart, a.plus, a.vente, a.cancel_vente {
    display: inline-block;
    width: 16px;
    height: 16px;
}
a.info_smart {
    background: transparent url("../images/icones/info_smart.png") no-repeat center center;
}
a.upd {
    background: transparent url("../images/boutons/upd.png") no-repeat center center;
}
a.del {
    background: transparent url("../images/boutons/del.png") no-repeat center center;
}
a.vente {
    background: transparent url("../images/boutons/vente.png") no-repeat center left;
}
a.cancel_vente {
    background: transparent url("../images/boutons/cancel_vente.png") no-repeat center left;
}
a.plus {
    background: transparent url("../images/boutons/plus.png") no-repeat center center;
}
input[type=submit].go {
    background: transparent url("../images/boutons/go.png") no-repeat center center;
    border: none;
    display: inline-block;
    cursor: pointer;
}
a.print {
    background: transparent url("../images/boutons/print.png") no-repeat center center;
}
a.gmap {
    background: transparent url("../images/boutons/gmap.png") no-repeat center center;
}
a.gmap_text {
    background: transparent url("../images/boutons/gmap.png") no-repeat center left;
    padding: 3px 0 3px 20px;
}
a.del_all {
    background: transparent url("../images/boutons/del_all.png") no-repeat center center;
}
a.dwld {
    background: transparent url("../images/boutons/dwld.png") no-repeat center left;
    padding: 3px 0 3px 20px;
}
a.tools {
    background: transparent url("../images/boutons/test.png") no-repeat center left;
    padding: 3px 0 3px 17px;
}
a.maj {
    background: transparent url("../images/boutons/maj.png") no-repeat center center;
}
a.back {
    background: transparent url("../images/boutons/back.png") no-repeat center center;
}
a.back_text {
    background: #f8f8f8 url("../images/boutons/back.png") no-repeat center left;
    background-position-x: 8px;
    padding: 2px 8px 2px 28px;
    display: inline-block;
    border-color: #CCC #BBB #A0A0A0;
    border-left: 1px solid #BBB;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #BBB;
    border-style: solid;
    border-width: 1px;
    color: black;
    margin-bottom: 6px;
    outline: medium none;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 1px 0 white;
    font-family: Arial, Helvetica;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
}
a.back_text:hover {
    border:1px solid #939393;
}
.pagination {
    margin: 10px 0 0 0;
    text-align: center;
}
a.valid, input.valid {
    background: url("../images/boutons/valid.png") no-repeat center left;
    display: inline-block;
    color: black;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

/* ============================================================= */
/*                       AUTRES                                  */
/* ============================================================= */
div.row_result {
    padding: 5px 2px;
    cursor: pointer;
}
div.row_result.colored {
    background-color: #F5F5F5;
}
div.row_result:hover {
    background-color: #d9fcda;
}

div.list_produits {
    clear: both;
}
div.block_produit {
    width: 220px;
    float: left;
    min-height: 200px;
    border: 1px solid #cccccc;
    padding: 10px;
    margin-right: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #ffffff;
    box-shadow: 1px 6px 10px #cccccc;
}
div.block_produit div.top {
    width: 90px;
    height: 90px;
    float: left;
}
div.block_produit div.title {
    clear: both;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
}
div.td_info {
    float: right;
    width: 50px;
    text-align: center;
}
div.td_info_ev {
    float:left;
    font-size: 8px;
    width: 16px;
    height: 16px;
}
div.td_info_ev.pos {
    background: transparent url('../images/icones/aug.png');
}
div.td_info_ev.neg {
    background: transparent url('../images/icones/dim.png');
}
div.td_info.pos {
    color: #00971e;
}
div.td_info.neg {
    color: #d02f00;
}
div.td_info.neu {
    color: #008cd0;
}
div.td_info.bold, div.td_info_ev.strong {
    font-weight: bold;
}

input[type=text].search {
    background: #ffffff url('../images/bg_search_client.png') no-repeat top left;
}

.backcolor1 {
    background-color: #e1ffdf;
}
.backcolor2 {
    background-color: #dfedff;
}

#footer {
    height: 18px;
}
#top #top_right div#version {
    height: 14px;
    font-size: 10px;
    padding: 2px 5px;
}

/**
 * 	POINTEUSE
 */

table.liste tr td a.btn_in {
   border-top: 1px solid #22ff00;
   background: #066b1a;
   background: -webkit-gradient(linear, left top, left bottom, from(#54d927), to(#066b1a));
   background: -webkit-linear-gradient(top, #54d927, #066b1a);
   background: -moz-linear-gradient(top, #54d927, #066b1a);
   background: -ms-linear-gradient(top, #54d927, #066b1a);
   background: -o-linear-gradient(top, #54d927, #066b1a);
   padding: 2px 5px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Verdana;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   }
table.liste tr td a.btn_in:hover {
   border-top-color: #37bd1c;
   background: #37bd1c;
   color: #ffffff;
}

table.liste tr td a.btn_in:active {
   border-top-color: #37bd1c;
   background: #37bd1c;
}

table.liste tr td a.btn_out {
   border-top: 1px solid #ff0000;
   background: #542222;
   background: -webkit-gradient(linear, left top, left bottom, from(#ed0909), to(#542222));
   background: -webkit-linear-gradient(top, #ed0909, #542222);
   background: -moz-linear-gradient(top, #ed0909, #542222);
   background: -ms-linear-gradient(top, #ed0909, #542222);
   background: -o-linear-gradient(top, #ed0909, #542222);
   padding: 2px 5px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Verdana;
   text-decoration: none;
   vertical-align: middle;
   text-align: center;
   }
table.liste tr td a.btn_out:hover {
   border-top-color: #d14343;
   background: #cf1f1f;
   color: #ffffff;
   }
table.liste tr td a.btn_out:active {
   border-top-color: #d14343;
   background: #cf1f1f;
   }
   
a.recap {
	background: url("../images/icones/info_smart.png") no-repeat center center;
}
