/* CSS globale */
body{
	margin:0 0 10px 0; 
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#c3e4f7 url(images/background.jpg) repeat-x;
}

div#conteneur {
	position: relative; 
	margin: 0 auto; 
	width:907px;
	background-color:#fff;
}
/*ombre*/
#shadowleft, #shadowright{
	position:absolute;
	height:600px;
	width:5px;
	top:0;
}
#shadowleft{
	background:url(images/shadowleft.jpg) no-repeat;
	left:0;
}
#shadowright{
	right:0;
	background:url(images/shadowright.jpg) no-repeat;
}

/*header*/
#header{
	width:907px;
	height:60px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-image:url(images/header.jpg);
}

/*logo*/
#header h1{
	margin:0;
	padding:0;
}
#header h1 a{
	width:141px;
	height:60px;
	display:block;	
	text-decoration:none;
	position:absolute;
	top:0;
	left:384px;
}
#header h1 a span{
	display:none;
}

/*langues*/
ul#lang{
	margin:0;
	padding:0;
	position:absolute;
	top:18px;
	left:840px;
}
ul#lang li{
	display:inline;
	color:#034476;
	text-transform:uppercase;
	margin-right:2px;
	font-size:9px;
}
ul#lang li a{
	color:#034476;
	text-decoration:underline;
}
ul#lang li a:hover, ul#lang li a.active{
	color:#13b9e9;
	text-decoration:none;
}


/*fil nav (ex. lien page d'accueil)*/
p#fil{
	margin:0;
	padding:0 0 0 7px;
	width:700px;
	position:absolute;
	top:276px;
	left:20px;
	color:#fff;
	background:url(images/bgfil.gif) no-repeat left center;
}
p#fil a{
	text-decoration:none;
	color:#fff;
}
p#fil a:hover{
	color:#c5cbcd;
}

/*bt retour (en haut a droite)*/
a#retour{
	position:absolute;
	top:35px;
	left:755px;
	height:18px;
	width:135px;/*150-15*/
	display:block;
	background:url(images/btretour.jpg);
	color:#13b9e9;
	text-decoration:none;
	padding:0 0 0 15px;
	line-height:18px;
	font-size:10px;
}
a:hover#retour{
	color:#54c8ea;
}

#content{
	width:897px;/*907-10*/
	padding:0 5px 0 5px;	
	background:url(images/bgcontent.jpg) repeat-y;
}

/*visuels/ banners*/
.visuel{
	margin:0 -2px 0 -2px;
	width:901px;
	height:243px;
	border-bottom:8px #e3f2fb solid;	
	font-family: "Arial Narrow", arial;

}
#visuel_generique{
	background:url(images/visuel_generique.jpg) center top no-repeat;
}
#visuel_content_boutique{
	background:url(images/visuel_content_boutique.jpg) center top no-repeat;
}
#visuel_content_sel{
	background:url(images/visuel_content_sel.jpg) center top no-repeat;
}
#visuel_content_cadeaux{
	background:url(images/visuel_content_cadeaux.jpg) center top no-repeat;
}




/*textes sur visuel home*/
#visuel_generique h2, #visuel_generique p{
	position:relative;
	left:435px;
	margin:0;
	padding:0;
	width:450px;
}
#visuel_generique h2{
	top:68px;
	color:#c3e4f7;
	font-size:18px;	
	/*font-weight:normal*/
}
#visuel_generique p{
	top:106px;
	color:#fff;
	font-size:30px;
	line-height:28px;
}

/*textes sur visuel content*/
#visuel_content_boutique h2, #visuel_content_boutique p,
#visuel_content_sel h2, #visuel_content_sel p,
#visuel_content_cadeaux h2, #visuel_content_cadeaux p{
	position:relative;
	left:230px;
	margin:0;
	padding:0;
	width:650px;
}
#visuel_content_boutique h2, #visuel_content_sel h2, #visuel_content_cadeaux h2{
	top:68px;
	font-size:18px;	
}
#visuel_content_boutique h2{
	color:#c3e4f7;
}
#visuel_content_sel h2{
	color:#c3f7c5;
}
#visuel_content_cadeaux h2{
	color:#f6d5a6;
}
#visuel_content_boutique p,
#visuel_content_sel p,
#visuel_content_cadeaux p{
	line-height:28px;
}


#visuel_content_boutique p, #visuel_content_sel p, #visuel_content_cadeaux p{
	top:106px;
	color:#fff;
	font-size:30px;
}


/*panier*/
table#form_panier{
	width:100%;
	margin:3px 0 0 0;
	color:#034476;
}
table#form_panier th{
	background-color:#e2f0fb;
	color:#034476;
}
table#form_panier td{
	vertical-align:top;
	padding-top:15px;
	padding-bottom:10px;
}
table#form_panier td.col_1{
	width:2px;
}
table#form_panier td.col_2{
	padding-top:2px;
	width:2px;
}
table#form_panier td.col_3{
	color:#416581;
	padding-top:12px;
}
table#form_panier .separation{
	border-bottom:1px #c1e0f8 solid;
	height:0;
	margin:0;
	padding:0;
}
table#form_panier .separation2{
	border-bottom:3px #c1e0f8 solid;
	height:0;
	margin:0;
	padding:0;
}
table#form_panier td.col_4{
	text-align:center;
	background-color:#eee;
	width:100px;
}
table#form_panier td.col_5{
	padding-right:15px;
	text-align:right;
	background-color:#eee;
	width:110px;
}
table#form_panier td.col_5 span{
	font-size:18px;
}



/*mnu checkout*/
ul.nav_checkout{
	margin:0 0 45px 0;
	padding:0;
}
ul.nav_checkout li{
	display:inline;
	text-align:center;
	float:left;
	width:160px;
	height:20px;
	line-height:20px;
}
ul.nav_checkout li.on, ul.nav_checkout li.on a{
	color:#034476;
	background:url(images/bg_nav_checkout_on.gif);
}
ul.nav_checkout li.off, ul.nav_checkout li.off a{
	color:#999;
	background:url(images/bg_nav_checkout_off.gif);
}

ul.nav_checkout li a{
	text-align:center;
	text-decoration:none;
	float:left;
	display:block;
	width:160px;
	height:20px;
}

.bgtext{
	background-color:#eee;
	padding:8px 12px 6px 15px;
	margin-bottom:5px;
	color:#034476;
}
.exp{
	border-top:2px #d8e2ea solid;
	border-bottom:2px #d8e2ea solid;
	padding:11px 0 13px 0;
	margin:20px 0 20px 0;
	color:#034476;
	font-size:12px;
}
.exp span{
	color:#416581;
	font-size:11px;
}
textarea#comment{
	overflow:hidden;
	width:299px;
	height:52px;
	background-color:#e2f1fc;
	border:1px #ceeafa solid;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#034476;
	padding:5px ;
}



/*colonne de gauche*/
#left{
	float:left;
	width:194px;
	padding:0 0 20px 6px;
	background:url(images/bgleft.jpg) no-repeat;	
}

#panier{
	margin:0px 0 -20px -2px;/*margin:-5px 0 0 0;*/
	background:url(images/bgpanierleft.jpg) no-repeat;
	color:#00a8d8;
	min-height:54px;/*64-10*/
	height:auto!important;
	height:54px;
	padding:10px 0 0 53px;
	width:139px;/*192-53*/
	display:block;
	text-decoration:none;
}
a:hover#panier{
	background:url(images/bgpanierlefthover.jpg) no-repeat;
}

#panier span#total{
	font-size:11px;
	color:#406480;
}
#panier span.prix{
	font-size:14px;
	font-weight:bold;
}

/*titres menu*/
#left h3{
	margin:9px 0 3px 0;
	padding:8px 0 0 14px;
	width:178px;/*192-14*/
	min-height:24px;/*32-8*/
	height:auto!important;
	height:24px;
	font-weight:normal;
	font-size:14px;
	background:url(images/bgtitleleft.jpg) repeat-x;
}
#left h3.title1{
	color:#003366;
margin-bottom:-11px;
z-index:10000;
position:relative
}
#left h3.title2{
	color:#2a76b1;
	margin-bottom:-8px;
z-index:10000;
position:relative
}

/*menus*/
ul#menu, ul#info{
	width:192px;
	margin:0;
	padding:0;
}
ul#menu{
	border-bottom:1px #e3e3e3 solid;
}
ul#info{
	background:url(images/bgmenuinfo.jpg) repeat-x;
}
ul#menu li, ul#info li{
	width:192px;
	margin:0 0 1px 0;
}
ul#menu{
	margin-bottom:-13px
}

ul#menu li{
	margin-left:-3px;
}


a#promotion{
	display:block;
	width:146px;/*192-46*/
	height:29px;/*44-15*/
	background:url(images/promotion.jpg) no-repeat;
	padding:15px 0 0 46px;
	text-decoration:none;
	color:#c71727;
	font-size:15px;
	font-family:"Arial Narrow", arial;
	margin:8px 0 0 0;
}
a:hover#promotion{
	color:#ac1421;
}


ul#menu li a, ul#info li a{
	width:158px;/*192-14-20*/
	display:block;
	color:#565656;
	text-decoration:none;
	background:url(images/bgmenu.jpg) no-repeat;
}
ul#menu li a{
	min-height:16px;/*32-10-6*/
	height:auto!important;
	height:16px;
	border-top:1px #e3e3e3 solid;
	font-family:"Arial Narrow", arial;
	font-size:14px;
	color:#565656;
	background:url(images/bgmenu.jpg) no-repeat;
	padding:6px 20px 10px 14px;
}
ul#info li a{
	min-height:14px;
	height:auto!important;
	height:14px;
	border-bottom:1px #ceeafa solid;
	color:#5aaceb;
	font-size:11px;
	background:url(images/bginfo.gif) no-repeat right top;
	padding:8px 20px 10px 14px;
}
ul#menu li a:hover{
	background:url(images/bgmenuhover.jpg) no-repeat;
}
ul#info li a:hover{
	color:#359ae7;
}

ul#info{
	margin-left:-4px;
}

/*lien*/
a.lien, u{
	color:#00a8d8!important;
	text-decoration:none;
}
a:hover.lien, u:hover{
	color:#00a8d8;
	text-decoration:none;
}



/*lien acces compte*/
#left .bt{
	color:#fff;
}
#left .bt a{
	margin:2px 0 0 8px;
	padding:0 0 0 9px;
	width:167px;/*176-9*/
	height:18px;
	line-height:18px;
	display:block;
	color:#003366;
	background:url(images/btleft.jpg) no-repeat;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
}
#left .bt  a:hover{
	color:#2a76b1;
	
}

/*page centrale (contenu)*/
#contenu{
	float:left;
	width:644px;/*691-25-22*/
	padding:20px 22px 20px 25px;
}
#contenu{

}

/*boites*/
#contenu .box{
	width:211px;
	margin-right:5px;
	float:left;
}
#contenu h3.wellness, #contenu h3.sels, #contenu h3.cadeaux{
	margin:0;
	font-size:20px;
	font-family:"Arial Narrow", arial;
	font-weight:normal;
}
#contenu h3.wellness a{
	display:block;
	color:#11747b;
	text-decoration:none;
	padding:232px 0 0 14px;
	width:197px;/*211-14*/
	height:40px;/*272-232*/
	background:url(images/box1.jpg) no-repeat;
}
#contenu h3.wellness a:hover{
	background:url(images/box1_hover.jpg) no-repeat;
}
#contenu h3.wellness{
	color:#11747b;
}

#contenu h3.sels a{
	display:block;
	color:#6f9c68;
	text-decoration:none;
	padding:232px 0 0 14px;
	width:197px;/*211-14*/
	height:40px;/*272-232*/
	background:url(images/box2.jpg) no-repeat;
}
#contenu h3.sels a:hover{
	background:url(images/box2_hover.jpg) no-repeat;
}
#contenu h3.sels{
	color:#6f9c68;
}

#contenu h3.cadeaux a{
	display:block;
	color:#b27831;
	text-decoration:none;
	padding:232px 0 0 14px;
	width:197px;/*211-14*/
	height:40px;/*272-232*/
	background:url(images/box3.jpg) no-repeat;
} 
#contenu h3.cadeaux a:hover{
	background:url(images/box3_hover.jpg) no-repeat;
} 

#contenu h3.cadeaux{
	color:#b27831;
}
#contenu .box p, #contenu li{
	color:#406480;
}
#contenu .box p{
	padding:8px 13px 8px 19px;
	margin:0;
	width:179px;/*211-*/
}
#contenu .box ul{
	padding:0;
	margin:0px 7px 0 7px;
	width:197px;/*211-14*/
	border-top:1px #e3e3e3 solid;
}
#contenu .box ul li a{
	display:block;
	padding:3px 0 5px 22px;
	border-bottom:1px #e3e3e3 solid;
	background:url(images/bglist.jpg) no-repeat;
	text-decoration:none;
	color:#006a72;
	font-size:14px;
	width:175px;/*197-22*/
	font-family:"Arial Narrow", arial;
}
#contenu .box ul li a:hover{
	color:#2b9fa8;
}


/*sous menu*/
#contenu ul.sousmenu{
	margin:0;
	padding:0 0 17px 0;
}
#contenu ul.sousmenu li{
	display:inline;	
}
#contenu ul.sousmenu li a{
	display:block;
	float:left;
	width:166px;/*211-45*/
	height:39px;/*51-12*/
	text-decoration:none;
	font-family:"Arial Narrow", arial;
	font-size:15px;
	padding:12px 0 0 45px;
	margin-right:5px;
}
#contenu ul.sousmenu li a#sm1{
	background:url(images/sm1.jpg) no-repeat;
	color:#006a72;
}
#contenu ul.sousmenu li a:hover#sm1{
	background:url(images/sm1_hover.jpg) no-repeat;
}
#contenu ul.sousmenu li a#sm2{
	background:url(images/sm2.jpg) no-repeat;
	color:#276a1d;
}
#contenu ul.sousmenu li a:hover#sm2{
	background:url(images/sm2_hover.jpg) no-repeat;
}
#contenu ul.sousmenu li a#sm3{
	background:url(images/sm3.jpg) no-repeat;
	color:#b27831;
}

#contenu ul.sousmenu li a:hover#sm3{
	background:url(images/sm3_hover.jpg) no-repeat;
}


ul.liste_simple{
	margin:0;
	padding:0;
}
ul.liste_simple li{
	line-height:20px;
}
ul.liste_simple li a{
	color:#40c6ed!important;
	text-decoration:none;
}
ul.liste_simple li a:hover{
	color:#309dcf!important;
	text-decoration:none;
}


/*titres*/
#contenu h2.title{
	margin:10px 0 0 0;
	padding:0 0 2px 0;
	border-bottom:2px #b9d3da solid;
	color:#006a72;
	font-family:"Arial Narrow", arial;
	font-weight:normal;
	font-size:16px;
}
/*sous titre*/
#contenu h3.title{
	margin:20px 0 5px 0;
	padding:0 0 0 0;
	color:#034476;
	font-family:"Arial Narrow", arial;
	font-weight:normal;
	font-size:16px;
}

#contenu h3.title_st{
	margin:20px 0 10px 0;
	padding:0 0 0 0;
	color:#034476;
	font-family:"Arial Narrow", arial;
	font-weight:normal;
	font-size:14px;
	border-bottom:2px #d8e2ea solid;
	padding:0 0 4px 0;
}

#contenu  p{
	margin:5px 0 0 0;
	padding:0;
	color:#416581;
}

/*colonnes g/d*/
.leftcol, .rightcol{
	float:left;
	width:312px;
}
.rightcol{
	margin-left:18px;
}

.rightcol a {
	text-decoration:none;
	color:#40c6ed;
}
.rightcol a:hover {
	color:#309dcf;
}




/*
boutons:
stdbutton == bouton standard 
validatebutton == bouton valdation 
delbutton == bouton effacer 
inactivebutton == bouton inactif 
*/
.stdbutton, .delbutton, .inactivebutton, .validatebutton{
	cursor: pointer ;
	min-width:1px;
	margin:0;
	padding:0;
}
.stdbutton .left, .stdbutton .right,
.validatebutton .left, .validatebutton .right,
.delbutton .left, .delbutton .right,
.inactivebutton .left, .inactivebutton .right  {
	float: left ;
	height: 15px ;
	cursor: pointer ;
	display:block;
}
.stdbutton .left, 
.delbutton .left,
.validatebutton .left, 
.inactivebutton .left {
	width: 3px ;
}
.stdbutton .right,
.delbutton .right,
.validatebutton .right,
.inactivebutton .right  {
	width: 11px ;
}


.validatebutton .left {
	background: url(images/validatebutton_left.gif) no-repeat ;
}
.stdbutton .left {
	background: url(images/stdbutton_left.gif) no-repeat ;
}
.delbutton .left{
	background: url(images/delbutton_left.gif) no-repeat ;
}
.inactivebutton .left {
	background: url(images/inactivebutton_left.gif) no-repeat ;
}
.validatebutton .right {
	background: url(images/validatebutton_right.gif) no-repeat ;
}
.stdbutton .right {
	background: url(images/stdbutton_right.gif) no-repeat ;
}
.delbutton .right {
	background: url(images/delbutton_right.gif) no-repeat ;
}
.inactivebutton .right {
	background: url(images/inactivebutton_right.gif) no-repeat ;
}

.stdbutton .content, .validatebutton .content, .delbutton .content, .inactivebutton .content {
	float: left ;
	min-height: 12px;
	height: auto !important; 
	height: 12px ;
	vertical-align: middle ;
	padding: 1px 3px 2px 3px ;
	cursor: pointer ;	
	display:block;
}
.validatebutton .content {
	background: url(images/validatebutton.gif) repeat-x;
}
.stdbutton .content {
	background: url(images/stdbutton.gif) repeat-x;
}
.delbutton .content{
	background: url(images/delbutton.gif) repeat-x;
}
.inactivebutton .content {
	background: url(images/inactivebutton.gif) repeat-x;
}
.validatebutton input.button, .stdbutton input.button, .delbutton input.button, .inactivebutton input.button {
	border:0;
	padding:1px 0 3px 2px;
	margin:-1px 0 0 0;
	background:none;
	background-color:transparent;
	cursor: pointer ;
	font-size:10px;
	text-transform:uppercase;
	text-align:left;
}
.validatebutton input.button{
	color:#fff;
}
.stdbutton input.button{
	color:#13b9e9;
}
.validatebutton a.button, .stdbutton a.button, .delbutton a.button, .inactivebutton a.button {
	text-decoration:none;
	cursor: pointer ;
	font-size:10px;
	text-transform:uppercase;
	margin:0 3px 0 3px;
	color:#fff;
}
.validatebutton a.button{
	color:#fff;
}
.stdbutton a.button{
	color:#13b9e9;
}
.stdbutton a:hover.button{
	color:#309dcf;
}
.validatebutton a:hover.button, .stdbutton a:hover.button,  .delbutton a:hover.button, .inactivebutton a:hover.button {

}
.inactivebutton input.button, .inactivebutton a.button, .inactivebutton a:hover.button  {
	color:#a9a9a9;
}







/*boite liste*/
#contenu .list{
	margin:17px 0 0 0;
	padding:0;
	width:318px;
	background:url(images/bgliste.jpg) no-repeat top right;
	float:left;
	margin-right:8px;	
}
#contenu .list2{
	background:none;
}
#contenu .list td{
	vertical-align:top;
}

#contenu .list h3, #form_panier h3{
	color:#00a8d8;
	margin:0;
	padding:5px 0 0 0;
	font-weight:normal;
	font-size:12px;
}
#contenu .list h3{
	min-height:55px;
	height:auto!important;
	height:55px;
}
#contenu .list h3 a, #form_panier h3 a{
	color:#00a8d8;
	text-decoration:none;
}
#contenu .list h3 a:hover, #form_panier h3 a:hover{
	color:#58bdda;
}
#contenu .list p{
	margin:0;
	padding:0;
	color:#416581;
}
#contenu .list .prix{
	color:#034476;
	font-size:24px;
	margin-top:35px;
}
#contenu .list2 .prix{
	margin-top:30px;
}
#contenu .list .prix span{
	text-transform:uppercase;
	font-size:11px;
}
.content1 img, #detailproduct img{
	border:none;
}

#contenu .list .content1{
	min-height:138px;
	height:auto !important;
	height:138px;
}
#contenu .list .content2{
	height:28px;/*36-8*/
	width:318px;
	background:url(images/bgcontent2.jpg) no-repeat;
	padding:8px 0 0 0;
}


#contenu .list .content2 a.bt_detail{
	margin:0 0 0 108px;
	width:88px;
	float:left;
	display:block;
	background:url(images/puce_detail.gif) right no-repeat;
	color:#00a8d8;
	text-decoration:none;
}
#contenu .list .content2 a:hover.bt_detail{
	color:#58bdda;
}


#contenu .list .content1 a.bt_detail{
	margin:7px 0 0 0;
	width:88px;
	display:block;
	background:url(images/puce_detail.gif) right no-repeat;
	color:#00a8d8;
	text-decoration:none;
}
#contenu .list .content1 a:hover.bt_detail{
	color:#58bdda;
}

#contenu .list .content2 a.bt_panier{
	margin:0;
	padding:0 0 0 22px;
	width:98px;/*124-22*/
	float:left;
	display:block;
	background:url(images/puce_panier.gif) right no-repeat;
	color:#034476;
	text-decoration:none;
}
#contenu .list .content2 a:hover.bt_panier{
	color:#356c96;
}


/*detail produit*/
#detailproduct{
	margin:15px 0 40px 0;
}	
#detailproduct h3{
	margin:10px 0 2px 0;
	padding:0;
	color:#00a8d8;
	font-size:16px;
	font-weight:normal;
}
#detailproduct p.soustitre{
	margin:0 0 22px 0;
	padding:0 0 0 0;
	font-size:14px;
	color:#416581;
}
#detailproduct p.description{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#416581;
	font-size:11px;
}
#detailproduct p.description span{
	font-size:14px;
	font-family:"Arial Narrow", arial;
	color:#034476;
}
#detailproduct .prix{
	color:#034476;
	font-size:30px;
	margin-top:84px;
}
#detailproduct .prix span{
	font-size:14px;
	text-transform:uppercase;
	font-weight:normal;
}
#detailproduct .qty{
	color:#416581;
	font-size:12px;
	height:46px;/*56-10*/
	padding:10px 0 0 0;
	margin:12px 0 0 0;
	width:167px;
	background:url(images/bgqty.jpg) no-repeat;
}
input#qty{
	width:30px;
	border:1px #ceeafa solid;
	background-color:#e2f1fc;
	font-size:12px;
	color:#416581;
	padding:0 2px 0 0;
	text-align:right;
}

.inputcheckout{
	width:30px;
	border:1px #ceeafa solid;
	font-size:11px !important;
	color:#416581;
	padding-right:2px;
	margin:3px 0 0 0;
	text-align:right;
}



#detailproduct .panier{
	height:34px;
	width:167px;
	background:url(images/bgpanier.jpg) no-repeat;
}
#detailproduct .panier a{
	display:block;
	padding:6px 10px 0 22px;
	text-decoration:none;
	color:#034476;
	width:120px;
	background:url(images/puce_panier.gif) no-repeat right;	
}
#detailproduct .panier a:hover{
	color:#356c96;
}

h4{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#034476;
	font-family:"Arial Narrow", arial;
	font-weight:normal;
	font-size:16px;
}

.separation{
	border-bottom:2px #d8e2ea solid;
	margin:15px 0 10px 0;
}

a.btback{
	display:block;
	width:105px;/*120-15*/
	height:15px;/*16-1*/
	background:url(images/btback.jpg) no-repeat;
	color:#13b9e9;
	text-decoration:none;
	padding:1px 0 0 15px;
	float:right;
	font-size:10px;
}
a:hover.btback{
	color:#54c8ea;
}

/*formulaire*/
table.form{
	width:100%; /*149+302*/
	margin:10px 0 0 0;
}
table.form  td{
	padding-top:5px;
}
table.form tr td.label{
	width:200px;
	color:#416581;
	vertical-align:top;
}
table.form tr td.value{
	width:210px;
	vertical-align:top;
}
table.form tr td.value .msg{
	font-size:10px;
	color:#aaa;
}
table.form tr td input.input, table.form tr td input.inputfocus, table.form tr td textarea.textarea, table.form tr td textarea.textareafocus{
	width:200px;
	font-size:11px;
	padding-left:2px;
}
table.form tr td select.select{
	width:205px;
	font-size:11px;
}
table.form tr td input.input, table.form tr td textarea.textarea, table.form tr td select.select{
	color:#555;
	border:1px #ceeafa solid;
	background-color:#e2f1fc;
}
table.form tr td input.inputfocus, table.form tr td textarea.textareafocus{
	color:#008c99;
	background-color:#f8fbfe;
	border:1px #ceeafa solid;
	width:200px;
}
table.form tr td textarea.textarea, table.form tr td textarea.textareafocus{
	height:50px;
	overflow:auto;
}



.rightcol table.form2 tr td.label{
	width:85px;
}
.rightcol table.form2 tr td.value{
	width:160px;
}
.rightcol table.form2 tr td input.input, table.form2 tr td input.inputfocus, .rightcol table.form2 tr td textarea.textarea, .rightcol table.form2 tr td textarea.textareafocus{
	width:150px;
}
.rightcol table.form2 tr td select.select{
	width:155px;
}

/*panier*/
table#form_panier td input.input, table#form_panier td input.inputfocus{
	width:28px;
	color:#416581;
	text-align:right;
	padding-right:2px;
	font-size:11px;
}
table#form_panier td input.input{
	border:1px #dadada solid;
}
table#form_panier td input.inputfocus{
	border:1px #bbb solid;
}



/*footer*/
#footer{
	width:907px;
	background:#c3e4f7 url(images/footer.jpg) no-repeat;
	padding:12px 0 0 0;
	color:#4ca6d3;
	font-size:10px;
}
#footer ul{
	padding:0 0 0 15px;
	margin:0;
	float:left;
}
#footer li{
	display:inline;
}
#footer span{
	color:#034476;
}
#footer li a{
	text-decoration:none;
	color:#034476;
}
#footer li a:hover{
	color:#4ca6d3;
}


#footer p#virtua{
	margin:-3px 5px 0 0;
	padding:0;
	float:right;
	height:16px;
	background-image:url(images/virtua.gif);
	background-repeat:no-repeat;
	background-position:right ;
	line-height:16px;
	color:#4ca6d3;
}
#footer #virtua a{
	text-decoration:none;
	color:#4ca6d3;
	margin-right:11px;
}
#footer #virtua a:hover{
	text-decoration:none;
}
#footer #virtua a span{
	color:#4ca6d3;
	font-weight:bold;
}
#footer #virtua a:hover span{
	color:#034476;
}

#footer p#a2vision{
	margin:-3px 30px 0 0;
	padding:0;
	float:right;
	height:16px;
	line-height:16px;
	color:#4ca6d3;
}
#footer #a2vision a{
	text-decoration:none;
	color:#4ca6d3;
	margin-right:11px;
}
#footer #a2vision a:hover{
	text-decoration:none;
}
#footer #a2vision a span{
	color:#4ca6d3;
	font-weight:bold;
}
#footer #a2vision a:hover span{
	color:#034476;
}


/*general*/
.nomargin{
	margin:0!important;
}
.noborder{
	border:none;
}
li{
	list-style-type:none;
}
form{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.cache{
	display:none;
}
