body {
	margin: 0;	
	color: #000;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	line-height: 1.35em;
	text-align: center;
	background: #b2b2b2;
}

*:focus {
	outline: none;
}
*::-moz-focus-inner {
	border: none;
}

.accessibility {
	display: none;	
}

/* DESIGN */
#header_l {
	width: 100%;
	text-align: center;
	height: 238px;
	background: url('../images/header-bg.jpg') top repeat-x;	
}

#header {
	width: 960px;
	height: 238px;
	background: url('../lang/fr/images/header.jpg') top left;	
	margin: auto;
}

	#lang {
		width: 98px;
		height: 37px;
		margin-left: 847px;
	} #lang a img, #lang a:link img, #lang a:visited img { margin: 5px; filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity: 0.7; }
	  #lang a.active img, #lang a:hover img { filter: alpha(opacity=100); -moz-opacity: 1.0; -khtml-opacity: 1.0; opacity: 1.0; }
	
	#reload {
		display: block;
		width: 100%;
		height: 168px;
		float: left;
		clear: both;
		margin-top: -5px;
	} #reload span { visibility: hidden; display: none; }

#global {
	clear: both;
	width: 100%;
	text-align: center;	
}

#wrappercenter {
	width: 960px;
	height: auto;
	margin: auto;
	text-align: left;	
}

#wrapper {
	width: 960px;
	height: auto;
	background: url('../images/wrapper-bg.jpg') top left;	
	float: left;
	padding-bottom: 15px;
}

	#col1 {
		width: 240px;
		height: auto;
		float: left;	
	}
	
	#col2 {
		width: 674px;
		height: auto;
		float: left;
		margin-left: 23px;
	}
		#col21 {
			width: 430px;
			float: left;
			height: auto;
		}
		#col22 {
			width: 214px;
			float: left;
			height: auto;
			margin: 45px 0 0 30px;
		}
		#col23 {
			width: 674px;
			float: left;
			clear: both;
			height: auto;
			margin-top: 15px;
		}

#footer_l {
	clear: both;
	width: 100%;
	text-align: center;
	height: 305px;
	background: url('../images/footer-bg.jpg') bottom repeat-x;	
}

#footer {
	width: 960px;
	height: 305px;
	background: url('../images/footer.jpg') bottom left;	
	margin: auto;
} #footercontent { width: 896px; text-align: right; margin-top: 7px; float: left; clear: both; }
  #footercontent a, #footercontent a:link, #footercontent a:visited { color: #E20167; padding: 0 5px; }

  #footercontent2 { width: 848px; padding: 0 24px; text-align: left; float: left; clear: both; font-size: 0.85em; }
  #footercontent2 a, #footercontent2 a:link, #footercontent2 a:visited { color: black; padding: 0 5px; text-decoration: none; }
  #footercontent2 a:hover { color: #E3006B; }

#movetotop{
	display:block;
	width: 180px;
	height: 25px;
	float: left;
	margin: 242px 0 0 720px;
		
}

/* BOX */
.box1 {
	width: 240px;
	float: left;
	height: auto;
	background: url('../images/box1.jpg') top left;	
}

.box1_f {
	width: 240px;
	height: 57px;
	float: left;
	clear: both;
	background: url('../images/box1.jpg') bottom left;	
}

.box1_w {
	float: left;
	height: auto;
	width: 210px;
	margin: 20px 0 0 15px;	
}

.box2 {
	width: 240px;
	float: left;
	height: auto;
	background: url('../images/box2.jpg') top left;	
}

.box2_f {
	width: 240px;
	height: 57px;
	float: left;
	clear: both;
	background: url('../images/box2.jpg') bottom left;	
}

.box2_w {
	float: left;
	height: auto;
	width: 210px;
	margin: 20px 0 0 15px;	
}

.box3 {
	width: 240px;
	float: left;
	height: auto;
	background: url('../images/box3.jpg') top left;	
}

.box3_f {
	width: 240px;
	height: 57px;
	float: left;
	clear: both;
	background: url('../images/box3.jpg') bottom left;	
}

.box3_w {
	float: left;
	height: auto;
	width: 210px;
	margin: 20px 0 0 15px;	
}

/* PRODUITS */
.product {
	width: 208px;
	height: 370px;
	float: left;
	margin: 8px 7px 2px 7px;
}

	.product_img {
		width: 208px;
		height: 208px;
	}
	.product_desc {
		clear: both;
		width: 198px;
		padding: 2px 10px 5px 0;
		height: 64px;
		margin-top: 10px;
		background: url('../images/dotted-vert.jpg') right top no-repeat;
		text-align: right;
	} 
	  .productdetail .ref { font-size: 1.55em; display: block; }
	  .product_desc .prix { font-size: 1em; display: block; margin: 9px 0 0 0; height: 21px; }
	  .product_desc .prix big { font-size: 1.85em; color: red; font-weight: bold; }
	  .product_desc p { font-size: 0.85em; padding: 0; margin: 7px 0; }

	.product_btn {
		width: 186px;
		margin: 9px 0 0 11px;
	}



.productdetailbl {
	font-size: 1.2em;
	display: block;
	width: 100%;
	margin-top: 10px;	
	border-left: 5px solid #8A0266;
	padding-left: 10px;
} a.productdetailbl, a.productdetailbl:link, a.productdetailbl:visited { color: #8A0266; cursor: pointer; }

.productdetail {
	width: 674px;
	height: 400px;
	float: left;
	margin-top: 15px;
}

	.productdetail_img {
		width: 350px;
		height: 350px;
		float: left;
	}
	.productdetail_desc {
		float: left;
		width: 260px;
		height: 330px;
		margin: 10px 0 0 24px;
		padding: 0 0 0 10px;
		background: url('../images/dotted-vert-large.jpg') top left no-repeat;
	} 
	  .productdetail_desc h1 { font-size: 1.3em; background: none; height: auto; padding: 0; margin: 0 0 15px 0; line-height: 1.2em; font-weight: normal; }
	  .productdetail_desc .nom { display: block; margin-bottom: 5px; }
	  .productdetail_desc .ref { font-size: 1.55em; display: block; }
	   
	  .productdetail_desc .prix { font-size: 1em; display: block; margin: 15px 0 15px 0; }
	  .productdetail_desc .prix big { font-size: 1.85em; color: red; font-weight: bold; }
	  .productdetail_desc .prix strike { color: red; font-size: 1.35em; }
	  
	  .productdetail_desc p { font-size: 0.95em; padding: 0; }
	  	
	.productdetail_btn {
		width: 186px;
		margin: 30px 0 0 40px;
	}

.productdetail a#loupe {
	float: left;
	clear: both;
	height: 24px;
	margin-top: 2px;
	width: 324px;
	padding-right: 26px;
	text-align: right;
	background: url('../images/icons/loupe.png') top right no-repeat;
	display: block;	
	text-decoration: none;
	color: #44A0F0;
} .productdetail #loupe span { vertical-align: middle; }
/* RECHERCHE */
#recherche {
	width: 674px;
	float: left;
}

#recherche a, #recherche a:link, #recherche a:visited {
	color: #000;
	display: block;
	width: 156px;
	height: 18px;
	float: left;
	padding: 3px 0;
	text-align: center;
	margin-right: 2px;	
	background: url('../images/recherche-bg-menu.jpg') top right;
	text-decoration: none;
}

#recherche a:hover, #recherche a.active {
	background: url('../images/recherche-bg-menu.jpg') top left;	
}

.recherchecadre {
	width: 664px;
	float: left;
	background: #d2d2d2;
	padding: 5px;
}

.recherchesubmit {
	width: 664px;
	float: left;
	background: #d2d2d2;
	padding: 0 5px;
}

/* MOUVEMENT PANIER */
.effects-transfer {
		border: 2px solid gray;
}

/* PAGES NAV */
#pagesnav {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 30px 0 0 0;	
	float: left;
}

#pagesnav a, #pagesnav a:link, #pagesnav a:visited {
	padding: 5px 9px;
	font-size: 1.1em;
	 -moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;
	background: #D8D8D8;
	text-decoration: none;
	margin: 0 3px;
	color: #000;
}

#pagesnav a:hover {
	background: #C1D447;
}

#pagesnav a.active {
	background: #C1D447;
}

/* BOX */
.box {
	border: 1px solid #DDD; 
	background-color: #EEE; 
	padding: 10px;
	 -moz-border-radius:6px;
	border-radius:6px;
	-khtml-border-radius:6px;
}

/* CONFIRM COMMANDE */
#confirmcommande {
	border: 1px solid #DDD; 
	background-color: #BDCF45; 
	padding: 10px 8px;
	width: 400px;
	text-align: center;
}

/* Navigation thématique */
#recherche_thematique {
	text-align: left;
}
#recherche_thematique strong {
	display: block;
	margin: 10px 0 5px 0;
}
#recherche_thematique a, #recherche_thematique a:link, #recherche_thematique a:visited {
	background: none;
	width: 100%;
	height: auto;
	text-align: left;
	color: #8A0467;
	padding: 2px 0;
}

#recherche_thematique a:hover {
	text-decoration: underline;
}

#recherche_thematique a.active {
	text-decoration: none;
	font-weight: bold;
}

#lientousproduits a, #lientousproduits a:link, #lientousproduits a:visited {
	background: none;
	width: 300px;
	float: left;
	text-align: left;
	color: #8A0467;
	padding: 1px 5px;
}

#lientousproduits a:hover {
	text-decoration: underline;
}

#recherche_thematique #boxsearchcol1 { float: left; width: 200px; margin-left: 15px; }
#recherche_thematique #boxsearchcol2 { float: left; width: 200px; margin-left: 22px; }
#recherche_thematique #boxsearchcol3 { float: left; width: 200px; margin-left: 22px; }








