body {
    color: #666;
    padding: 0px;
    margin: 0px;
    background-color: #e3f6ff;
    background-repeat: repeat-X;
    font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    font-size: 12px;
}

h1 {
    color: Black;
	font-size: 1.8em;
	margin: 1px;
}

h2 {
    color: Black;
	font-size: 1.6em;
	margin: 1px;
	padding: 0px;
}

h3 {
	font-size: 1.4em;
	text-align: center;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
}

p {
    padding: 5px 0 5px 0;
    margin: 0;
}

ul {
    margin: 5px 0 5px 20px;
    padding: 0;
}

hr {
    height: 1px;
    border: 0;
    background-color: #ff0096;
    padding: 0;
    margin: 5px;
}

a {
    color: Black;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

form {
    margin: 0px;
    padding: 0px;
}

table.form {
	width: 100%;
}

select, input, textarea {
	border: 1px solid #86a9b3;
    background-image: url(images/back_input.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #e3f6ff;
    color: #607980;
}

select.require, input.require {
    border-left: 1px solid red;
}

textarea {
	width: 99%;
}

.iwih, h4 {
    color: #86a9b3;
}
.iwih_border {
    border: 1px solid #ff0096
}

.over {
	background-color: #e3f6ff;
}

.button {
	background-image: none;
	background-color: #86a9b3;
	color: White;
	border: 1px solid #e3f6ff;
}

.sufliste {
	font-size: 0.8em;
}

.dialog_box {
	border: 1px solid #86a9b3;
	background-color: white;
}

.dialog_box_tab {
	background-image: url(images/pied_dialog.gif);
}

.autocomp {
    background-color: white;
    border: 1px solid black;
}

.autocomp .selected {
    background-position: center;
    background-color: #E3F6FF;
    background-repeat: repeat-y;
}

.autocomp ul, .autocomp li {
	list-style-type: none;
	padding: 0;
	margin: 1px;
}

/********
 * MASK *
 ********/
.mask_transp {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: #000;
    filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#mask, .mask {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-color: transparent;
}

div.mask2 {
	display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#mask_content, .mask_content, .mask_photo {
    position: relative;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    margin-top: -100px; /* moiti de la hauteur */
    margin-left: -200px; /* moiti de la largeur */
    border: 2px solid #86a9b3;
    background-color: White;
    overflow: auto;
}

.mask_photo {
	background-color: Black;
	width: 100px;
	height: 100px;
	margin-top: -50px;
    margin-left: -50px;
    overflow: hidden;
}

.close_alert {
    float: right;
    margin: 3px;
}

.diag_mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 291px;
    height: 94px;
    margin-top: -200px;
    margin-left: -145px;
    background-image: url(images/diag_mask.gif);
    display: none;
    z-index: 12;
}

.diag_mask_msg {
    color: Black;
	margin: 5px;
    overflow: auto;
    height: 58px;
	padding: 0;
	text-align: center;
}

.diag_mask_msg .old {
    color: #666;
}

.diag_mask ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.mask2 div.content {
    position: relative;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    margin-top: -100px; /* moiti de la hauteur */
    margin-left: -200px; /* moiti de la largeur */
    border: 2px solid #86a9b3;
    background-color: White;
    overflow: hidden;
    z-index: 12;
}

div.mask2 div.title {
    height: 21px;
    margin: 0;
    padding: 0px;
    background-image: url(images/fond_titre.gif);
    background-repeat: repeat-x;
    color: White;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    line-height: 20px;
}

div.mask2 div.form_content {
    height: 154px;
    margin: 0 2px 0 2px;
    overflow: auto;
}

div.mask2 div.foot {
    border-top: 1px dashed #86a9b3;
    height: 25px;
    margin: 0;
    padding: 2px 4px 2px 4px;
}

.mask_loading {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    background-color: White;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

/***********
 * GENERAL *
 ***********/

div.item_listes_infos {
    display: block;
    padding-left: 10px;
    height: 0px;
    overflow: hidden;
}

#content {
    position: absolute;
    left: 260px;
    top: 94px;
    width: 640px;
    border: 1px solid #86a9b3;
    overflow: auto;
    background: White;
}

#toolbox {
	display: block;
	position: absolute;
	top: 75px;
	left: 260px;
	width: 638px;
	height: 23px;
}

#col_gauche {
    position: absolute;
    left: 5px;
    top: 94px;
    width: 248px;
    /*border: 1px solid #ff4db6;*/
    overflow: auto;
}

span.pages {
	font-weight: bold;
	font-size: 1.0em;
	/*line-height: 20px;*/
	/*padding: 1px;*/
}

span.pages a {
	background-color: #4D4D4D;
	color: White;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

span.pages .crt_page {
    color: White;
	background-color: #86a9b3;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div.aide {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed #86a9b3;
}

img.aide {
    position: absolute;
    vertical-align: middle;
    margin-left: -17px;
    margin-top: -17px;
}

div.aide h4 {
    padding-left: 20px;
    padding-top: 3px;
}

.aide-video {
    text-align: center;
}

img.aide-video {
    vertical-align: middle;
}

ul.tree {
    list-style-image: url(../images/tree-view-plus.gif);
    margin-left: 20px;
    padding: 0;
}

ul.tree li {
    margin: 0;
    padding: 0;
}

li.tree-open {
    list-style-image: url(../images/tree-view-minus.gif);
}

ul.types li {
    list-style-image: url(images/puce-iwih.gif);
}

div.expand {
    position: absolute;
    width: 20px;
    height: 15px;
    margin-left: -22px;
}

/**********
 * HEADER *
 **********/

#header {
   top: 0;
   left: 0;
   width: 100%;
   height: 70px;
   margin: 0;
   padding: 0px;
}

#logo {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(images/logo.gif);
    background-repeat: no-repeat;
    background-position: top center;
    width: 250px;
    height: 151px;
}

#menu {
   position: absolute;
   top: 5px;
   right: 5px;
   width: 500px;
}

#menu ul {
   float: right;
}

ul#sous_menu, ul.menu {
    height: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul#sous_menu li, ul.menu li {
    display: block;
    float: left;
}

ul#sous_menu a, ul.menu a {
    display: block ;
    padding: 3px;
}

ul#sous_menu a:hover, ul.menu a:hover {
    background-color: #ECECEC;
}

#msg2 {
    color: White;
    position: absolute;
    left: 260px;
    top: 5px;
    height: 60px;
    overflow: auto;
}

#msg2 .old {
    color: #E3F6FF;
}

#msg2 ul {
    background-color: #86A9B3;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 1px;
}

#loading {
    display: none;
    position: absolute;
    left: 25px;
}

/******************
 * COLONNE GAUCHE *
 ******************/

div.slide, div.slide_form {
    display: block;
    padding: 0;
    height: 0px;
    overflow: hidden;
}

div.slide ul {
    margin: 0;
    padding: 0;
}

div.slide li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.sous_filtre {
    display: block;
    background-image: url(images/deg.gif);
    padding: 0;
    height: 0px;
    overflow: hidden;
}

div.sous_filtre ul {
    margin: 0;
    padding: 5px 0 0 0;
}

div.sous_filtre li {
    list-style-type: none;
    margin-left: 10px;
}

div.sous_filtre ul li ul li {
    margin-left: 0;
}

.inter {
    background-image: url(images/inter.gif);
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 15px;
}

/*#filtre_types {
	display: none;
	width: 100%;
	background-image: url(images/deg.gif);
	padding: 0;
    white-space: nowrap;
}*/

.autres_types, .autres_types_session {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
    /*padding-left: 10px;*/
    /*background-color: #ff9fd7;*/
    /*background-image: url(images/deg2.gif);*/
}

.autres_types_session {
	margin: 0;
}

div.filtre_caract {
	font-size: 0.8em;
	margin: 0 0 10px 0;
	padding-left: 20px;
	background-image: url(images/deg2.gif);
	display: none;
}

div.filtre_caract ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
/*    padding-left: 5px;*/
}

#filtre_autres_types {
    background-image: url(images/deg2.gif);
}

/***********
 * TABLEAU *
 ***********/

table.tableau {
    width: 100%;
    /*border: 1px solid #666;*/
}

table.tableau td, table.tableau th {
    text-align: center;
}

table.tableau th {
    font-weight: bold;
    text-align: center;
    background-color: #4D4D4D;
    color: white;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

tr.paire {
    background-color: #ECECEC;
}

table.tableau tr.impaire {
    background-color: White;
}

table.tableau td.pied {
    background-color: #ececec;
}

/************
 * PRODUITS *
 ************/

table.produit {
	border-bottom: 1px dashed #86a9b3;
	width: 100%;
	background-image: url(images/deg_produits.gif);
	background-color: White;
	background-position: bottom;
	background-repeat: repeat-x;
}

td.image_produit {
	text-align: center;
	vertical-align: top;
	width: 100px;
	padding: 10px;
}

div.form_img_produit {
    text-align: center;
}

div.form_img_produit img {
    border: 2px solid #4D4D4D;
}

div.nom_produit {
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 2px;
}

span.new {
    color: red;
    font-weight: normal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.infos_produit {
    padding: 10px 10px 0 0;
	vertical-align: top;
	text-align: left;
}

div.container_img_nom_produit {
    height: 40px;
}

div.container_nom_produit {
    float: left;
    padding-left: 5px;
    /*padding-top: 3px;*/
}

div.type_produit {
    font-size: 0.8em;
    font-weight: normal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
}

div.caracteristiques {
    clear: both;
    margin-top: 0;
}

div.obs_produit, div.prix_produit {
    clear: both;
}

td.boutons_produit {
    /*font-size: 0.7em;*/
    vertical-align: bottom;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}

td.boutons_produit img {
    vertical-align: text-top;
}

ul.boutons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/**********
 * AUTRES *
 **********/

div.titre_form {
    color: White;
    background-image: url(images/fond_titre.gif);
    background-repeat: repeat-x;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 2px;
    padding: 0px;
    height: 21px;
}

.first {
    color: #E3F6FF;
}

div.titre2_form {
    color: White;
    font-size: 1.0em;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 2px;
    padding: 1px;
    background-image: url(images/fond_titre2.png);
    background-repeat: repeat-y;
    background-position: left;
}

div.titre2_form a {
    color: white;
}

div.boutons {
    /*border-top: 1px dashed #ff4db6;*/
    margin: 2px;
    padding: 0;
    position: absolute;
    right: 0;
}

div.petits_boutons {
    text-align: center;
    padding: 3px;
    height: 21px;
}

div.petits_boutons table {
    height: 21px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    white-space: nowrap;
}

div.petits_boutons td {
    padding: 0px;
    margin: 0px;
    height: 21px;
    list-style-type: none;
}

div.petits_boutons img {
    height: 21px;
    width: 8px;
    border: 0;
}

div.petits_boutons a {
    display: block;
    background-image: url(images/bouton_fond.gif);
    background-repeat: repeat-x;
    height: 21px;
    color: White;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    line-height: 21px;
}

div.petits_boutons a:hover {
    text-decoration: none;
    background-image: url(images/bouton_fond_hover.gif);
}

.msg {
    color: #ff4db6;
}

#msg {

}

div.msg_fields {
    display: none;
    color: red;
}

span.alert_field {
    display: none;
    width: 20px;
    height: 22px;
}

span.alert_field img {
    vertical-align: middle;
}

#infobulle {
    position: absolute;
    display: none;
    z-index: 30;
    background-image: url(images/diag_field.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#infobulle_content {
    background-color: White;
    margin-bottom: 7px;
    padding: 3px;
    border: 1px solid #f00;
}

td.label {
    text-align: right;
    color: Black;
	vertical-align: top;
	padding-top: 3px;
}