body.PB {
	position:relative;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background: #94AB13 url(/Files/25727/fond2.jpg) no-repeat top center;
	margin:0px;
	padding:0px;
}

/* MAIN >> General page container */
#maincontainer {
	position:relative;
	text-align:left;
	margin: auto;
	padding:0px;	width:940px;
}

#topbanner {
	display:block;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	line-height:0px;
}

/* HEADER STYLES >> General layout configuration - Configuration de la mise en page des éléments*/
#headercontainer {
	margin:0px;
	padding:0px;
	background-image: url(/files/25727/entete.jpg);
	background-repeat: no-repeat;
	height: 142px;
	position: relative;/* Necessary for correct display of dropdown menus */
	z-index:100; /* Necessary for correct display of dropdown menus */
}
#headerarea {
	position:relative;
	margin:0;
	padding:0;
}

#headercolumn1 {}
#headerlogo {
	margin:0;
	padding:0;
	position: absolute;
	text-align: left;
	width: 940px; height:112px;
	left: 0px;
	top: 0px;
}
#headerlogo a {
	display: table-cell;
	height: 70px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	vertical-align: middle;
}
#headerlogo img {
	border: 0;
}
#headerbanner {
	display:block;
	width:100%;
	background-color:Silver;
	text-align:center;
}

#headerdata {
	width:560px;
	position: absolute;
	top: 60px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	right: 60px;
}
#headertext {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
}
#headerbanner {
}
/* HORIZONTAL MENU  >> menu block  - Boîte menu*/
#headermenu {
	text-align:center;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	height: 30px;
	width: 940px;
	position: absolute;
	top: 112px;
	overflow: visible;
	/* left: 0px; */
}
/* HORIZONTAL MENU  >> menu  items layout configuration  - Configuration de la mise en page des éléments*/
ul#hmenu {
	/* float: right; */
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
}
#hmenu li {
	position:relative; /* Necessary for submenu positioning */
	float: left;/* only left to keep menu items in the correct order*/
}
/* HORIZONTAL MENU  >> Link styles - Mise en forme des liens*/
#hmenu a.menu, #hmenu span {
	display: block;
	color:FFFFFF;
	_width: 1px;/*necessary for ie6 when floating the ul to the right*/
	margin: 0px;
	padding: 0 10 0 10;
	white-space:nowrap;
	text-decoration:none;
                      
}
/* HORIZONTAL MENU  >> mouseover links styles - Elément survolé*/
#hmenu li a:hover {
	background-image: url(/Files/25727/hover-menuH.gif) repeat-x;
}
#hmenu a.menu:hover, #hmenu a.subactive {
	background: url(/Files/25727//hover-menuH.gif) repeat-x;
	text-decoration:none;
	color: #FFFFFF;
	/*background-position: top; */
}
/* HORIZONTAL MENU  >> - text styles - Mise en form des Textes*/
#hmenu span {
	
}
/* HORIZONTAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#hmenu li.begin {
	display: block;
	float: left;
	width: 1px;
	margin: 0px;
	padding: 0px;
}

/* HORIZONTAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#hmenu li.end {
	width: 20px;/*necessary when floating the ul to the right*/
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* HORIZONTAL MENU  >> Menu items - Eléments*/
#hmenu li.mitext {
	background: url(/Files/25727/separateur-menuH.gif) no-repeat right;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	/* font-family: Arial, Helvetica, sans-serif; */
	letter-spacing:0.1em;
	margin: 0;
	padding:0;
	line-height:30px;
	text-align:center;
	font-style: normal;
}
#hmenu li.miimg img {
	border:none;
}
/* HORIZONTAL SUBMENU >> */
ul#hmenu li div {
	margin:0;
	border:none;
	padding-top:0;
}
ul#hmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color: #014A7F;/*DEFINE BG COLOR HERE */
	position:absolute;
	visibility:hidden;
	left:0px;
        /*border-top:1px solid #314587;*/
        border-right:1px solid #9fbace;
        border-bottom:1px solid #9fbace;
        border-left:1px solid #9fbace;
}
ul#hmenu li.mitext ul.submenu li {
	letter-spacing:normal
}
ul#hmenu li ul.submenu li {
	float:none;/* cancels inherited float properties */
	clear:both;
}
ul#hmenu li ul.submenu a, ul#hmenu li ul.submenu span,ul#hmenu li ul.submenu li.mispacer, ul#hmenu li ul.submenu li.misep {
	border:none;/* cancels inhertited left and right borders */
	padding-left:10px; /* set lateral padding here*/
	padding-right:10px;
	width:200px;/* set submenu width here */
        border-top:1px solid #9fbace;
        /*border-bottom:1px solid #314587;
        border-left:1px solid #9fbace;
        border-right:1px solid #314587;*/
}
/* Class used to specify the rightmost item on the horizontal menu and correctly position it's submenu */
ul#hmenu li.menuright ul.submenu{
	left:auto;
	right:-1px;
	*right:-5px; /* for IE only */
}
ul#hmenu li ul.submenu li.begin{
	display:none;
}
ul#hmenu li ul.submenu li.mispacer{
	height:15px;
}
ul#hmenu li ul.submenu li.misep{
	height:1px;
	border-bottom: 1px solid #FFFFFF;
}

ul#hmenu li ul.submenu li.end{
	display:none;
}
/* Submenu section titles */
#hmenu li ul.submenu li.mititle span, #hmenu li ul.submenu li.mititle a {
	color:#FFFFFF;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}
#hmenu li ul.submenu li.mititle a:hover {
}
ul#hmenu li.mitext ul.submenu li.mitext{
	text-align: left;
}
ul#hmenu li ul.submenu li.menusep {
}
ul#hmenu li ul.submenu li.mitext span, ul#hmenu li ul.submenu li.mitext a{
	display:block;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	white-space:normal;
	margin: 0px;
	padding-top: 4px; /* set vertical padding here*/
	padding-bottom:4px;
}
ul#hmenu li ul.submenu li a:hover {
	background-color: #8BB84F;
}

/* HORIZONTAL SUBMENU END */

/* END HEADER STYLES */

/* CONTENT STYLES */
#bodycontainer {
	margin:0px;
	padding:0px;
	/* background: url(/Files/25727/fond-maincontainer.gif) repeat-y top; 
    background-color:#F2EDD7;*/
    background-color:#F1EBD3;
	position:relative;
	z-index:50;/* necessary for submenus */
}
#bodyarea {
	min-height:450px;
	height:auto;	
	position:relative;
}
/* for min-height in IE */
/*\*/
*html #bodyarea {
	height:450px;
}
/**/
#bodycolumn1 {
	float:left;
	position:relative;
	width:185px;
	margin-left: 5px;
	margin-top:18px;
	padding: 0px;
/* background: url(/Files/25727/fond-menu-vertical.gif) no-repeat top; */
}
#bodycolumn2 {
	margin:0 0 0 200; /* right margin leaves room for #bodycolumn1 */
	padding:18 0 0 0;
}
#bodycolumn3 {
	position:absolute;
	top:-100px;
	right:-20px;
	background-color:silver;
	margin:0;
	padding:0;
}
#verticalbanner {
	position:absolute;
	left:0;
	top:0;
}

#bodytopbanner {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:10px;
	line-height: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#bodydata {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#bodyarea {
	margin: 0px;
	padding: 0px;
}
#bodydata form {
	margin: 0px;
	padding: 0px;
}
/* clear floating in bodycolumns 1 and 3 and lengthen the page if a floating column is longer than main content in #bodycolumn2 */
.clearbodycontainer {
	clear:both;
	font-size:1px;
	line-height:0px;
}
/* END CONTENT STYLES */

/* VERTICAL MENU  >> General layout configuration - Configuration de la mise en page générale*/
#verticalmenu {
	width: 185px;
	display:block;
	margin:0px;
	overflow:visible;
	padding:0px 0px 0px 0px;
	text-align: center;
}
/* VERTICAL MENU  >> Menu items layout styles - Configuration de la mise en page des éléments*/
ul#vmenu {
	width:185px;
	margin:0px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#vmenu li {
	position:relative; /* Necessary for submenu positioning */
        background: url(/Files/25727/Img/07/milieu-menu-vertical-185.gif) repeat-y;
}
#vmenu li a, #vmenu li span, #vmenu li.misep, #vmenu li.mispacer {
	width:185px; /* set menu width here */

}
#vmenu li.miimg {
	text-align: center;
}
#vmenu li.miimg img {
	border:none;
}

/* VERTICAL MENU  >> First element (border before first menu item) - Premier élément (bordure)*/
#vmenu li.begin {
        height:10px;
        width:185px;
        background: url(/Files/25727/Img/08/debut-menu-vertical-185.gif) no-repeat;
}

/* VERTICAL MENU  >> Last element (border after last menu item) - Dernier élément (bordure)*/
#vmenu li.end {
background: url(/Files/25727/Img/07/fin-menu-vertical-185.gif) no-repeat;
width:185px;
height:30px;
margin-bottom:20px;
}
/* VERTICAL MENU  >> Menu items - Eléments*/
/* VERTICAL MENU >> Titles for sub sections */
#vmenu li.mititle span, #vmenu li.mititle a.menu {
	width:205px;
	font-size: 14px;
	font-weight: bold;
	display:block;
	color: #FFFFFF;
        background: url(/Files/25727/fond-titre.gif) no-repeat top;
	/* line-height: 25px; */
	text-decoration:none;
        margin:0px; padding:0px;
}
#vmenu li.mititle a.menu:hover, #vmenu li.mititle a.subactive {
	text-decoration: none;
	/* background-color: #569408; */
}
/* End Section Titles */
#vmenu li.mitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 14px;
	color:#FFFFFF;
	width:185px;
padding-left:0px; padding-right:0px; margin-left:0px; margin-right:0px;
}
#vmenu li.menusep {
	/* border-bottom-width: 1px; */
}
/* VERTICAL MENU  >> Spacers - Eléments de type espace*/
#vmenu li.mispacer {
display:block;
height:20px;
width:205px;
padding-left:0px; padding-right:0px; margin-left:0px; margin-right:0px;
}
/* VERTICAL MENU  >> Separators - Eléments de type séparateur*/
#vmenu li.misep {
	height: 4px;
	line-height:1px;
	padding-top:0px,
	padding-bottom:0px;
	background-color: #444444;
	/* border-top-width: 1px; */
	/* border-top-style: solid; */
	/* border-top-color: #76B426; */
}

/* VERTICAL MENU  >> Link styles - Mise en forme des liens*/
#vmenu a.menu, #vmenu span {
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	/* line-height: 14px; */
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	text-indent:0px;
}
/* VERTICAL MENU  >> mouseover links styles - Elément survolé*/

#vmenu li.mitext a.menu:hover, #vmenu li.mitext a.subactive  {
background: url(/Files/25727/fond-titre.gif) no-repeat top;
padding-left:0px; 
padding-right:0px; 
margin-left:0px;
margin-right:0px;
color:#FFFFFF;
/* background-color:#76B428; */
/* font-weight: bold;*/
}
#vmenu li.miimg a.menu {
	text-indent:0;
                     padding:0px; 
}
#vmenu li.miimg a.menu:hover, #vmenu li.miimg a.subactive {
	/* background-color:#ECD5AA; */
}
#vmenu li.miimg a.menu img {
	border: none;
}
#vmenu li.miimg a.menu:hover img {
	border:none;
}
/* VERTICAL MENU SUBMENUS >> BEGIN */
ul#vmenu li div{
	padding:0px;
	margin:0;
	border: none;
}
ul#vmenu li ul.submenu{
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin:0;
	background-color:#ECD5AA;
	position:absolute;
	top:-1px;
	visibility:hidden;
	left:176px;
}
/* Class used to specify the Bottommost item on the Vertical menu and correctly position it's submenu */
ul#vmenu li.menuup ul.submenu{
	bottom:-1px;
	top:auto;
}
ul#vmenu li ul.submenu li {
	margin:0;
}
ul#vmenu li ul.submenu li a, ul#vmenu li ul.submenu li span, ul#vmenu li ul.submenu li.misep, ul#vmenu li ul.submenu li.mispacer {
	width:176px;
	padding-left:10px;
	padding-right:10px;
	text-indent:0;/* cancels inherited text-indent properties */
}

ul#vmenu li ul.submenu li a.menu:hover {
	text-indent:0;/* cancels inherited text-indent properties */
}
ul#vmenu li ul.submenu li.misep {
	height:1px;
	border-bottom: 1px solid #996600;
	background: url(none);
}
#vmenu li ul.submenu li.mititle span, #vmenu li ul.submenu li.mititle a.menu {
	margin: 0px;
	padding-top: 4px;
	padding-bottom:4px;
	font-size: 12px;
	color:#990000;
	line-height: 15px;
	font-weight: bold;
	text-decoration:none;
	text-align: left;
}
#vmenu li ul.submenu li.mititle a.menu:hover {
	background-color: #F9F2E4;
}
ul#vmenu li ul.submenu li.mitext a.menu, ul#vmenu li ul.submenu li.mitext span {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height:14px;
	padding-top:4px;
	padding-bottom:4px;
}
ul#vmenu li ul.submenu li.mitext a.menu:hover{
	background-color: #F9F2E3;
	background-image: none;
	font-weight:normal;
}
ul#vmenu li ul.submenu li.miimg a.menu:hover{
	background-color: #F9F2E4;;
	background-image: none;
}
ul#vmenu li ul.submenu li.menusep {
	border:none;
}
/* VERTICAL SUBMENU END */

/* FOOTER STYLES */
#footercontainer {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#footerarea {
	width:940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
#footermenu {
	background-color:#ddd;
	margin:0;
	padding:0;
	overflow:visible;
}
/* FOOTER MENU >> Menu items layout - Configuration de la mise en page des éléments*/
ul#fmenu {
	width:940px;
	list-style-type:none;
	padding:0;
	white-space:nowrap;
	text-align:center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fmenu li {
	border:none;
	display:inline;
	line-height: 20px;
	padding:0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
/* FOOTER MENU >>  Link styles - Mise en forme des liens*/
#fmenu a.menu {
	padding:0;
	text-decoration:none;
	font-size: 10px;
	color: #000000;
}
/* FOOTER MENU >>   mouseover links styles - Elément survolé*/
#fmenu li a:hover {
	color: #CC6600;
}
#fmenu a.menu:hover {
	text-decoration:none;
}
/* FOOTER MENU >> First element (border before first menu item) - Premier élément (bordure)*/
#fmenu li.begin {
	display: none;
}
/* FOOTER MENU >>  Separator  between menu items - Separateur entre les éléments*/
#fmenu li.sep {
	background-color:green;
}
/* FOOTER MENU >> Last element (border after last menu item) - Dernier élément (bordure)*/
#fmenu li.end {
	display: none;
}
/* FOOTER MENU >> Separator */
#fmenu li.misep {
	display:block;
	height:0px;
	width:0px;
	margin:0;
	font-size:0px;
	line-height:0px;
}
/* END FOOTER MENU */

/* COPYRIGHT and CREDITS */
#copyright {
	color:#000000;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copyright span {
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
#poweredby {}
#poweredby a, #poweredby a:link, #poweredby a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#poweredby a:hover {
	text-decoration:underline;
	border:none;
}
#poweredby span {}
/* END COPYRIGHT and CREDITS */

/* END FOOTER */

/*LANGUAGE ICONS */
#langflags {
	text-align:center;
	margin: 0;
	padding: 10px 0px;
}
#langflags ul, #langflags li, #langflags a, #langflags span {
	margin: 0;
	padding: 0;
}
#langflags ul {
	list-style-type:none;
	list-style-position:outside;
	text-align:center;
}

#langflags ul li {
	display: inline;
	text-align: center;
}
#langflags ul li a span {
	background-repeat:no-repeat;
	display: inline;
	white-space: nowrap;
	text-align: center;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	background-position: center center;
	height: 15px;
	width: 22px;
	line-height: 1.2em;
}
#langflags a span {
	border:1px solid #999;
}
#langflags a:hover span {
	border:1px solid #FFCC00;
}
#flag0 {
	background: #FFF url(/DesignCss/SharedImages/FlagL0.gif) no-repeat;
}
#flag1 {
	background: #FFF url(/DesignCss/SharedImages/FlagL1.gif) no-repeat;
}
#flag2 {
	background:#FFF url(/DesignCss/SharedImages/FlagL2.gif) no-repeat;
}
#flag3 {
	background:#FFF url(/DesignCss/SharedImages/FlagL3.gif) no-repeat;
}
#flag4 {
	background:#FFF url(/DesignCss/SharedImages/FlagL4.gif) no-repeat;
}
#flag5 {
	background:#FFF url(/DesignCss/SharedImages/FlagL5.gif) no-repeat;
}
/* END LANGUAGE ICONS */


#bannervertical {
	position:absolute;
	left:0;
	top:0;
	width:0px;
	margin-left:20px;
}

.navbar {
	
}
.navbar span, .navbar select {
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight: bold;
	padding: 0px;
}
.navbar ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navbar li {
	padding:0;
	margin: 0;
	border:0;
	display: inline;
	line-height: normal;
}

.navbar a, .navbar a:visited, .navbar .off {
	/*color:#666;*/
	color: #000;
	text-decoration: none;
}
.navbar a:hover {
	color:#ccc;
	font-weight: bolder;
	text-decoration: underline;
}

.navbar span {
	white-space:nowrap;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
a span.navfirst, a span.navprev, a span.navnext, a span.navlast {
	margin: 0 5;
}

.navbar select {
	background-color:#FFFFFF;
	color:#000;
}
.view {
	width:100%;
	margin: 0px;
	padding: 0px;
border:0;
}
.viewtbl {
	width:712px;
	border:0;
	padding:0 0 0 0;
	margin:0 0 8 0;
// margin: 0 0 8 3;
	border-collapse: collapse;
	border-spacing: 0px;
text-allign:center;
background-color:none;	
}
.sectiontb {
	padding:2px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0px solid #BBBBBB;
}
.sectiontbarea {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
}



.sectiondata {
background-color:none;
}
.sectiondataarea {
	_width: 100%; /* Fixes a bug in IE (related to the site's structure) */
/* padding:8px; */
}
.imgbordernone, .imgthumbnail, .imgcat {
	border:none;
}
.imgmain { border : 1px solid grey; }
/*** BUTTONS & ICONS ***/
/* Main buttons */
a.btnmain {
	/*background-color:#7192C5;
	border:2px solid #8BB84F;*/
	background-color:#8BB84F;
	border:2px solid #7192C5;	
	white-space:nowrap;
	color:#FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
	padding-top: 0px; padding-left: 5px; padding-bottom: 0px; padding-right: 5px;
	letter-spacing: 1px;

}

a.btnmain:hover{
	text-decoration:none;
	color:#FFFFFF;
}
a#btnsearch, a#btnsearchnow, a#btnviewcart {
	/*display:none;
	background-color: #F1EACE;
	color:#000000;*/
	padding-left: 28px; 	
}
a#btnsearch:hover, a#btnsearchnow:hover, a#btnviewcart:hover {
	/* background-color: #DEB76C; */
}
a#btnsearch, a#btnsearchnow {
	background-image: url(/DesignCss/SharedImages/white/Search.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}

a#btnviewcart {
	position:relative;
	left:5px;
	background-image: url(/DesignCss/SharedImages/white/ShopBag.gif);
	background-repeat: no-repeat;
	/*height:16px;
	line-height:16px;*/
	background-position: 5% 50%;
	/*margin-bottom:-5px;*/
}

a#btnretitems span {
	margin-top: 5px;
}

/* Secondary buttons */
a.btnsub {
	font-size:10px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding:4px 0px 4px 23px;
	background: url(/DesignCss/SharedImages/bullet.gif) no-repeat left center;
	line-height: 2em;
	margin: 10px 0px;
}
a.btnsub:hover {
	text-decoration:underline;
}
a#btnemailfriend {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat 0px 0px;
}
a#btnaddtofav {
	background: url(/DesignCss/SharedImages/Favorite.gif) no-repeat 0px 0px;
}
a#btnattachment {
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat 0px 0px;
}

/* icons */
#icontrash, #iconerror, #iconwarning, #iconsalespolicy, #iconattachment, #iconemail, #iconweb, #iconmap {
	width:19px;
	height:19px;
	border:0px;
	vertical-align: text-bottom;
	margin:1px;
}
#icontrash {
	background: url(/DesignCss/SharedImages/TrashCan.gif) no-repeat;
}
#iconerror {
	background: url(/DesignCss/SharedImages/Error.gif) no-repeat;
}
#iconwarning {
	background: url(/DesignCss/SharedImages/Warning.gif) no-repeat;
}
#iconsalespolicy {
	background: url(/DesignCss/SharedImages/SalesPolicy.gif) no-repeat;
}
#iconattachment { /* Mail */
	background: url(/DesignCss/SharedImages/Attachment.gif) no-repeat;
}
#iconemail {
	background: url(/DesignCss/SharedImages/EMail.gif) no-repeat;
}
#iconweb {
	background: url(/DesignCss/SharedImages/Web.gif) no-repeat;
}
#iconmap {
	background: url(/DesignCss/SharedImages/Map.gif) no-repeat;
}
/*** END BUTTONS & ICONS ***/
.blockshortcut {
	display:block;
	width:202px;
	color: #000;
	background-image: url(/DesignCss/18000/55/layoutA-blockshortcutTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blockarea {
	/*background-image: url(/DesignCss/18000/55/layoutA-blockshortcutBottom.gif);*/
	background-image: url(/Files/25727/Img/21/fond-edito.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.blockcontainer {
	margin: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.blockshortcut, .blockshortcut input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.blockshortcut form,  .blockshortcut p, .blockshortcut span, .blockshortcut input, .blockshortcut select, .blockshortcut textarea, .blockshortcut a {
	margin:0;
	padding:0;
}
.blockshortcut a, .blockshortcut a:link, .blockshortcut a:visited {
	color: #0000CD;
	text-decoration:none;
}
.blockshortcut a:hover {
	color: #C60;
	text-decoration:underline;
	border:none;
}
.blockshortcut input {
	
	
}
#blockuserlogin .LoginTagLine {
	
}
#blockuserlogin .email, #blockuserlogin input.password, #blocksearch .searchtext, #blocknewsletter .email, #blockcoupon input.coupon {
	margin: 2 2 2 0;
	
}
#blockuserlogin .email, #blockuserlogin input.password {
	width: 160px;
}
.blockshortcut input.blockbtn {
	margin-top: 5;
	margin-right: 5;
	margin-bottom: 2px;
	margin-left: 0;
}
.blockshortcut input.blockbtn:hover {
	
}
#blockuserlogin .blockbtn {
	margin-right:5px;
}


#blockuserlogin .firstvisit, #blockuserlogin .firstvisit a {
	display:block;
}
#blockuserlogout .hellouser {
	display:block;
}
#blockuserlogout .viewaccountinfo {
	display:block;
}
#blocksearch .searchtext {
	display:block;
	float:left;
	width: 160px;
}
#blocksearch .searchimg {
	display:block;
	float:left;
	background-image:url(/DesignCss/SharedImages/Search.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:2px;
	width:20px;
	height:19px;
}
#blocksearch .blockbtn {
	display:block;
	clear:both;
}

#blocknewsletter .newstagline {
}
#blocknewsletter label {
}
#newsok {
	margin-right: 5px;
	
}
#newsko {
	margin-right: 5px;
	
}
#blocknewsletter .email {
	width: 130px;
}
#blocknewsletter .blockbtn {
	margin-top: 5px;
}
#blockrssfeeds a.rss {
	background-image:url(/DesignCss/SharedImages/RSSFeeds.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:100px;
	font-size: 20px;
	line-height: 25px;
}
#blockrssfeeds a.rss:hover {
	text-decoration:none;
}
#blockrssfeeds span.rss {
	display:inline;
}
#blockcoupon span.coupon {
	display:block;
}
#blockcoupon input.coupon {
	width: 130px;
	margin-right: 5px;
}
#blockcoupon .blockbtn {
}



/********************************************************/
/* @CONTENT												*/
/********************************************************/


/*** ORIGINAL CSS ***/
BODY.PBPW {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana;
	background-image: url(/DesignCss/17000/492/popup-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 20px;
	height: 100%;
}

.PBPTitle {
display:none;
	text-indent:-5000px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0pt;
	font-style:normal;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.PBSTitle { color:#666; font-family:Verdana; font-weight:bold; font-size:12pt; }
.PBColHead { color:#000000; font-family:Verdana; font-size:10pt; }
.PBStatic { color:#000000; font-family:Verdana; font-weight:bold; font-size:8pt; }
.PBMsg { color:#000015; font-family:Verdana; font-size:9pt; }
.PBErrMsg { color:#FF0000; font-family:Verdana; font-weight:bold; font-size:10pt; }
.PBMainTxt { color:#000000; font-family:Arial, sans-serif; font-weight:bold; font-size:9pt; font-style:normal; }
.PBShortTxt { color:#000000; font-family:Arial; font-size:8pt;float:left; width:165px;}
.PBLongTxt { color:#230023; font-family:Verdana; font-size:8pt; }
.PBCurrency {white-space:nowrap;width:120px;color:#000000; font-family:Arial; font-weight:bold; font-size:8pt;}
.PBDate { color:#000000; font-family:Verdana; font-size:10pt; font-style:italic; }
.PBNumber { color:#000000; font-family:Verdana; font-weight:bold; font-size:10pt; font-style:italic; }
A.PBLink { color:#CC6600; font-size:20pt; text-decoration:none; }
A.PBLink:hover { color:#266400; font-size:20pt; text-decoration:none; }

HR.PBMain { color:#000000; height:2; }
HR.PBSub { color:#000000; height:1; }
TEXTAREA.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal; }
SELECT.PB {
	color:#000000;
	font-family:Verdana;
	font-size:8pt;
	font-style:normal;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
INPUT.PB { color:#000000; font-family:Verdana; font-size:8pt; font-style:normal;}
INPUT.PBBtnStd { color:#000000; font-family:Verdana; font-weight:bold; font-size:8pt; }
A.PBBtnStd { color:#666; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:none; }
A.PBBtnStd:hover { color:#85B349; font-family:Verdana; font-weight:bold; font-size:8pt; text-decoration:underline; }
.PBReqNote { color:#000000; font-family:Verdana; font-size:9pt; font-style:italic; }

/* CUSTOMISATION DES FONDS CATALOGUE & DETAIL */

.sccatalog .viewtbl {
	margin:0 0 0 6;
// margin: 0 0 0 3;
padding:0;
}

.sccatalog .sectiontb { margin-top:10px;}

.itemlist .sectiondataarea {
background: url(/Files/25727/sectiondata-haut.gif) no-repeat top;
background-color:none;
padding-top:3px;
padding-left:5px; 
padding-right:5px;
padding-bottom:6px;
}

.itemlist .sectiondata {
background: url(/Files/25727/sectiondata-bas.gif) no-repeat bottom;
background-color:none;
margin: 0 0 0 4;
padding:0 0 0 0; border:0;
width:342px;
}

.datatbl div.sectiondata {
	height: 175px;
}

.itemlist .sectiondataarea.sectioncatheader {
background-image:none;
background-color:none;
border:0px;
margin:0 0 0 0;
padding: 0 0 0 0;
}
.itemlist .sectiondata.sectioncatheader {
/* width:700px; */
background-image:none;
background-color:none;
border:0px;
margin: -22 7 7 7;
// margin: -7 0 7 3;
padding: 0 0 0 0;
// padding: 1 0 0 0;
}
.sectioncatheader .PBSTitle {
display:none;
}

.itemlist img { border:0px;}

.itemlist .imgthumbnail { border:0px;margin:1px 1px 0px 9px; border:0px solid #bbb;}

.itemlist #btnaddtocart {
display:none;
padding:0px; margin:0px;
background-color:transparent;border:none;
}
.itemlist #btndetail {
padding:0px; margin:0px; margin-right:-5px;
background-color:transparent;border:none;
}

.itemlist .PBMainTxt { color:#FFFFFF; font-family:Arial, sans-serif; font-weight:bold; font-size:9pt; font-style:normal; }
.itemlist .PBCurrency {white-space:nowrap;width:120px;color:#FFFFFF; font-family:Arial; font-weight:bold; font-size:8pt;}


.itemdetail .sectiondataarea {
background: url(/Files/25727/sectiondata-bas-detail.gif) no-repeat bottom;
padding:4px 15px 16px 15px;
}

.itemdetail .sectiondata {
background: url(/Files/25727/Img/01/sectiondata-haut-detail-2.gif) no-repeat top;
margin-top:8px;
margin-left:3px; margin-right:3px;
margin-bottom:8px;
}

.itemdetail img { border:0 none;}
.itemdetail .imgmain img { border:1px solid grey;}
// .itemdetail .imgmain img { border:0 none;}
.itemdetail .PBMsg {display:none;}
.itemdetail [name="OxRelatedPdt3744501"] {display:none;}



/*.itemdetail .sectiontbarea { display:none; }*/
.itemdetail .sectiontbarea { display:block; }


.itemdetail #btnaddtocart {
padding:0px; margin:0px;
background-color:transparent;border:none;
}

.itemdetail .PBMainTxt { color:#FFFFFF; font-family:Arial, sans-serif; font-weight:bold; font-size:11pt; font-style:normal; }
.itemdetail .PBCurrency {white-space:nowrap;width:120px;color:#FF9933; font-family:Arial; font-weight:bold; font-size:12pt;}

.itemdetail .imgcontainer {background-color:#FFFFFF; border:2px solid #8BB84F; padding:7px; margin-left:14px;margin-bottom:14px;}

.faq .sectiondataarea {
background: url(/Files/25727/Img/19/faq-bg-bas.gif) bottom left;
padding:4px 15px 10px 15px;
}

.faq .sectiondata {
background: url(/Files/25727/Img/04/faq-bg-haut.gif) top right;
margin:8px 3px 8px 3px;
}

.faq .sectioncatheader { display:none;}

#vmenu a.menuAccueil {
position:relative;
background: url(/Files/25727/Img/11/accueil.png) no-repeat 25% 0;
color:#000000;
}

#encart {
width:232px;background-color:white; border:1px solid red; padding:4px;
}

strike {font-size:9px;color:yellow;}

MLtitre, #MLtexte {font-family:Arial, sans-serif; color:#000;}

#MLtitre { font-size:14px; font-weight:bold; text-transform:uppercase; text-decoration:underline; padding-left: 3px;}

#MLtexte { font-size:12px; text-align:justify; padding: 0 5px 15px 10px;}

#MLtexte hr {width: 90%; height: 1px; color:#EBEBEB;}

.oxcell {padding: 5px 10px 10px 0;}

div.navbar span.off {
    background-color: #8BB84F;
}

div.navbar span {
    border: 1px solid #7192C5;
}

.PBItemPrice .PBCurrency {
	font-size: 10pt;
	color: #FF9933;
}

.PBLayoutTable .PBShortTxt {
	color:#FFFFFF;
}

#PriceAccueil {
	border-bottom-color: rgb(255, 0, 0); 
	border-bottom-width: 1px; 
	border-bottom-style: initial; 
	text-align: center; 
	border-left-color: rgb(255, 0, 0); 
	border-left-width: 1px; 
	border-left-style: initial; 
	padding-bottom: 10px; 
	font-style: normal; 
	width: 80px; 
	font-family: Arial; 
	letter-spacing: 0px; 
	color: #FF8D1B; 
	font-size: 12pt; 
	vertical-align: middle; 
	border-top-color: rgb(255, 0, 0); 
	border-top-width: 1px; 
	border-top-style: initial; 
	font-weight: bold; 
	border-right-color: rgb(255, 0, 0); 
	border-right-width: 1px; 
	border-right-style: initial; 
	word-spacing: 0px; 
	text-decoration: none; 
	padding-top: 3px;
}

/*LE CAROUSSEL*/

#featured{ 
 /*   background-image: url("fond.jpg");*/
    background-repeat: no-repeat;
    height: 260px;
    position: relative;
}
#featured ul.ui-tabs-nav{ 
   left: 498px;
   //left : 500px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
     top: -1px;
    width: 200px;
}

/*HACK SAFARI ET CHROME*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#featured ul.ui-tabs-nav{ 
   left: 500px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1px;
    width: 200px;
}
}

     
     




#featured ul.ui-tabs-nav li{ 

	font-size:12px; 
	color:#666; 
width:200px;
margin-top:1px;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
    font-family: arial;
    font-size: 12px;
    line-height: 20px;
}
#featured li.ui-tabs-nav-item a{ 
    background-image: url("/Files/25727/Img/10/bouton-vert.gif");
    background-position: right center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-family: arial;
    height: 50px;
    line-height: 20px;
    padding-right: 5px;
    text-align: right;
    text-decoration: none;
    width: 197px;
}
#featured li.ui-tabs-nav-item a:hover{ 
background-image:url("/Files/25727/Img/09/bouton-gris.gif");
color:#000;
}
#featured li.ui-tabs-selected{ 
	/*background:url('images/selected-item.gif') top center no-repeat;*/

}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{

}
#featured .ui-tabs-panel{ 
    height: 252px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    width: 700px;
position:relative;
right:200px;
}
#featured .ui-tabs-panel .info{ 
    background: url("bandeau-noir_30.png") repeat scroll 0 0 transparent;
    height: 67px;
    position: absolute;
    top: 240px;
    width: 601px;
}
#featured .info h2{ 
	font-size:18px; font-family:Arial,serif;
	color:#000; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	color:#000;
}
#featured .info a{ 
	text-decoration:none; 
	color:#000; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}


#contenerslide {
    height: 260px;
    width: 700px;
}





a img { border:none; }

.sccatalog #btnviewcart {display:none;}









