html {
	color:#000;
	background:url('/images/bg_body.jpg') repeat-x;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	position:relative;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-align:justify;
	color:#000000;
	font-size:10pt;
	width:100%;
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
}
ul, li {
	font-size : 12px;
	font-family :  Arial, Verdana, Helvetica, Geneva, sans-serif;
	color : black;
	background-color : white;
	text-align : justify;
}
h1 {
	font-size : 200%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color : navy;
	text-align: center;
}
h2 {
	font-size : 150%;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color : red;
	padding-left:15px;
}
h3 {
	text-align:justify;
	color:#999;
}
a:link {
	border:none;
	/*color: black; */
text-decoration:none;
}
a:visited {
	border:none;
	/*color: black; */
text-decoration:none;
}
a:hover {
	border:none;
	text-decoration:none;
}
tr {
	align:top;
}
td {
	font-size:12px;
	align:top;
}
.fusion {
	border-collapse:collapse;
}
.fusion td {
	border-bottom:1px solid #CCC;
	height:25px;
}
.tabSpace td{
	padding:5px;
}
.fusionDet {
	border-style:solid;
	border-color: #999999;
	border-collapse:collapse;
	background:#FFF;
	margin:auto;
}
.nombrep {
	text-align:right;
	font-size:8pt;
}
.ligna1 {
	background-color:#ffffff;
}
.ligna0 {
	background-color:#f3f3f3;
}
.lignam {
	background-color:#0F3;
}
.lignamS {
	background:#D7EBFF;
}
.titre {
	font-weight:bold;
	font-size:10pt;
	color:#000000;
	text-align:center;
}
.titre2 {
	font-weight:bold;
}
.titre3 {
	text-decoration:underline;
	font-weight:normal;
	color:#304ae7;
}
.titre4 {
	font-size:7pt;
	font-weight:bold;
	text-decoration:underline;
}
.col {
	font-size:8pt;
	font-weight:bold;
	text-align:left;
}
.col2 {
	font-size:8pt;
	text-align:left;
	vertical-align:top;
	widows:3;
}
.ital {
	font-weight:bold;
	font-style:italic;
	font-size:10pt;
	color:#000000;
	text-align:center;
}
.centr {
	text-align:center;
}
.petit {
	text-align:center;
	font-size:8pt;
}
.ttpetit {
	font-size:7pt;
}
.pied {
	font-size:8pt;
	font-weight:bold;
	font-style:italic;
}
.cmd {
	color:#0033CC;
	font-weight:bold;
}
.erreur {
	color : red;
	font-weight: bold;
	font-size:12px;
}
.normal {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color:#FFFFFF;
}

.selgris {
	background-color:#eeeeee;
}
.admin {
	color: blue;
	text-decoration: none;
}
.defil {
	color: white;
	font-size : 9pt;
}
.f_cmd {
	background-color:#E6E6E6;
}
.saisie {
	color:black;
	border:1px solid #666;
	vertical-align:bottom;
}
.saisie_gris{
	background:url('/images/bg_input.png') no-repeat;
	border:none;
	width:150px;
	height:20px;
	padding-left:2px;
	line-height:20px;
}

.saisiereadonly {
	color:black;
	border:1px solid #cccccc;
	vertical-align:bottom;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.bouton {
	color:black;
	height:23px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	background:#ccc;
	border:0px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.bouton:hover {
	background:#666666;
	cursor:hand;
	color:white;
	text-decoration:none;
	border:0;
	margin:0px;
}
.btblanc {
	color:#5494F3;
	width:100px;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	background-color:transparent;
	cursor:pointer;
	border:0px;
}

.btinv {
	color:#ffffff;
	width:0px;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
	cursor:pointer;
	border:0px;
}
.grise {
	text-align:left;
	background-color:#d5d5d5;
}
.btlien {
	color:white;
	font-size:12px;
	font-weight:bold;
	height:20px;
	padding:0px;
	text-align:center;
	background: url("initial.jpg");
	border:0px;
}
.btlien a:hover, .btlien a:focus {
	background: url("survol.jpg");
	color:white;
	text-decoration:none;
	font-family:Arial, Verdana;
	margin:0px;
	width:100%;
}
.btlien a, .btlien a:visited {
	color:white;
	padding:2px;
	text-decoration:none;
	font-family:Arial, Verdana;
	display:block;
	margin:0px;
	width:100%;
}
/* utilisation des div */

.mainconteneur {
	width:1000px;
	margin:auto;
	position:relative;
	z-index:1;
	background:#FFF;
	border:1px solid #ccc;
}
div.boxgris {
	-moz-border-radius:6px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top:10px;
	border:#666666 1px solid;
	position:relative;
	z-index:30;
}
div.boxgris h3 {
	font-size:12px;
	color:white;
	background:url('/images/header_avantage.png');
	width:280px;
	height:21px;
}
div.boxgris p {
}
div.boxrouge {
	position:relative;
	z-index:1;
	margin-top:10px;
}
div.boxrouge h3 {
	padding:1px 0 1px 10px;
	font-size:12px;
}
.list_fam {
	text-align:left;
	cursor:pointer;
}
#tab_fam {
	width:100%;
}
#tab_fam tr {
	text-align:left;
	vertical-align:top;
}
#tab_fam td {
}
div#content {
	float: right;
	width: 730px;
	border-right: 1px dashed #eaeaea;
}
div#content a {
	color: #3c6cfb;
	text-decoration: none;
	margin: 0;
}
div#content a:hover {
	color: #de3d00;
	text-decoration: none;
	margin: 0;
}
div#content p {
	color: #969696;
	line-height: 1.2em;
	padding: 0px 10px 10px 40px;
	margin: 0;
}
#content li {
	color: #928f93;
	padding: 0 0 0 40px;
	margin: 0;
	list-style-type: circle;
	list-style-position: inside;
}
#content li a {
	color: #535254;
	text-decoration: underline;
}
#list3 {
	position: relative;
	display: block;
	text-align: left;
	margin: 0;
	padding: 0 !important;
	padding-top: 20px;
	clear: both;
	width: 100%;
	text-decoration: none;
	line-height: 20px;
}
#list3 ul li a {
	text-decoration: none;
}
#list3 ul {
	display: block;
	text-decoration: none;
}
#list3 ul li {
	float: left;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 33%;
	text-align: center;
}
h2 {
	font-size: 150%;
	color: #69bffd;
	margin: 0;
	padding: 0;
}
 @charset "utf-8";
/* CSS Document */

#menu {
	position:absolute;
	z-index:10000;
	bottom:37px;
	right:0px;
	border-collapse:collapse;
}

#first {
	text-align:left;
	float:left;
}
#second {
	display:none;
	clear:both;
	margin-left:-20px;
	margin-top:20px;
}
#sous_menu {
	padding-right:10px;
	padding-left:10px;
	color:black;
}
#first:hover #second {
	display:block;
}
#lien_menu {
	text-decoration:none;
	display:block;
	height:30px;
	width:116px;
	float:left;
	color:#869086;
	margin-right:2px;
	text-align:center;
	line-height:30px;
	background:url('/images/bg_menu.png');
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-shadow:1px 1px #fff;
}
#lien_sous_menu {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	background:#ededed;
	color:#666;
	display:block;
	float:left;
	height:26px;
	line-height:26px;
	width:160px;
	width:200px !important;
	padding-left:3px;
	margin-left:-2px;
}
#lien_sous_menu:hover {
	background:url('/images/bg_sous_menu.png');
	color:#FFF;
}
#img_en {
	margin-top:5px;
	margin-right:5px;
	cursor:pointer;
	float:right;
	background:url(/images/drapeau_anglais.jpg);
}
#img_fr {
	width:50px;
	height:50px;
	margin-top:5px;
	margin-right:5px;
	float:right;
	cursor:pointer;
	background:url(/images/drapeau_france.jpg);
}
td.cal {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #000000;
	background-color : #d3d3d3;
}
select.month {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #000000;
	width : 85px;
}
input.year {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #000000;
	width : 30px;
}
td.calDaysColor {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #000000;
}
td.calWeekend {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #c0c0c0;
}
td.calBgColor {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #d3d3d3;
}
.calBorderColor {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #a9a9a9;
}
td.calHighlightColor {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #ffffcc;
}
A.cal {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}
A.cal:Hover {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #FF0000;
	text-decoration : none;
}
.disabled {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 11px;
	color : #808080;
	text-decoration : none;
}
/*************************************************************** maj esishop 26 novembre 2010 *********************************************************************/

#blue {
	font-size:24px;
	color:#999;
}
.banniere {
	position:relative;
	z-index:500;
	width:1000px;
	height:173px;
	background:url('/images/bg_banniere.png') repeat-x;
}

.comtel{
	position:absolute;
	top:88px;
	left:22px;
	color:#FFF;
	font-size:25px;
	text-shadow:1px 1px grey;
	font-family:Verdana, Geneva, sans-serif;
	}


#bg_logo{
	position:relative;
	cursor:pointer;
	width:1000px; 
	height:120px; 
	background:url('/images/bg_header.png');
}

#fond_drapeau{
	float:right; 
	text-align:right; 
	background:url("/images/bg_flag.png");
	width:39px; 
	height:119px;
}

#specialiste{
	margin-top:-12px;
}

.pth3{
	background:url('/images/header_avantage.png');
	font-size:14px;
	text-align:center;
	color:#FFF;
	width:280px;
	height:21px;
	line-height:21px;
}

.grh3{
	background:url('/images/header_anonce.png');
	font-size:14px;
	text-align:center;
	color:#FFF;
	width:701px;
	height:21px;
	line-height:21px;
}

.tgrh3{
	background:url('/images/header_info.png');
	font-size:14px;
	text-align:center;
	color:#FFF;
	width:980px;
	height:20px;
	line-height:20px;
}

.identification{
	position:relative;
	background:url('/images/bg_identification.png');
	border:1px solid #ccc;
}

.avantage{
	position:relative;
	background:url('/images/bg_avantage.png');
	border:1px solid #ccc;
}

.esi-france{
	position:relative;
	background:url('/images/bg_logo_ESI.png');
	border:1px solid #ccc;
	height:130px;
	margin-bottom:5px;
}

.catalogue{
	position:relative;
	background:url('/images/bg_catalogue.png') no-repeat;
	width:701px;
	text-align:left;
	z-index:2;
}

#cata{
	margin-left:90px;
	margin-top:40px;
	z-index:1;
	border:none;

}

#bleu
{
	color:#0592eb;
}

.mySelect
{
	width:181px;
	height:18px;
	background:url(/images/select.png) no-repeat;
	border:none;
	margin-left:100px;
}
.tab_commercial{
	border:1px solid #ccc;
	border-collapse:collapse;
	width:100%;
	margin-top:5px;
}
.agence{
	color:#0592eb;
	font-weight:bold;
	background:#F3F3F3;
	padding:7px 0px 7px 10px;
	border-bottom:1px solid #ccc;
}

.info_commercial{
	border-left:1px solid #ccc;
	text-align:center;
	width:250px;
}


.coord_commercial{
	padding:10px;
	color:#666;
}
.coord_commercial2{
	padding:10px;
	color:#666;
	text-align:right;
}

/** Connecté sur le site**/

/** Page d'accueil **/

.bienvenu{
	position:relative;
	z-index:10;
	width:978px;
	border:1px solid #ccc;
	text-align:right;
}
.tab_info{
	margin:10px;
	float:left;
}
.tab_info td{
	padding:5px;
	color:#666;
	font-weight:bold;
}

#logo_client{
	float:right;
	margin:10px;
	max-width:600px;
}
.information{
	background:url('/images/bg_info.png');
	width:980px;
}

.msg{
	width:480px;
	height:400px;
	border:1px solid #ccc;
	color:#1C82FF;
	font-weight:bold;
	background:transparent;
	padding:5px;
}
#deco
{
	position:absolute;
	top:0px;
	right:2px;
	background:url('/images/bg_deconnexion.png') no-repeat;
	width:183px;
	height:30px;
	text-align:left;
}

.bt_deco {
	font-weight:bold;
}
.bt_deco:hover {
	text-decoration:underline;
}

.info_banniere{
	background:#FFF;
	border:1px solid #CCC;
	width:1000px;
	padding:10px 0 10px 0px;
}

.info_banniere table td {
	color:#666;
	font-weight:bold;
}


.panier {
	position:absolute;
	right:3px;
	top:45px;
	background:url('/images/panier.png');
	width:360px;
	height:31px;
	line-height:31px;
}
.panier p{
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	margin-left:30px;
}
.panier table td {
	color:#A5D121;
}

#ncde{
	
	cursor:pointer;
	float:right;
	margin-right:10px;
	margin-top:-20px;
}

.visu_panier{
	display:block;
	background:url('/images/visu_pan.png') no-repeat;
	color:#FFF;
	text-shadow:1px 1px grey;
	width:210px;
	height:30px;
	line-height:30px;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	font-weight:bold;
	cursor:pointer;
	float:right;
	margin-right:20px;
}
#lien_panier {
	color:#FFF;
	position:relative;
	z-index:100;
}
#lien_panier:hover {
	text-decoration:underline;
}

#list_panier {
   display:none;
	position:absolute;
	right:0px;
	margin-top:5px;
	width:350px;
	background-color:#FFF;
	z-index:200;
	border:1px solid #666;
	padding:5px;
	border-collapse:collapse;
	
}

#list_panier td{
	color:black;
	border-bottom:1px solid grey;
	padding-top:5px;
	padding-bottom:5px;
}

.prod_dans_pan{
	width:100%;
	height:200px;
	text-align:center;
}
#titre_pan td{
	color:#999;
}
#lien_bleu {
	color:#2563F3;
	font-size:16px;
}
#lien_bleu:hover {
	text-decoration:underline;
}
.lien_gris {
	color:#666;
}
.lien_gris:hover {
	text-decoration:underline;
}
#new_button {
	background:url("/images/bt_valider.png") no-repeat;
	width:106px;
	height:22px;
	line-height:22px;
	border:none;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	text-shadow:1px 1px grey;
}
#sm_suivi {
	position:absolute;
	z-index:300;
	margin-top:-6px;
	margin-left:4px;
}
#sm_statistique {
	position:absolute;
	z-index:300;
	margin-top:-6px;
	margin-left:4px;
}
#sm_gestion {
	position:absolute;
	z-index:300;
	margin-top:-6px;
	margin-left:4px;

}
#barre_rech {
	float:left;
	margin-left:15px;
	width:300px;
	margin-left:25px;
	padding-left:1px;
}
#valid_rech {
	height:25px;
	margin-left:5px;
	float:left;
}

/**** barre des familles ****/

.bgFam{
	position:relative;
	z-index:1000;
	clear:both;
	background:url('/images/bg_famille.png');
	width:100%;
	height:52px;
}
.barre_famille {
	position:relative;
	width:1000px;
	float:left;
	margin-top:11px;
	height:30px;
	background:url('/images/fond_fam.png') repeat-x;
	z-index:100;
}
.barre_famille ul, .sous_famille ul {
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:5px;
	cursor:pointer;
}
.barre_famille ul:hover, .sous_famille ul:hover {
	text-decoration:underline;
	cursor:pointer;
}
.barre_famille li:hover, .sous_famille li:hover {
	color:#666;
	cursor:pointer;
}
.barre_famille li, .sous_famille li {
	list-style-image:url('/images/fleche_droite.jpg');
	cursor:pointer;
}
.pt_cadre {
	text-align:left;
	margin:10px;
	float:left;
}
.fam_princ_off {
	display:block;
	float:left;
	padding:8px;
	color:#CCC;
	height:15px;
	background:#EFEFEF;
}

.fam_princ {
	display:block;
	float:left;
	padding:8px;
	text-shadow:1px 1px grey;
	color:#FFF;
	height:25px;
	background:url('/images/fond_fam.png') repeat-x;
}
.fam_princ:hover {
	color:#FFF;
	background:none;
}
#fam_princ_1:hover {
	background-color:#F4A717;
}
#fam_princ_2:hover {
	background-color:#27a1f9;
}
#fam_princ_3:hover {
	background-color:#72c809;
}
#fam_princ_4:hover {
	background-color:#9cb1c6;
}
#fam_princ_5:hover {
	background-color:#90857d;
}
#fam_princ_6:hover {
	background-color:#a254cf;
}
#fam_princ_7:hover {
	background-color:#9cb1c6;
}
.fam_princ:hover .cadre {
	display:block;
}
.separateur {
	margin-top:-8px;
	margin-left:-9px !important;
	margin-left:-12px;
	float:left;
}
.cadre {
	border:1px solid black;
	display:none;
	position:absolute;
	width:996px;
	background:#fff;
	z-index:100;
	left:0px;
	cursor:default;
	border:2px solid;
	border-top:3px solid;
	-moz-border-radius:5px;
	color:#000;
	height:250px;
	margin-top:7px !important;
	margin-top:23px;
	text-shadow:none;
}
#cadre_1 {
	border-color:#F4A717;
	color:#09C;
}
#cadre_2 {
	border-color:27a1f9;
}
#cadre_3 {
	border-color:72c809;
}
#cadre_4 {
	border-color:9cb1c6;
}
#cadre_5 {
	border-color:90857d;
}
#cadre_6 {
	border-color:a254cf;
}
#cadre_7 {
	border-color:9cb1c6;
}
#ul_1 {
	color:#F4A717;
}
#ul_2 {
	color:27a1f9;
}
#ul_3 {
	color:72c809;
}
#ul_4 {
	color:9cb1c6;
}
#ul_5 {
	color:90857d;
}
#ul_6 {
	color:a254cf;
}
#ul_7 {
	color:9cb1c6;
}
.bt_rayon {
	border:none;
	height:25px;
	padding:2px;
	color:white;
	font-weight:bold;
	cursor:pointer;
}
#rayon_1 {
	background:url("/images/rayon_1.png");
}
#rayon_2 {
	background:url("/images/rayon_2.png");
}
#rayon_3 {
	background:url("/images/rayon_3.png");
}
#rayon_4 {
	background:url("/images/rayon_4.png");
}
#rayon_5 {
	background:url("/images/rayon_5.png");
}
#rayon_6 {
	background:url("/images/rayon_6.png");
}
#rayon_7 {
	background:url("/images/rayon_4.png");
}
.cadre_photo {
	float:right;
	width:280px;
	margin-right:10px;
	height:100%;
}
/****** Page produit *****/
.sous_famille {
	position:relative;
	z-index:1;
	float:left;
	width:220px;
	text-align:left;
	margin-left:5px;
	border-right:1px dotted #999;
}
.sous_famille li {
	list-style-image:url('/images/fleche_droite.jpg');
}
.niv1 {
	display:block;
	color:#FFF;
	padding:3px;
	padding-left:6px;
	margin-bottom:2px;
	font-weight:bold;
}
.niv2 {
	background:url('/images/degrad_noir.png');
	color:#FFF;
	padding:3px;
	margin-left:6px;
	margin-bottom:2px;
}
.niv2:hover {
	color:#FFF;
	text-decoration:underline;
}
#fam_sel_1 {
	background:url('/images/fam_sel_1.png');
}
#fam_sel_2 {
	background:url('/images/fam_sel_2.png');
}
#fam_sel_3 {
	background:url('/images/fam_sel_3.png');
}
#fam_sel_4 {
	background:url('/images/fam_sel_4.png');
}
#fam_sel_5 {
	background:url('/images/fam_sel_5.png');
}
#fam_sel_6 {
	background:url('/images/fam_sel_6.png');
}
#fam_sel_7 {
	background:url('/images/fam_sel_4.png');
}
#famselect_1 {
	color:#FFF;
	background:url('/images/fam_sel_1.png');
}
#famselect_2 {
	color:#FFF;
	background:url('/images/fam_sel_2.png');
}
#famselect_3 {
	color:#FFF;
	background:url('/images/fam_sel_3.png');
}
#famselect_4 {
	color:#FFF;
	background:url('/images/fam_sel_4.png');
}
#famselect_5 {
	color:#FFF;
	background:url('/images/fam_sel_5.png');
}
#famselect_6 {
	color:#FFF;
	background:url('/images/fam_sel_6.png');
}
#famselect_7 {
	color:#FFF;
	background:url('/images/fam_sel_4.png');
}
.list_prod {
	float:right;
	width:760px;
	border-collapse:collapse;
	margin-right:5px;
	position:relative;
	z-index:1;
}
.barre_tri td {
	background:url('/images/degrad_noir.png');
	color:#FFF;
	text-shadow:1px 1px grey;
	height:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.barre_tri td a {
	color:#FFF;
}
.barre_tri td a:hover {
	text-decoration:underline;
}
#fleche {
	position:absolute;
	margin-top:3px
}
.list_prod td {
	border-bottom:1px solid #CCC;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}
.fond_gris {
	background:url('/images/bg_article.png');
}
#ref_pick {
	color:#09F;
	font-weight:bold;
}
#prix {
	font-weight:bold;
	font-size:14px;
}
#bt_pan {
	width:70px;
	height:20px;
	background:url('/images/bt_ajpan_gris.png') no-repeat;
}
.buton_hidden {
	background:none;
	border:none;
	cursor:pointer;
}

.recherche{
	width:180px;
	height:18px;
	line-height:18px;
	background:url('/images/bg_input_search.png');
	border:none;
}
#bt_rech {
	color:#FFF;
	text-shadow:1px 1px grey;
	padding-bottom:3px;
	margin-left:5px;
	margin-right:5px;
	width:116px;
	height:21px;
	background:url('/images/bt_rechercher_bleu.png') no-repeat;
	font-family:Verdana, Geneva, sans-serif;
}

.selectReplacement
{
	display:none;
}

/** page suivi **/

.periode{
	text-align:left;
	margin-left:10px;
	height:61px;
	background:url('/images/bg_periode.png') repeat-x;
	width:430px;
	float:left;
	padding:10px;
	border:1px solid #f1f1ef;
}
.tab_v2 td{
	border-bottom:1px solid #CCC;
	height:25px;
	text-align:center;
}

.sel{
	background:#CCEAFF;
}

.gris1 td{
	background:#F0F0F0;
}

.gris2 td{
	background:#F7F7F7;
}

.bt_bleu{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:116px;
	height:21px;
	background:url('/images/bt_rechercher_bleu.png') no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.gr_bt_bleu{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:140px;
	height:21px;
	background:url('/images/gr_bt_bleu.png') no-repeat;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.tgr_bt_bleu{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:200px;
	height:21px;
	background:url('/images/tgr_bt_bleu.png') no-repeat;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.bt_orange{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:210px;
	height:30px;
	line-height:30px;
	padding-left:30px;
	background:url('/images/valid_pan.png') no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.bt_gris{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:158px;
	height:30px;
	line-height:30px;
	background:url('/images/valid_pan_gris_court.png') no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.bt_print{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:158px;
	height:30px;
	line-height:30px;
	background:url('/images/valid_pan_gris_print.png') no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.bt_enregistrer{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:240px;
	height:30px;
	line-height:30px;
	padding-left:30px;
	background:url('/images/save_pan_gris.png') no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.bt_annuler{
	color:#FFF;
	text-shadow:1px 1px grey;
	width:210px;
	height:30px;
	padding-left:20px;
	line-height:30px;
	background:url('/images/annul_pan_gris.png') no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

.titre_panier{
	background:#3394F4;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	height:25px;
	line-height:25px;
	padding-left:10px
}
.footer{
	width:1000px;
	text-align:center;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

