*
{
	padding: 0;
	margin: 0;
	font-family: Lucida Grande;
	font-size: 11px;
	color: #2e2e2e;
}



html
{
	width: 100%;
	height: 100%;
}
body
{
	text-align: center;
}
#main
{
	margin: 0 auto 0 auto;
	width: 910px;
	position: relative;
	z-index: 3;
	text-align: left;
}
#header
{
	width: 100%;
	position: relative;
	height: 217px;
	z-index: 3;
}
#head_link
{
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 3
}
#header .fond_trans
{
	position: absolute;
	background-image: url(/_img/trans_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 928px;
	left: -9px;
	bottom: 0;
	height: 167px;
	z-index: -1;
}
#the_link
{
	position: absolute;
	right: 0;
	bottom: 10px;
}
#the_link a
{
	text-decoration: none;
}
#center
{
	width: 100%;
	position: relative;
	z-index: 3;
}
#center .fond_trans
{
	position: absolute;
	height: 100%;
	width: 928px;
	top: 0;
	left: -9px;
	background-image: url(/_img/trans_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	z-index: -1;
}
#left_column
{
	position: absolute;
	top: 0;
	left: 0;
	width: 174px;
	height: 100%;
	background-color: #FFF;
	border-width: 1px 1px 0 1px;
	border-color: #cfcfcf;
	border-style: solid;
	background-image: url(/_img/bkg_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#right_column
{
	position: relative;
	top: 0;
	right: 0;
	width: 733px;
	border-width: 0 1px 0 0;
	border-color: #cfcfcf;
	border-style: solid;
	background-color: #FFF;
	left: 176px;
	padding-top: 50px;
}

#footer
{
	width: 100%;
	position: relative;
}
#footer .fond_trans
{
	position: absolute;
	background-image: url(/_img/trans_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 928px;
	left: -9px;
	top: 0;
	height: 107px;
	z-index: 2;
}
#footer_content
{
	z-index: 8;
	width: 908px;
	position: relative;
	height: 87px;
	background-image: url(/_img/bkg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px #CFCFCF solid;
}
#panier
{
	position: relative;
	left: 7px;
	top: 25px;
	width: 160px;
	height: 76px;
	border: 1px #CFCFCF solid;
	background-image: url(/_img/fond_panier.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
#panier_in
{
	position: absolute;
	top: 10px;
	left: 8px;
}
#panier_detail
{
	position: absolute;
	top: 62px;
	left: 88px;
}
#panier_detail a
{
	color: #2e2e2e;
	text-decoration: none;
}
#tgv
{
	position: absolute;
	left: 0;
	top: 15px;
	width: 724px;
	height: 20px;
	background-image: url(/_img/fond_tgv.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px #d1d1d1 solid;
	border-right: 1px #d1d1d1 solid;
	border-bottom: 1px #d1d1d1 solid;
	border-left: 0 solid;
	line-height: 20px;
}
#tgv a
{
	padding-left: 16px;
	padding-right: 16px;
	height: 20px;
	float: left;
	display: block;
	text-decoration: none;
	color: #666;
	position: relative;
	background-image: url(/_img/fond_tgv_on.png);
}
#tgv #ter
{
	padding-left: 16px;
	padding-right: 16px;
	height: 20px;
	float: left;
	display: block;
	color: #666;
}
#tgv a:hover
{
	background-image: url(/_img/fond_tgv.png);
}
#tgv a div
{
	position: absolute;
	right: -10px;
	top: 0;
	width: 10px;
	height: 20px;
	z-index: 5;
	background-image: url(/_img/tgv_end.png);
}
#tgv a:hover div
{
	background-image: url(/_img/tgv_end2.png);
}
#tgv a.b
{
	float: right;
	background-image: url(/_img/fond_tgv.png);
}
#tgv a.b:hover
{
	background-image: url(/_img/fond_tgv_on.png);
}
#tgv a.b div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 20px;
	background-image: url(/_img/tgv_sepb.png);
}
#search_form
{
	position: absolute;
	top: 120px;
	left: 12px;
	width: 149px;
}
#searchbox
{
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	text-align: right;
	line-height: 18px;
	font-size: 10px;
	width: 127;
	height: 18px;
	border: 1px #CFCFCF solid;
}
#search_ok
{
	position: absolute;
	top: 0;
	right: 0;
}
menu
{
	position: absolute;
	top: 160px;
	left: 12px;
}
menu li
{
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 15px;
}
menu li a
{
	text-decoration: none;
}
menu li ul li
{
	margin-bottom: 0px;
	font-weight: normal;
	list-style-image: url(/_img_white/puce.png);
	list-style-position: inside;
	line-height: 15px;
}
menu li ul li a
{
	text-decoration: none;
	color: #2e2e2e;
}
#info_p
{
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 0;
	width: 100%;
}
#friends_link
{
	position: absolute;
	bottom: 9px;
	left: 12px;
}
#friends_link a
{
	text-decoration: none;
	color: #2e2e2e;
}
#copyright
{
	position: absolute;
	right: 10px;
	bottom: 9px;
	text-align: left;
	width: 145px;
	line-height: 15px;
}
#copyright a
{
	text-decoration: none;
	color: #2e2e2e;
}
#mini_logo
{
	position: absolute;
	bottom: 9px;
	right: 165px;
}
#content
{
	position: relative;
	left: 9px;
	top: 0;
	width: 715px;
	padding-bottom: 9px;
}
#block_pres
{
	width: 713px;
	height: 348px;
	border: 1px #CFCFCF solid;	
}
#home_present
{
	position: relative;
	width: 100%;
	margin-top: 14px;
}
#home_present .item
{
	position: relative;
	float: left;
	width: 237px;
	height: 186px;
	border-width: 1px 0 0 1px;
	border-color: #CFCFCF;
	border-style: solid;
	background-image: url(/_img/fond_item_home.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	text-align: center;
	cursor: pointer;
	
}
#home_present .item:hover
{
	background-image: url(/_img/fond_item_home_on.png);
}
#home_present .item2
{
	border-width: 1px 1px 0 1px;
}
#home_present .item3
{
	border-width: 1px 0 1px 1px;
}
#home_present .item4
{
	border-width: 1px 1px 1px 1px;
}
.item h1
{
	font-size: 12px;
	margin-top: 5px;
}
.item h2
{
	font-weight: normal;
	font-size: 11px;
}
.prix
{
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.prix_barre
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: line-through;
	display: inline;
}
.prix_promo
{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #F00;
}
#link_classement
{
	right: 0;
	text-align: right;
	padding-bottom: 9px;
	position: relative;
}
#link_classement a
{
	text-decoration: none;
}
#link_classement a:hover
{
	text-decoration: none;
	color: #1d69d8;
}

#cat_list
{
	position : relative;
	width: 100%;
	border-width: 1px 0 0 0;
	border-color: #CFCFCF;
	border-style: solid;
}
#cat_list .item
{
	position: relative;
	width: 100%;
	border-width: 0 1px 1px 1px;
	border-color: #CFCFCF;
	border-style: solid;
	height: 140px;
	cursor: pointer;
}
#pagination
{
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
#pagination a
{
	text-decoration: none;
}
#cat_list .item img
{
	position: absolute;
	top: 5px;
	left: 20px;
}
#cat_list .item .prod_desc
{
	position: absolute;
	width: 260px;
	top: 20px;
	left: 240px;
}
#cat_list .item .tarif
{
	position: absolute;
	top: 20px;
	left: 540px;
	width: 170px;
}
#produit
{
	position: relative;
	width: 520px;
	background-image: url(/_img/degrad_prod.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
}
#produit h1
{
	padding-bottom: 10px;
}
#right_pane
{
	position: absolute;
	top: 0;
	right: 0;
	width: 183px;
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
}
#conseil
{
	position: relative;
	width: 100%;
	border-width: 0 0 1px 0;
	border-color: #CFCFCF;
	border-style: solid;
}
#articles
{
	position: relative;
	width: 100%;
	background-image: url(/_img/degrad_articles.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#envoyer
{
	position: relative;
	width: 100%;
	border-width: 1px 0 0 0;
	border-color: #CFCFCF;
	border-style: solid;
}
#print
{
	position: relative;
	width: 100%;
	border-width: 1px 0 0 0;
	border-color: #CFCFCF;
	border-style: solid;
}
.in
{
	padding: 5px;
}
#produit h1
{
	
	font-size: 13px;
	margin-top: 5px;
}
#add_cart
{
	position: absolute;
	bottom: 7px;
	left: 17px;
}
#cadre_photo
{
	width: 270px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
	text-align: center;
}
#cadre_photo img.main
{
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
}
#cadre_photo img
{
	border-width: 1px;
	border-color: #CFCFCF;
	border-style: solid;
	margin-top: 5px;
	margin-bottom: 3px;
}


#black
{
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: #000;
	opacity: .5; 
	filter: alpha(opacity=50);
}
#show_top_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}	
#confirm_panier
{
	position: relative;
	margin: 0 auto 0 auto;
	top: 300px;
	width: 300px;
	height: 120px;
	background-color: #FFF;
	border: 1px #e1e1e1 solid;
	z-index: 30;
	text-align: center;
}
#confirm_panier h3
{
	margin: 0;
	padding: 0;
	padding-top: 2px;
	float: leftt;
	width: 100%;
	height: 20px;
	background-color: #666;
	color: #FFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-width: 0 0 1px 0;
	border-color: #E1E1E1;
	border-style: solid;
}
#send_friend
{
	position: relative;
	margin: 0 auto 0 auto;
	top: 300px;
	width: 400px;
	height: 200px;
	background-color: #FFF;
	border: 1px #e1e1e1 solid;
	z-index: 230;
	text-align: center;
}
#un_conseil
{
	position: relative;
	margin: 0 auto 0 auto;
	top: 300px;
	width: 400px;
	height: 200px;
	background-color: #FFF;
	border: 1px #e1e1e1 solid;
	z-index: 230;
	text-align: center;
}
/* classe panier */
table#panier_final
{
	display: block;
	width: 100%;
	margin: 20px 0 10px 0;
}
table#panier_final thead
{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
table#panier_final thead th.photo
{
	width: 50px;
}
table#panier_final thead th.designation
{
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
	width: 250px;
}
table#panier_final thead th.disponibilite
{
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
	width: 100px;
}
table#panier_final thead th.prix_ttc
{
	width: 75px;
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
}
table#panier_final thead th.qt
{
	width: 45px;
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
}
table#panier_final thead th.total_ttc
{
	width: 87px;
}
table#panier_final thead th.suppr
{
	width: 59px;
}

table#panier_final tbody
{
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

table#panier_final tr.color1{
	background-color: #fff;
}
table#panier_final tr.color2{
	background-color: #ededed;
}
table#panier_final tbody td.photo
{
	width: 50px;
	background-color: #FFF;
}
table#panier_final tbody td.designation
{
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
}
table#panier_final tbody td.disponibilite
{
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
}
table#panier_final tbody td.prix_ttc
{
	width: 75px;
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
	text-align: right;
}
table#panier_final tbody td.qt
{
	width: 45px;
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	border-style: solid;
	text-align: right;
}
table#panier_final tbody td.total_ttc
{
	width: 87px;
	text-align: right;
}
table#panier_final tbody td.suppr
{
	width: 59px;
	background-color: #FFF;
	text-align: center;
}
table#panier_final tbody td.photo a img
{
	width: 50px;
	height: 71px;
	border-color: #ededed;
	border-width: 1px;
	border-style: solid;
}
table#panier_final tbody td.photo a:hover img
{
	border-color: #e81515;
}
table#panier_final tfoot
{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
table#panier_final tfoot td
{
	border-color: #ededed;
	border-width: 1px 0 0 0;
	border-style: solid;
	
}
.bouton
{
	position: relative
	margin: 10px 0 0 0;
	padding: 3px 8px 3px 8px;
	background-color: #666;
	color: #fff;
	
	font-weight: bold;
	text-align: center;
	display: inline;
}
.bouton a, #panier_hover .bouton a
{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.bouton a:hover, #panier_hover .bouton a:hover
{
	color: #000;
}

#checkout
{
	font-size: 14px;
	margin: 10px 0 20px 0;
}
#form_auth
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 250px;
}
.small
{
	font-size: 9px;
}
.alert { color: #C66; }
#inscr_form
{
	width: 100%;
}
#inscr_form .col1
{
	position: relative;
	width: 48%;
	
}
#inscr_form .col2
{
	position: absolute;
	width: 46%;
	top: 0;
	left: 50%;
	text-align: left;
}
#inscr_form label
{
	clear: both;
	float: left;
	width: 31%;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #000;
	padding: 4px 3px 0 0;
}
#inscr_form input
{
	float: left;
	width: 60%;
}
#inscr_form select
{
	float: left;
}
.ast
{
	clear: both;
	float: left;
	text-align: left;
	font-size: 10px;
	padding: 10px 0 10px 0;
}
#help
{
	width: 350px;
	background-image: url(/interface/help.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0 0 0;
}

label a
{
	text-decoration: none;
	font-weight: bold;
	color: #474840;
}
label a:hover
{
	text-decoration: underline;
	color: #e81515;
}
#articles ul li { list-style-type: none; }
ul li { list-style-position: inside; }
#adresses
{
	margin: 0 0 15px 0;
	position: relative;
	right: 0;
	top: 0;
	width: auto;
}
h3
{
	width: 100%;
	background-color: #dcdcdc;
	font-size: 12px;
	font-weight: bold;
	text-indent: 15px;
	color: #626262;
	text-align: left;
	padding: 5px 0 5px 0;
}
#adresse1, #adresse2
{
	display: inline;
	width: 280px;
	text-align: left;
	margin: 0 10px 0 0;
}
p
{
	margin-bottom: 12px;
}
