/* CSS Document */

/* -------------------------RESET------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:12px;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

/* -------------------------------------------------------  */

* { font-family: Arial, Helvetica, sans-serif;}

BODY {

	background:#c1c1c1;
}

TABLE{ border-collapse:0; border:0;}
TD{margin:0;padding:0;}

P{margin:0 0 15px 0;padding:0;}

H1, H2, H3, H4, H5, H6{margin:0;padding:0}

UL{list-style-type: none; padding:0;margin:10px 0;}

UL LI{
	background: url(/design/puce.gif) no-repeat 0px 8px;
	padding:2px 0 2px 8px;
	margin:0 0 0 20px;
}

INPUT{
	padding:2px;
	margin:0;
	border:1px solid #666;
	font-size:10px;
	border:1px solid #009534;
	background:url(/design/input.gif) no-repeat top left;
}

INPUT.button , INPUT.formbutton{

}

INPUT.formbutton{
	margin:0 0 0 10px;
	float:right;
}

INPUT.formbutton:hover , INPUT.button:hover{}

A, A:visited{color:#007764;}
A:hover, A:active{color:#e24403;}

.middle{
	position:relative;
	margin:0 auto;
	width:950px;
}

a.button {
    background: transparent url('/design/btv-3.gif') no-repeat scroll top right;
    color: #fff !important;
    display: block;
    float: right;
	cursor:pointer;
    font: normal 12px arial, sans-serif;
    height: 26px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
		font-weight:bold;
}

a.button span {
    background: transparent url('/design/btv-1.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 4px 0 6px 9px;
		color: #fff !important;
}


.blckPromo a.button span {
    padding: 4px 0 0px 6px;
    height: 21px;
}

a.button2 {
    background: transparent url('/design/bto-3.gif') no-repeat scroll top right;
    color: #fff !important;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 26px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
		font-weight:bold;
}

a.button2 span {
    background: transparent url('/design/bto-1.gif') no-repeat;
    display: block;
    line-height: 16px;
    padding: 4px 0 6px 9px;
		color: #fff !important;
}

.clear{clear:both;}


/* ==============================================
TOP
============================================== */

#top{
	background:url(/design/top-back.gif) repeat-x center top;
	height:244px;
	z-index:888;
	position:relative;
}

.breadcrumbs{
	position:absolute;
	top:6px;
	left:0px;
	width:635px;
	height:20px;
}

.breadcrumbs IMG{margin:0 5px;}
.breadcrumbs A{color:#aaa;}
.breadcrumbs A:hover{color:#333;}
.breadcrumbs SPAN{color:#777;}

.menuTop{
	position:absolute;
	top:6px;
	left:450px;
	width:365px;
	height:14px;
	padding:3px 0;
	color:#323640;
	text-align:right;
}

.menuTop A , .menuTop A:visited{

	font-weight:bold;
	color:#323640;
	text-decoration:none;
}

.menuTop A:hover{
	color:#e24403;
	text-decoration:none;
}

.languages{
	position:absolute;
	top:6px;
	right:20px;
	width:90px;
	height:26px;
	padding:0px 8px;
	background:url(/design/languages.png) no-repeat center center;
}

.languages A , .languages A:visited{
	display:block;
	float:left;
	width:22px;
	height:17px;
	margin:2px 4px;
}

.languages A.fr{background:url(/design/flags/fr-1.gif);}
.languages A.fr:hover , .languages A.frSel{background:url(/design/flags/fr-2.gif);}
.languages A.en{background:url(/design/flags/en-1.gif);}
.languages A.en:hover , .languages A.enSel{background:url(/design/flags/en-2.gif);}
.languages A.nl{background:url(/design/flags/nl-1.gif);}
.languages A.nl:hover , .languages A.nlSel{background:url(/design/flags/nl-2.gif);}

A.goHome{
	display:block;
	width:220px;
	height:185px;
	position:absolute;
	top:26px;
	left:0;
	background:url(/design/logo.gif) no-repeat center center;
}

.banner{
	display:block;
	width:730px;
	height:185px;
	position:absolute;
	top:26px;
	left:220px;
}

#mainMenu{
	position:absolute;
	top:208px;
	text-align:center;
	width:100%;
	height:31px;
	margin:0;
	padding:4px 0 0 0;
}

#mainMenu TD{
	background:url(/design/menu-back.gif) no-repeat left top;
}

#mainMenu TD.last{
	background:url(/design/menu-back.gif) no-repeat left top;
	width:1px;
}

#mainMenu  A , #mainMenu  A:visited{
	display:block;
	font-family:arial black;
	font-size:13px;
	color:#323640;
	text-decoration:none;
	padding:0px 0px;
}

#mainMenu  A.sel{
	background:url(/design/menu-back.gif) repeat-x left top;
	color:#fff;
}

/* ==============================================
CONTENT
============================================== */

#container{
	background:#fff url(/design/shadow.gif) repeat-x center top;
	position:relative;
	z-index:1;

	min-height:500px;
}

#content{
	background:transparent url(/design/halo.gif) no-repeat center top;
	width:910px;
	padding:50px 20px;

}

/* =========================== HOMEPAGE =========================== */

#homeBottom{
	background:#ebebeb;
}

#hBottom{
	width:910px;
	padding:20px;
}

TD.homeColMiddle{
	vertical-align:top;
	border-right:1px solid #ccc;
	padding:0 20px 25px 0;
	
	

}

TD.homeColRight{
	vertical-align:top;
	padding:0 0 0 40px;
	width:265px;
	

}

H1.hTitle{
	color:#333;
	font-family:arial black;
	font-size:16px;
	height:25px;
	padding:0 10px;
	margin-bottom:20px;
	background:none;
}

A.jobList{
	display:block;
	color:#323640;
	text-decoration:none;
	margin:0 0 10px 0;
}

A.jobList SPAN{
	font-weight:bold;
	color:#009534;
	display:block;
	position:relative;
	left:-10px;

}

A.jobList:hover{

}

A.jobList:hover SPAN{
	text-decoration:none !important;
}

/* =========================== ======== =========================== */

H1{
	color:#e24302;
	font-family:arial black;
	font-size:16px;
	background:url(/design/h1.gif) no-repeat left top;
	height:25px;
	padding:0 10px;
	position:relative;
	left:-10px;
	margin-bottom:20px;
}

H1 A{
	position:absolute;
	display:block;
	width:16px;
	height:16px;
	right:10px;
	top:5px;
	
}

TD.cLeft{
	width:240px;
	vertical-align:top;
}

.menuLeft{
	width:200px;
	border-right:#d9dfcc 1px solid;
	padding:5px 0;
	margin:0 0 0px 0;
}

.menuLeft DIV{text-align:right;padding:5px 0;}

.menuLeft A , .menuLeft A:visited{
	display:inline;
	text-align:right;
	padding:3px;
	margin:3px 0 3px 2px;
	border-right:#d9dfcc 2px solid;
	color:#323640;
	text-decoration:none;
}

.menuLeft A:hover, .menuLeft A.sel{
	background:#009534;
	border-right:#009534 2px solid;
	color:#fff;
}

.pharma{
	width:200px;
	margin:10px 0 10px 0;
}

.quote{
	background:url(/design/quote-2.gif) bottom right no-repeat;
	width:200px;
	padding:5px 0;
	margin:0 0 10px 0;
	position:relative;
	z-index:1;
}

.quote DIV.inquote{
	background:url(/design/quote-1.gif) top left no-repeat;
	z-index:150;
	padding:15px;
	text-align:justify;
}

TD.cMiddle{
	vertical-align:top;
	padding:0 0 25px 0;
}

TD.cRight{
	width:200px;
	vertical-align:top;
	padding-left:40px;
}

.legendPhoto{
	color:#666666;
	font-size:11px;
	font-style:italic;
	margin:0 0 10px 0;
}

.partenaires{
	background:#f3f3f3;
	border:1px solid #dddddd;
	height:94px;
	padding:5px;
	
	margin:10px 20px 10px 0;
	width:271px;
	float:left;
}


.partenaires IMG{
	float:left;
	margin-right:10px;
}

.partenaires B{
	font-size:14px;
	display:block;
	color:#009534;
	margin-bottom:10px;
}

.partenaires A{
	display:block;
	text-align:right;
	margin:5px 0;
}


/* ----------------------- PROMO ------------------------- */

TABLE.blckPromo{
	margin:10px 0;
	border:1px solid #ccc;
}

TD.pImage{
	padding:5px;
	vertical-align:top;
}

TD.pButton{padding:5px;}

TD.pButton .button{float:none;width:65px;margin:0 auto;}

TD.pText{
	background:#f3f3f3;
	border-left:1px solid #ccc;
	vertical-align:top;
	padding:10px;
}

TD.pText H3{
	font-weight:bold;
	color:#009534;
	font-size:14px;
	margin-bottom:10px;
}

TD.pValable{
	background:#f3f3f3;
	border-left:1px solid #ccc;
	vertical-align:bottom;
}

TD.pValable{
	background:#dddddd;
	padding:5px 10px;
	text-align:center;
}

.pInfo{
	margin-top:10px;
}

.pCNK{
	float:left;
	width:100px;
	font-weight:bold;
}

.pPrix{
	float:right;
	width:175px;
	text-align:right;
	color:#009534;
}

.cart{
	background:#f3f3f3;
	border:1px solid #ccc;
	
	padding:0 0 30px 0;
}

.cart H3{
	background:url(/design/cart.gif) no-repeat 5px 7px;
	padding:7px 0 15px 25px;
	font-size:14px;
	font-weight:bold;
	color:#009534;
	
}

.cart .element{
	background:#dddddd;
	margin:0 0 1px 0;
}

.cart STRONG{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#009534;
	padding:3px 5px;
}

.cart SPAN{
	display:block;
	padding:3px 5px;
}

.cart .cPrix{
	display:block;
	padding:3px 8px;
	text-align:right;
	color:#e14303;
	font-weight:bold;
}

.cart .button{clear:both;}

.cart TABLE{
	margin:0 5px 5px 5px;
}

input.inputfield {
	border:1px solid #A1A1A1;
	color:#3E9341;
	padding:0pt 0pt 0pt 3px;
}

TD.tdPrice{
	padding:5px;
	color:#e24403;
}

.pp01{
	margin-top:25px;
}


.pp02{
	background:url(/design/pp02.gif) repeat-y;
	padding:10px 20px;
}

.ppSelector{
	border:1px solid #dddddd;
	background:#fff;
	padding:10px;
	margin-bottom:10px;
}

.ppSelector TD{
	vertical-align:middle;
}

.nbCNK{
	border-left:1px solid #ddd;
	padding-left:15px;
	vertical-align:top;
	padding-top:7px;
}

.nbCNK INPUT{
	width:160px;
}

.ppBt{
	width:70px;
	padding:0 10px 0 20px;
	border:0px;
}



.ppList{
	border:1px solid #009534;
	background:#f3f3f3;
	padding:10px;
	margin:10px 0;
}

.ppList TD{padding:3px 10px;}

.ppList TD SPAN{
	font-weight:bold;
	color:#009534;
}

.combo {
  margin:0;
  padding:4px 20px 4px 5px;
  font-family:Arial, sans-serif;
  font-size:12px;
  width : 136px;
  display : block;
  text-align:left; 
  background: url('/design/selector.gif') right top no-repeat;
  height:15px;
  cursor: pointer;
  border:0;
  color:#333;
}

.combo2 {
  margin:0;
  padding:2px 20px 4px 3px;
  font-family:Arial, sans-serif;
  font-size:12px;
  width : 266px;
  display : block;
  text-align:left; 
  background: url('/design/selector2.gif') right top no-repeat;
  height:15px;
  cursor: pointer;
  border:0;
  color:#333;
}

div.autocomplete {
  position:absolute;
  width:500px;
  background-color:#fff;
  border:1px solid #009534;
  margin:0px;
  padding:0px;
  font-size:0.8em;
  text-align:left;
  max-height:1200px;
  overflow:auto;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected { 
  background-color:#eee;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  background:none;
}

/* ==============================================
BOTTOM
============================================== */

#bottom{
	background:url(/design/bottom.gif) repeat-x top center;
	height:75px;
}

/* #bottom .middle{width:500px;border:1px dashed red;} */

.bottomMenu{
	color:#323640;
	text-align:center;
	padding:11px;
}

.bottomMenu A , .bottomMenu A:visited{
	color:#323640;
	text-decoration:none;
}

.bottomMenu A:hover{color:#e24403;}

/* ==============================================
COPYRIGHT
============================================== */

#copyright{
	color:#323640;
	text-align:center;
	padding:11px;
	font-size:9px;
}

#copyright A, #copyright A:visited{
	color:#707070;
	text-decoration:none;
}
#copyright A:hover, #copyright A:active{text-decoration:underline;}

/* ==============================================
_DESIGN/editor.css
============================================== */

H2.title{
	color:#e14607;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin:10px 0;
}

H3.subTitle {
	color:#e14607;
	font-size:14px;
	font-weight:bold;
	margin:10px 0;
}

H4.interTitle {
	color:#e14607;
	font-size:12px;
	font-weight:bold;
	margin:10px 0;
}

H5.header {
	color:#999999;
	font-weight:bold;
}

H6.legend {
	color:#999999;
	font-size:9px;
}

/* ==============================================
Sitemap
============================================== */

#sitemap_cmp_1 DIV, #sitemap_cmp_2 DIV, 
#sitemap_cmp_3 DIV, #sitemap_cmp_4 DIV {
	height: 23px;
	padding-top: 7px;
}
#sitemap_cmp_1 DIV A, #sitemap_cmp_1 DIV A:visited , 
#sitemap_cmp_2 DIV A, #sitemap_cmp_2 DIV A:visited , 
#sitemap_cmp_3 DIV A, #sitemap_cmp_3 DIV A:visited,
#sitemap_cmp_4 DIV A, #sitemap_cmp_4 DIV A:visited {
	text-decoration: none;
}
#sitemap_cmp_1 DIV A:hover, #sitemap_cmp_1 DIV A:active , 
#sitemap_cmp_2 DIV A:hover, #sitemap_cmp_2 DIV A:active , 
#sitemap_cmp_3 DIV A:hover, #sitemap_cmp_3 DIV A:active , 
#sitemap_cmp_4 DIV A:hover, #sitemap_cmp_4 DIV A:active {
	text-decoration: underline;
}

.level_xxx {
	font-weight:bold;
	margin-top:30px;
}
.level_xxx_last {
	font-weight:bold;
	margin-top:30px;
}
.level_xyx {
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
	margin-left:45px;
	padding-left:30px;
}
.level_xyx_last {
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
	margin-left:45px;
	padding-left:30px;
}
.level_yxx{
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
	padding-left:30px;
}
.level_yxx_last{
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
	padding-left:30px;
}
.level_yyx {
	padding-left:70px;
	background:url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_yyx_last {
	padding-left:70px;
	background:url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xyy {
	padding-left:70px;
	margin-left:45px;
	background:url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_xyy_last {
	padding-left:70px;
	margin-left:45px;
	background:url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xxy {
	padding-left:30px;
	margin-left:75px;
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
}
.level_xxy_last {
	padding-left:30px;
	margin-left:75px;
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
}
.level_yyy {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0301.gif) left no-repeat;
}
.level_yyy_last {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0302.gif) left no-repeat;
}
.level_yxy {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0304.gif) left no-repeat;
}
.level_yxy_last {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0303.gif) left no-repeat;
}

.subMenu{
	z-index:150;
	position:absolute;
	top:31px;
	left:0;
	width:190px;
	background:#323640;
	border:solid #666;
	border-width:0 1px 1px 1px;
	text-align:left;
	padding:2px;
	
	display:none;
	
}

.subImage{
	position:absolute;
	z-index:155px;
	left:10px;
	top:-5px;
}

.subMenu A,
.subMenu A:hover{
	font-family:arial, sans-serif !important;
	color:#FFFFFF !important;
	padding:2px;
}

.subMenu A:visited{
	font-family:arial, sans-serif !important;
	color:#FFFFFF !important;
	background:#323640;
	padding:2px;
}

.subMenu DIV {
	padding:5px;
}

.subsub {
	position:relative;
}

#formmail11 {
	width:330px;
}

#formmail11 TD { padding:5px; }

.boutons_row input{
	float:left;
	margin:0px;
	margin-right:15px;
}

.boutons_row {
	padding-top:15px;
}

#profileForm TD, #registrationForm TD  {
	padding:3px;
}

#right_login_box {
	padding:10px;
	padding-bottom:30px;
}

#right_login_box B{
	margin-bottom:7px;
	display:block;
}

#right_login_box A.pbutton, #right_login_box A.pbutton:hover, #right_login_box A.pbutton:visited{
	padding:5px;
	background:#DDDDDD;
	border:1px solid #007764;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
}

.cart {
	margin-bottom:20px;
}

.ppBt INPUT {
	border:0px;
	background:none;
}

.patch_sorting {
	padding-top:35px;
	text-align:right;
}

.reminder {
	display:block;
	text-align:right;
	font-size:10px;
	margin-top:10px;
}

.error_message {
	color: #E24302;
	padding: 10px;
	border:1px solid #E24302;
	margin-bottom:15px;
}

.button9 {
	text-align:center;
	display:block;
}

.form_imailer TD{
	padding:5px;
}

.form_imailer TD #name, .form_imailer TD #email {
	width:250px;
}

.minHeight{min-height:100px !important}

.loupefullnews {
	left:90px;
	opacity:0.5;
	position:absolute;
	top:90px;
}





.kanker{
	height:165px;
	position:relative;
}

.kanker DIV.div{
	position:absolute;
	top:0;
	left:0;
	width:284px;
	height:164px;
	background:URL(/design/kanker.gif) no-repeat 0 0;
}

.kanker DIV.div B{
	display:block;
	position:absolute;
	top:75px;
	left:15px;
	color:#fff;
	font-size:20px;
	height:15px;
	width:150px;
}

.kanker DIV.div SPAN{
	display:block;
	position:absolute;
	top:100px;
	left:15px;
	color:#fff;
	font-size:10px;
	height:15px;
	width:150px;
}

.televie{
	height:165px;
	position:relative;
}

.televie DIV.div{
	position:absolute;
	top:0;
	left:0;
	width:284px;
	height:164px;
	background:URL(/design/televie.gif) no-repeat 0 0;
}

.televie DIV.div B{
	display:block;
	position:absolute;
	top:100px;
	left:15px;
	color:#fff;
	font-size:20px;
	height:15px;
	width:150px;
}

.televie DIV.div SPAN{
	display:block;
	position:absolute;
	top:125px;
	left:15px;
	color:#fff;
	font-size:10px;
	height:15px;
	width:150px;
}


