html {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	line-height: 11pt;
}

a {
	text-decoration: none;
	color: #369;
}

img {
	border: none;
}
.break {
	clear: both;
}
#page, #top, #mid, #bot, #left, #main, #lsidea, #rside {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	text-align:  justify;
	width: 1000px;
	position: relative;
}

#top {
	width: 1000px;
	height: 141px;
	background-image: url(/deco/top.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#mid {
	width: 1000px;
	background-color: #FFF;
	margin: 0; padding : 0;
}

#bot {
	width: 1000px;
	height: 50px;
	background-image: url(/deco/bot.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: 16px 0 10px 0;
}


#left {
	float: left;
	width: 800px;
}
#main {
	float: right;
	width: 568px;
	padding: 0 16px;
}

#lside, #rside {
	width: 200px;
}
#lside {
	float: left;
	background-color: #FFF;
}

#rside {
	float: right;
}

#login {
	position: absolute;
	font-size: 11px;
	right: 12px;
	top: 105px;
	height: 19px;
	line-height: 20px;
	padding: 1px 0;
	width: 990px;
	text-align: right;
	color: #FFF;
}
#login a {color: #FFA;}
#panier {
	position: absolute;
    background: url(/deco/panier.png) no-repeat left;
	font-size: 11px;
	left: 10px;
	top: 105px;
	height: 19px;
	line-height: 20px;
	padding: 1px 5px 1px 30px;
	text-align: right;
	color: #FFF;
}
#langs {
  position: absolute;
  top: 16px;
  left: 760px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#langs img {
  margin: 0;
  padding: 0 0 2px 0;
}


#page_admin {
	background-color: #644;
	border: 1px solid #F90;
	padding: 1px 3px;
	margin: 3px;
}


/* Style des boîtes de message */
.msg_title {
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
.msg_ok, .msg_info, .msg_warning, .msg_error {
	margin: 12px;
	padding: 6px;
	background-color: #FFF;
	min-height: 60px;
}
.msg_ok {
	border: 2px solid #0A0;
	background: url(/deco/msg_ok.png) no-repeat 5px 5px;
	padding: 8px 8px 0 70px;
}
.msg_info {
	border: 2px solid #08A;
	background: url(/deco/msg_info.png) no-repeat 5px 5px;
	padding: 8px 8px 0 70px;
}
.msg_warning {
	border: 2px solid #F90;
	background: url(/deco/msg_warning.png) no-repeat 5px 5px;
	padding: 8px 8px 0 70px;
}
.msg_error {
	border: 2px solid #F00;
	color: #B00;
	background: url(/deco/msg_error.png) no-repeat 5px 5px;
	padding: 8px 8px 0 70px;
}

/*  */
.warncell {
	background-color: #FFC;
	border: 2px solid red;
}
.big {
    font-weight: bold;
	letter-spacing: 0.15em;
	font-size: 12px;
	line-height:14px;
	border: 1px solid white;
	padding:1px 4px 0px 4px;
	display:block;
	position:absolute;
	top:3px;
	right:350px;
}


/* stylage menu principal */
#mmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mmenu00 {
	background-image: url(/deco/mnu0.png);
	text-align: center;
	font-size:15px;
	line-height: 20px;
	padding-top: 1px;
	font-weight: bold;
	margin-top: 5px;
	height: 20px;
}
.mmenu00 a { color: #FFF;}
.mmenu01, .mmenu02  {
	background-image: url(/deco/mnu1.png);
	text-align: center;
	font-size:16px;
	line-height: 20px;
	font-weight: bold;
	height: 23px;
	margin-top: 5px;
	padding-top: 7px;
}
.mmenu03  {
	background-image: url(/deco/mnu4.png);
	height: 10px;
	line-height: 3px;
	background-position: bottom;
}
.mmenu01 a, .mmenu02 a {color: #A32B25;}
.mmenu10, .mmenu11, .mmenu12 {
	background-color: #E5B21A;
	font-size:14px;
	line-height: 16px;
	font-weight: bold;
	padding: 1px 0 2px 5px;
	border-top: 1px solid #FFFE80;
}
.mmenu10 a, .mmenu11 a {color: #A32B25;}
.mmenu12 a {color: #D00;}
.mmenu20, .mmenu21, .mmenu22 {
	background-color: #FFFE80;
	font-size:13px;
	font-weight: bold;
	padding: 1px 0 1px 10px;
	border-top: 1px solid #EB4;
}
.mmenu20 a, .mmenu21 a {color: #E5B21A;}
.mmenu22 a {color: #D00;}

/* Style login */
#login_form {
	display: inline;
}
#login_form input {
	width: 60px;
	padding: 0 3px;
	font-size: 11px;
	border: 1px solid #500;
	background-color: #FFA;
}
/* titre */
#main h1 {
	font-size: 14px;
	background-image: url(/deco/ttl.png);
	color: #FFF;
	height: 17px;
	width: 559px;
	padding: 3px 4px 1px 7px;
	margin: 5px 0 5px 0;
	background-repeat: no-repeat;
}
#main h2 {
	font-size: 13px;
	text-align: right;
	margin: 0 8px 16px 0;
	padding: 0;
	color: #E5B21A;
}
#main h2 a {color: #369;}


/* Produits en listing */
.product, .pack {
	position: relative;
	margin: 18px 0;
	padding: 0;
}
.product h4, .pack h4 {
	margin: 0 0 10px 0;
	padding: 1px 0 0 8px;
	background-image: url(/deco/ProdHead.png);
	height: 19px;
	line-height: 18px;
	font-size: 13px;
    background-repeat: no-repeat;
}
.product h4 a {
	color: #A32B25;
}
.product .module {
	position: absolute;
	left: 135px;
	top: 10px;
	width: 430px;
	padding: 0 5px;
}
.pack h4 {
	background-image: url(/deco/packttl.png);
	width: 562px;
	color: #444;
}
.pack .buy {
    display: block;
	position: absolute;
	top: 0px;
	right:-3px;
	background-image: url(/deco/buy.png);
	width:66px;
	height:20px;
}
.pprice {
    display: block;
	position: absolute;
	text-align: center;
	top: 75px;
	right:25px;
	width: 89px;
	height: 29px;
	padding: 30px 0;
	background-image: url(/deco/starbg.png);
}


.img_M,.img_P  {
	background: url(/deco/Mbg.png) no-repeat left;
	padding: 1px 6px 6px 1px;
	margin: 0;
	width: 125px;
	height: 177px;
}
.img_P {
	margin: 0 12px 0 0;
}


.imgB {
	float:left;
	background: url(/deco/Bbg.png) no-repeat;
	padding: 1px 12px 12px 1px;
	margin: 0 15px 6px 0;
}


/* Détail produit */
#product_detail {
  position: relative;
}
#product_detail .buy {
    display: block;
	float: right;
	background-image: url(/deco/buybig.png);
	width:92px;
	height:20px;
	margin: 5px -2px 0 0;
}
.product_text {
	text-align: justify;
	margin: 20px 0;
}


/* tarif */
.prix {
	font-weight: bold;
	color: #000099;
}
.prixbarre {
	font-weight: bold;
	color: #900;
	text-decoration: line-through;
}
.prixpromo {
	font-weight: bold;
	color: #0A0;
}
/* Fiche produit */
.pd0 {
  text-align: left;
  font-weight: bold;
/*  background-color: #DDD;*/
  background-image: url(/deco/packttl.png);
  line-height: 19px;
  color: #444;
  padding:1px 0 1px 6px;
  background-position: right
}
.pd1 {
  text-align: right;
  color: #444;
  padding: 5px 2px 14px 2px;
}


/* menu besoin d'aide */
#menu_aide ul {
	list-style: square;
	margin: 0;
	padding: 0 0 12px 0;
	background-image: url(/deco/mnu4.png);
	background-position: bottom;
}
#menu_aide h3  {
	background-image: url(/deco/mnu1.png);
	text-align: center;
	font-size:16px;
	font-weight: bold;
	height: 18px;
	margin: 12px 0 0 0;
	padding: 5px 0 3px 0;
	color: #A32B25;
}
#menu_aide li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #E5B21A;
	border-top: 1px solid #FFFE80;
	font-size: 13px;
	font-weight: bold;
}
#menu_aide a {
	color: #A32B25;
}
#menu_aide .on a {
	color: red;
}
/* menu mon compte */
#menu_mon_compte ul {
	list-style: square;
	margin: 0;
	padding: 0 0 12px 0;
	background-image: url(/deco/mnu6.png);
	background-position: bottom;
}
#menu_mon_compte h3  {
	background-image: url(/deco/mnu5.png);
	text-align: center;
	font-size:16px;
	font-weight: bold;
	height: 18px;
	margin: 12px 0 0 0;
	padding: 5px 0 3px 0;
	color: #A32B25;
}
#menu_mon_compte li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
	background-color: #FFFE80;
	border-top: 1px solid #E5B21A;
	font-size: 13px;
	font-weight: bold;
}
#menu_mon_compte .on a {
	color: red;
}
#menu_mon_compte a {
	color: #E5B21A;
}
/* menu droite*/
#menu_droite h3 {
	display: none;
}
#menu_droite ul {
	margin: 0;
	padding: 0;
}
#menu_droite li {
	background-image: url(/deco/mnu0.png);
	text-align: center;
	font-size:12px;
	font-weight: bold;
	margin-top: 5px;
	height: 20px;
	line-height: 21px;
	padding-top: 1px;
	list-style: none;
	margin: 5px 0;
	letter-spacing: 0.01em;
}
#menu_droite li a {
	color: #FFF;
}
/* menu marketing */
#menu_haut {
	margin: 0; padding: 0;
	position: absolute;
	top: 16px;
	right: 0px;
}
#menu_haut h3 {
	display: none;
	margin: 0;
	padding: 0;
}
#menu_haut ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_haut li {
	width: 200px;
	text-align: center;
	height: 23px;
	line-height: 23px;
	padding-top: 0;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	list-style: none;
}
#menu_haut a {
	color: #A32B25;
}
/* menu du bas */
#menu_bas, #menu_bas ul, #menu_bas h3 {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}
#menu_bas ul {
	padding-top: 5px;
}
#menu_bas h3 {
	display: none;
}
#menu_bas li {
	padding: 0 10px;
	display: inline;
}
#menu_bas a {
	color: #FFF;
}
#menu_bas a:hover {
	color: #C30;
}

#new {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 187px;
	height: 187px;
	margin: 0; padding: 0;
    background-image: url(/deco/new.png);
	background-repeat: no-repeat;
}

/* Styles des pubs */
#pub0 {
	position: absolute;
	top: 15px;
	left: 372px;
	width: 360px;
	height: 70px;
	margin: 0;
	padding: 0;
}
#pub1,#pub2,#pub3,#pub4,#pub5,#pub6,#pub7,#pub8,#pub9,#pub10,#pub11,#pub12 {
	width: 200px;
	margin: 16px 0;
	padding: 0;
	text-align: center;
	display: block;
}

/* Mini listings */
.listing_mini {
	margin-top: 16px;
	text-align: center;
}
.listing_mini h3, .lm {
	font-size: 14px;
	background-image: url(/deco/ttl.png);
	color: #FFF;
	height: 17px;
	width: 559px;
	padding: 3px 4px 1px 7px;
	margin: 5px 0 11px 0px;
	text-align: center;
}
.lm {
	margin-top: 12px;
}


.mini {
    float: left;
	margin: 8px 7px;
	width: 270px;
	text-align: left;
}
.mini img {
	float: left;
	margin: 0 5px 0 0;
}
.mini_home {
    float: left;
	margin: 8px 7px;
	width: 270px;
	text-align: left;
	clear: both;
	height: 185px;
}
.mini_home img {
	float: left;
	margin: 0 5px 0 0;
}
.mini a, .mini_home a {
    color: #000;
}

.mini_link {
    display: block;
	width: 286px;
	background-image: url(/deco/ttl2.png);
	margin: -8px auto 16px auto;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	height: 21px;
	line-height: 21px;
    /*font-variant: small-caps;*/
}


/* Mini listings */
.listing_home {
	margin-top: 2px;
	text-align: center;
	width: 50%;
	float: left;
}
.listing_home h3 {
	font-size: 14px;
	background-image: url(/deco/ttl2.png);
	color: #FFF;
	height: 19px;
	line-height:15px;
	width: 275px;
	padding: 2px 4px 0 7px;
	margin: 5px 0 11px 0px;
	text-align: center;
}

address a {
    color: red;
	background-color: #FFFFCC;
	border: 1px solid #444;
	padding: 3px 5px 1px 5px;
	font-style: normal;
}

.h4pbk {
    font-size: 14px;
	margin: 32px 0 5px 0;
	padding: 0 6px 0 6px;
	line-height: 21px;
	background-image: url(/deco/ttl2.png);
	background-repeat: no-repeat;
	color: white;
}
.h4play {
    float: right;
	margin-top: -23px;
	margin-right: 293px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	color: #FF5050;
}
.pbcart, .pbcart2,.pbcartb, .pbcart2b {
	display: block;
	padding: 0 0 0 16px;
	height: 17px;
	text-align: center;
	float: left;
	margin: 3px 4px 10px 4px;
	line-height: 17px;
}
.pbcart,.pbcartb {
	background-image: url(/deco/incart.png);
	width: 29px;
	height: 17px;
}
.pbcart2,.pbcart2b {
	background-image: url(/deco/incart2.png);
    display: block;
	padding: 0 0 0 15px;
	width: 68px;
	height: 17px;
	text-align: center;
	margin: 3px 4px 10px 4px;
}
.pbcartb {
	background-image: url(/deco/incartb.png);
}
.pbcart2b {
	background-image: url(/deco/incart2b.png);
}
.pbkcat {
	margin: 8px 0 4px 0;
	clear: both;
	font-weight: bold;
}

/* Produits relatifs */
.mini_rel {
    float: left;
	margin: 8px 7px;
	width: 270px;
	text-align: left;
	height: 185px;
}
.mini_rel img {
	float: left;
	margin: 0 5px 0 0;
}
.mini_rel a {
    color: #000;
}
.listing_rel {
	margin-top: 2px;
	text-align: center;
	width: 100%;
	float: left;
}
.listing_rel h3 {
	font-size: 14px;
	background-image: url(/deco/ttl.png);
	color: #FFF;
	height: 19px;
	line-height:15px;
	width: 558px;
	padding: 2px 4px 0 7px;
	margin: 5px 0 11px 0px;
	text-align: center;
}

/* etat des stocks  */
option.x1,option.x2,option.x3,option.x4 {
	border-bottom: 1px solid #FFF;
}
option.x1 {
	background-color: #AFC;
}
option.x2 {
	background-color: #FF5;
	font-weight: bold;
}
option.x3 {
	background-color: #EA0;
	font-weight: bold;
	color: #C00;
}
option.x4 {
	background-color: #C00;
	font-weight: bold;
	color: yellow;
}

/* promoprog */
.micro {
	width: 25px;
	height: 35px;
	float: left;
	margin: 2px 8px 2px 2px;
}
.promol {
	clear: both;
	height: 40px;
	margin: 2px 0;
}
.promol img {
    margin-top: 2px;
	margin-right: 3px;
}


.promol a {
	display: block;
}
.p_even {
    background-color:#DDD;
	border: 1px solid #777;
}
.p_odd {
    background-color:#EEE;
	border: 1px solid #888;
}


a.fbt {
	margin: 10px 0 15px 0;
	line-height: 27px;
	font-weight: bold;
}

.getPDF {
	display: block;
	width: 569px;
	margin: 10px 0 0 0;
	background-image: url(/deco/getpdf.png);
	background-repeat: no-repeat;
	padding: 21px 0 27px 100px;
	font-size: 18px;
	line-height: 25px;
	vertical-align: top;
	color: #900;
}
.getPDF:hover {
	color: #000;
}
