.footer, .footerlink {
	font-family: arial;
	font-weight: normal;
	font-size: 8pt;
	color: #555555;
	text-decoration: none;
}

.footerlink:link { color: #555555 }
.footerlink:visited { color: #555555 }
.footerlink:hover { color: #555555; text-decoration: underline }
.footerlink:active { color: #555555 }

.section {
	color: #C0C0C0;
	font-weight: bold;
}

.inputCombo {
  	font-family: Arial;
  	font-size: 11px;
}

.inputRadio {
  	position: relative;
  	top: 3px;
}

.inputText, .inputTextDisabled, .inputTextArea {
  	border-bottom: 1px solid darkgray;
  	border-left: 1px solid darkgray;
  	border-right: 1px solid darkgray;
  	border-top: 1px solid darkgray;
  	font-family: Arial;
	font-size: 11px;
	font-weight: lighter;
	padding-left: 2px;
	padding-right: 2px;
	color: #333333;
}

.inputText, .inputTextDisabled {
  	height: 18px;
  	width: 100px;
}

.inputTextDisabled {
	color: #909090;
}

.inputTextPage, .inputTextPageFocus {
  	font-family: Arial;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: normal;
	color: #002459;
	border: 0px;
	height: 15px;
	width: 23px;
	font-size: 10px;
	text-align: right;
}
.inputTextPage {
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url("../image/inputpage.gif");
}
.inputTextPageFocus {
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url("../image/inputpageover.gif");
}

.ok, .err {
	position: relative;
	top: -2px;
}

.ok {
	color: green;
}

.err {
	color: red;
}

.btnBkg {
	font-size: 11px;
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	color: #333333;
}

.btnpush {
	position: relative;
	top: 1px;
	left: 1px;
	z-index: 0;
}

.menulink, .menulinknull, .menulinkhover {
	font-size: 10px;
}
.menulinkbig {
	font-size: 13px;
}

.menulink, .menulinkbig, .menulinknull, .menulinkhover {
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a.menulink:link { color: #222222 }
a.menulink:visited { color: #222222 }
a.menulink:hover { color: red; text-decoration: underline }
a.menulink:active { color: #222222 }
a.menulinkbig:link { color: #222222 }
a.menulinkbig:visited { color: #222222 }
a.menulinkbig:hover { color: red; text-decoration: underline }
a.menulinkbig:active { color: #222222 }
a.menulinknull:link { color: #222222 }
a.menulinknull:visited { color: #222222 }
a.menulinknull:hover { color: red; text-decoration: underline }
a.menulinknull:active { color: #222222 }
a.menulinkhover:link { color: red; text-decoration: underline }
a.menulinkhover:visited { color: red; text-decoration: underline }
a.menulinkhover:hover { color: red; text-decoration: underline }
a.menulinkhover:active { color: red; text-decoration: underline }

.helptooltip {
	position: absolute;
	width: 140px;
	height: 60px;
	background-color: #FFFFE7;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	z-index: 999;
	display: none;
	font-family: Arial;
	font-size: 8pt;
	padding: 2px;
}


/* grid styles */
.listcontainer {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	clear: left;
	overflow: auto;
}

.list {
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #88B0E4;
	border-bottom: 0px;
	cursor: default;
}

.listheadrow {
	border-left: 1px solid #88B0E4;
	border-top: 1px solid #ECEEF5;
	border-bottom: 1px solid #88B0E4;
	color: #002459;
}

.listheadimg {
	border-left: 1px solid #88B0E4;
	border-right: 1px solid #88B0E4;
	background-image: url("../image/gridhead.gif");
	background-repeat: repeat-x;
	height: 15px;
}

.listbottomimg {
	background-image: url("../image/gridbottom.gif");
	background-repeat: repeat-x;
	height: 22px;
}

.listbottomrow {
	border-top: 1px solid #ECEEF5;
	border-bottom: 1px solid #88B0E4;
}

.paginationtext
{
	color: #002459;
	font-weight: normal;
	height: 20px;
	background-color:transparent;
}

.listhead {
	/*background-color: #E0E0E0;*/
	font-weight: bold;
}

.basketrow, .basketrowodd {
	color: #002459;
	font-weight: normal;
	height: 20px;
}

.basketrow {
	background-color: #2F9A24;
}

.basketrowodd {
	background-color: #fff;

}

.basketcell {
	border-left: 1px solid #ABC59A;
	padding: 2px 2px 1px 4px;
	overflow: auto;
  color:#42AB2B;
  font-weight:bold;
  border-bottom:1px solid #DDE7CE;
  background-color: #F6FAEE;
}
.basketcell-title{
	border-left: 1px solid #ABC59A;
	padding: 2px 2px 1px 4px;
	overflow: auto;
  color:#fff;
  font-weight:bold;
  border-bottom:1px solid green;
  background-color: #33981D;
}


.listcell, .listcellfirst {
	border-right: 1px solid #88B0E4;
	padding-left: 4px;
	padding-right: 1px;
	overflow: hidden;
}

.listcellfirst {
	border-left: 1px solid #88B0E4;
}

.listrow, .listrowodd, .listrowover, .listrowsel {
	color: #002459;
	font-weight: normal;
	height: 20px;
}

.listrow {
	background-color: #E0EDFF;
}

.listrowodd {
	background-color: #FFFFFF;
}

.listrowover {
	background-color: #FFE5DC;
}

.listrowsel {
	background-color: #FFD59C;
}

.listheader {
	text-decoration: none;
	color: red;
}
.totalrow{
	background-color: #fff;
	font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
  color: #fff;
}
.totalrow span{color:#fff}

a.listheader:link { color: green }
a.listheader:visited { color: green }
a.listheader:hover { color: red; text-decoration: none}
a.listheader:active { color: green }

/* grid styles */

.GPre {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	cursor: default;
	overflow: hidden;
}                       

.label {
	text-align: right; 
	font-weight: normal; 
	color: #555; 
	padding-right: 10px;
}

.mandatory {
	background-image: url(../image/mandatory.gif); 
	background-repeat: no-repeat; 
	background-position: right center;
}

.title {
	width: 100%;
	font-size: 14px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #869BB6;
	background-image: url("../image/gridbottom.gif");
	background-position: left;
}

/* quickhelp */
.helpcontainer {
	position:absolute;
	top: 7px;
	right: 25px;
}

.legendtable, .helptable {
	width: 160px;
	height: 105px;
	table-layout: fixed;
	border: 1px solid #C0C0C0;
	background-color: #FFF9E6;
	color: #002459;
}

.legendtable table, .helptable table {
	margin: 2px;
	padding: 5px;
	color: #002459;
}

.legendtable thead, .helptable thead {
	text-align: left;
	background-color: #F4DA89;
	height: 18px;
}

.legendtable thead th, .helptable thead th {
	padding-left: 8px;
	padding-right: 8px;
	border-top: 1px solid #ECEEF5;
	border-bottom: 1px solid #C0C0C0;
}
/* quickhelp */

.imagebutton { cursor: pointer }

.grayed { background-color: #F0F0F0 }

/* report */
.report {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
.report table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 99%;
}
.report thead td {
	font-weight: bold;
	background-color: #ebebeb;
	padding: 4px 6px;
	border: 1px solid #ccc;
	color: black;
}
.report tbody td {
	background-color: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: black;
}
/* report */

/* tab */
.tabcell, .tabcellhover, .tabcellsel, .tabcellselhover, 
.tabcellbig, .tabcellhoverbig, .tabcellselbig, .tabcellselhoverbig
{
	font-size: 12px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: black;
	height: 22px;
	background-repeat: no-repeat;
}
.tabcell {
	background-image: url("../image/bluetab.gif");
}
.tabcellhover {
	background-image: url("../image/bluetabover.gif");
}
.tabcellsel {
	background-image: url("../image/redtab.gif");
}
.tabcellselhover {
	background-image: url("../image/redtabover.gif");
}
.tabcellbig {
	background-image: url("../image/bluebigtab.gif");
}
.tabcellhoverbig {
	background-image: url("../image/bluebigtabover.gif");
}
.tabcellselbig {
	background-image: url("../image/redbigtab.gif");
}
.tabcellselhoverbig {
	background-image: url("../image/redbigtabover.gif");
}
/* tab */

/* ProductView .............................................*/

.prodview_images{
	margin-top: 0px;
	padding: 0px;
}
.image_bg{
	padding:0px;
	margin:0px;
	height: 120px;
	background-image: url(../../images/charte/image_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D2E0C9;
}
.txt1{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		text-transform: capitalize;
		color: #1F7820;
}
.txt2{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bolder;
		text-transform: uppercase;
		color: #1E741F;
}
.txt3{
		font-family: "Times New Roman", Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16pt;
		font-style: normal;
		font-weight: normal;
		text-transform: capitalize;
		color: #1F7820;
		padding-left: 30px;
		padding-top: 5px;
		padding-bottom: 10px;
}
.txt4{
		font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-align: justify;
		line-height: 150%;
		color: #4E6248;
}
.txt5{
		font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		line-height: 150%;
		color: #4E6248;
}
.txt6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A9A9A9;
}
.txt7{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF4500;
	padding-top: 10px;
}
.combo1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #556B2F;
	border: 0px solid #FF0000;
	background-color: #EDF3EB;
}
.combo2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757373;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	width: 75px;
}
.combo3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757373;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	width: 140px;
}
.pad1{
	padding-left: 27px;
}
.basketview_bg{
	background-image: url(../../images/charte/basket_product-02.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.basketview_sub{
	background-image: url(../../images/charte/basket_product-05.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 48px;

}
.shopCartBg1 {
	background-image: url(../../images/charte/basket_product_prix.gif);
	background-repeat: no-repeat;
	background-position: 26px 48px;
	width: 87px;
}
.shopCartBg2 {
	width: 86px;
	background-image: url(../../images/charte/basket_product_couleur.gif);
	background-repeat: no-repeat;
	background-position: 24px 48px;
}
.shopCartBg3 {
	background-image: url(../../images/charte/basket_product_quantite.gif);
	background-repeat: no-repeat;
	background-position: 21px 48px;
}
/*.shopPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #742602;
	text-align: right;
	vertical-align: top;
}*/
.shopInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #556B2F;
	padding-right: 2px;
	border: 1px solid #D2E0C9;
	text-align: right;
	width: 32px;
	height: 18px;
	background-image: url(images/basket_menu_08.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
.shopInput2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E80000;
	font-weight: bold;
	padding-right: 2px;
	border: 1px solid #E80000;
	text-align: right;
	width: 32px;
	height: 18px;
	background-color: #EDF3EB;
}

/* Basket Styles .............................................*/
#basket{
	left: 0px;
	width: 715px;
	background-color: transparent;
	text-align: left;
	position: absolute;
	z-index: 10;
}
#Layer1 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:716px;
	height:290px;
	z-index:1;
	visibility: visible;
	overflow: hidden;
	background-image: url(../../images/charte/basket_bg1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#basketbg{
	background-image: url(../../images/charte/basket_bg1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width: 100%;
	height: 100%;
	margin: 10px;
	position: relative;
	z-index: 12;
}

.basket_head{
	background-image: url(../../images/charte/basket_header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 94px;
}

.btn1 {
	background-image: url(../../images/charte/btn_close.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 59px;
	height: 27px;
	padding-left: 45px;
	text-decoration: none;
}

.btn1_ovr{
	background-image: url(../../images/charte/btn_close_ovr.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: red;
	width: 59px;
	height: 27px;
	padding-left: 45px;
	cursor: hand; cursor: pointer;
}

.btn2 {
	background-image: url(../../images/charte/btn_refresh.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 66px;
	height: 27px;
	padding-left: 38px;
}
.btn2_ovr{
	background-image: url(../../images/charte/btn_refresh_ovr.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 66px;
	height: 27px;
	padding-left: 38px;
	color: Red;
	cursor: hand; cursor: pointer;
}
.btn3{
	background-image: url(../../images/charte/btn_empty.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 86px;
	height: 27px;
	padding-left: 38px;
}
.btn3_ovr{
	background-image: url(../../images/charte/btn_empty_ovr.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: Red;
	width: 86px;
	height: 27px;
	padding-left: 38px;
	cursor: hand; cursor: pointer;
}
.btn4{
	background-image: url(../../images/charte/btn_submit.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 110px;
	height: 27px;
	padding-left: 42px;
}
.btn4_ovr{
	background-image: url(../../images/charte/btn_submit_ovr.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: Red;
	width: 110px;
	height: 27px;
	padding-left: 42px;
	cursor: hand; cursor: pointer;
}
.btn5{
	background-image: url(../../images/charte/btn_submit_big.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 152px;
	height: 27px;
	padding-left: 42px;
}
.btn5_ovr{
	background-image: url(../../images/charte/btn_submit_big_ovr.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: Red;
	width: 152px;
	height: 27px;
	padding-left: 42px;
	cursor: hand; cursor: pointer;
}
.btnBack{
	background-image: url(../../images/charte/btn_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 152px;
	height: 28px;
	padding-left: 42px;
}
.btnBack_ovr{
	background-image: url(../../images/charte/btn_back_ovr.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: Red;
	width: 152px;
	height: 28px;
	padding-left: 42px;
	cursor: hand; cursor: pointer;
}
.btnPrint{
	background-image: url(../../images/charte/btn_print.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 152px;
	height: 29px;
}
.btnPrint_ovr{
	background-image: url(../../images/charte/btn_print_ovr.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: Red;
	width: 152px;
	height: 29px;
	cursor: hand; cursor: pointer;
}
.imagecontainer {
	background-color: #FCFCFC;
	table-layout:fixed;
	border:1px solid #000000;
}

.blockdisplay {
	display: block;
}

.orderbylink, .orderbylinkhover {
	font-size: 10px;
	font-family: verdana, tahoma, arial;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
a.orderbylink:link { color: #222222 }
a.orderbylink:visited { color: #222222 }
a.orderbylink:hover { color: red; text-decoration: underline }
a.orderbylink:active { color: #222222 }
a.orderbylinkhover:link { color: red }
a.orderbylinkhover:visited { color: red }
a.orderbylinkhover:hover { color: red; text-decoration: underline }
a.orderbylinkhover:active { color: red }


#thanks a{
	color: #008000;
	text-decoration: none;
	font-size: 12px;
	display: block;
	background-color: #FCFCFC;
	border: 1px solid #D2E0C9;
	width: 100px;
}

.command-box p{
	padding-bottom:5px;
	font-size:10px;
	line-height:1.5em;
	text-align:justify;
  font:bold 11px Arial, Helvetica, sans-serif;
  text-align:center;
  padding-top:10px;
  color:#42AB2B;
}
  .command-box li{
    font-weight:bold;
    list-style-type: none;
    margin:0; padding:0;
    text-indent:0;
    float:left;
    }
table.adresse-box{
  border:1px solid #A3AA93;
  color:#4E6248;
  font:11px Arial;
  }
a.click-ici:link,
a.click-ici:visited{
  color:red;
  }
a.click-ici:hover,
a.click-ici:active{
  color:#929591;
  }