/*css */


* {
	margin:0;
	padding:0;
	border: none;
	
	}

body {
	background-repeat: inherit;
	background-image: url(../images/repeat_x.jpg);
	font-family:Arial, Helvetica, sans-serif;
}





a {
outline: none; 
border:none;
}

a:link {
color: #361700; 
text-decoration: none;
}
a:visited {
color: #361700; 
text-decoration: none;
}
#bt_continuer {
float:left;
margin-left:7px;
}
#bt_commander {
float:right;
margin-right:-10px;
}
/******************************************************** GLOBAL ***************************/
#global {
    width: 1040px;
    margin-left:auto;
    margin-right:auto;
	height:inherit;
}

/******************************************************** HEADER ***************************/
#header {
	float: left;
	width:1040px;
	height:140px;
	background-image:url(../images/header.png);
	
}
	.box_logo {
		float:left;
		width:261px;
		height:140px;
	}
	.box_visuel {
		margin-top:0;
		margin-left:0;
		float:left;
		width:550px;
		height:133px;
		
	}

/****************************************************** purchase ***************************/
	.box_purchase {
	float:left;
	margin-top:53px;
	margin-left:75px;
	width:147px;
	height: 62px;
	background-image:url(../images/purchase.png);
	color: #FFFFFF;
	font-size: 22px;
	} 
			
				.box_purchase h2{
				color:#ffffff;
				margin-left:50px;
				margin-top: 10px !important;
				font-size:12px !important;
				font-weight:normal;
				}
				
				.box_purchase h2 a{
				color:#ffffff;
				}
				
				.box_purchase h2 a:hover{
				color:#000000;
				}
			
				.box_purchase p {
				color:#ffffff;
				margin-left:44px;
				margin-top: 5px;
				font-size:10px;
				font-weight:normal;
				}
				.box_purchase b {
				color:#2F3025;
				}
				

/******************************************************** MAIN ***************************/
#main {
float: left;
height:auto !important;
background-image:url(../images/repeat_y.jpg);
background-repeat:inherit;
} 
/******************************************************** LEFTBOX ***************************/
#left {
float: left;
width:315px;
height:inherit;
overflow:hidden;
}
#select_sous_cat {
position:relative;
z-index:100;
	float:left;
	left:515px;
	margin-top:-22px;
	width: auto;
}
#select_sous_cat select{
	background-color:#929394;
	color: #ffffff;
	padding:1px;
}

.list_pages_products {
	float:right;
	margin-right:38px;
	width:auto;
}
	.bt_precedent {
	float:left;
}
	.list_pages {
	float:left;
}
.list_pages b {
	padding:0;
	margin:0;
}
	.bt_suivant {
	float:left;
}

/****************************************************** MENU **********************************************************/

#box_menu {
float: left;
width:315px;
height:260px;
background-image:url(../images/bg_menu.jpg);
} 

		#box_menu li {
		float: left;
		padding-left: 80px;
                padding-right:30px;
		padding-top:10px;
		font-size:21px;
		font-weight:bold;
		font-variant:small-caps;
		line-height:20px;
		color: #ffffff;
		list-style-type:none;
		}  
		#box_menu li a {
		color: #ffffff;
		list-style-type:none;
		text-decoration:none;
		} 



		.box_menu1 {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_1.jpg);
		} 
		.box_menu2 {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_2.jpg);
		} 
		.box_menu3 {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_3.jpg);
		} 
		.box_menu4 {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_4.jpg);
		} 
		
		/* menus hover */
		.box_menu1:hover {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_1_over.jpg);
		} 
		.box_menu2:hover {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_2_over.jpg);
		} 
		.box_menu3:hover {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_3_over.jpg);
		} 
		.box_menu4:hover {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_4_over.jpg);
		} 
		
		/* menus _over */
		.box_menu1_over {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_1_over.jpg);
		} 
		.box_menu2_over {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_2_over.jpg);
		} 
		.box_menu3_over {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_3_over.jpg);
		} 
		.box_menu4_over {
		cursor:pointer;
		margin-left:27px;
		width:288px;
		height: 59px;
		background-image:url(../images/bg_menu_4_over.jpg);
		} 



/****************************************** recherche ************************************/			
#box_search {
float:left;
width:315px;
height:78px;
background-image:url(../images/searchbox.jpg);
} 
				
			
				#box_search .input {
				position: absolute;
				margin-left:60px;
				margin-top: 20px;
				height: 22px;
				padding-top: 2px;
				padding-left: 5px;
				padding-right: 5px;
				width: 185px;
				background-color:#ffffff;
				color:#000000;
				font-size:12px;
				}
				

				.valid {
				margin-top: 19px;
				margin-left:255px;
				height: 29px;
				width: 29px;
				}
			

/****************************************** advanced search ************************************/			
#box_advancedsearch {
float:left;
width:150px;
height:50px;
margin-left:60px;
margin-top: 0px;
color:#ffffff;
background-color:#999999;
font-size:12px;
font-weight:normal;
width:220px;
} 
.advancedsearch {
float:left;
width:150px;
height:20px;
margin-left:60px;
margin-top: 0px;
color:#ffffff;
background-color:#999999;
font-size:12px;
font-weight:normal;
width:220px;
padding:0;
} 
				

			
			
/************************************************************** News **************************************/			
#box_news {
float:left;
width:315px;
height: 225px;
background-image:url(../images/bg_news.jpg);
background-repeat:no-repeat;
} 
				.title {
				font-variant:small-caps;
                font-weight:bold;
                font-size:18px;
                margin-left: 40px;
                margin-top: 20px;
                color: #2F3025;
				}
				#box_news ul {
				margin: 10px;
				width: 275px;
				list-style-type:none;
				padding:2px;
				}
						#box_news li {
						margin-top:5px;
						margin-left:15px;
						float:left;
						padding:4px;
						background-color:#EDEDEC;
						display:block;
						width:265px;
						height: auto;
						border:thin 1px  #999999;
						}
								#box_news li:hover {
								margin-top:5px;
								margin-left:15px;
								padding:4px;
								background-color:#ffffff;
								display:block;
								width:265px;
								height: auto;
								cursor:pointer;
								}
	
						
						#box_news {
						float:left;
						font-size:11px;
						display:block;
						height: auto;
						}
						a .newstitle  {
						float:left;
						width:265px;
						display:block;
						font-size:15px !important;
						font-weight:bold;
						font-variant:small-caps !important;
						color:#B3A603 !important;
						}
						 .newstitle a  {
						float:left;
						width:265px;
						display:block;
						font-size:15px !important;
						font-weight:bold;
						font-variant:small-caps !important;
						color:#B3A603 !important;
						}
						.suite {
						float:left;
						font-size:11px;
						font-style:italic;
						color:#000000;
						}
						

									.all_articles {
									float:right;
									text-align: right;
									font-weight:normal;
									font-size:11px;
									margin:15px;
									}
									.all_articles a:hover {
									text-decoration:underline;
									}
						.box_contentdescription_detail_link a {
									font-size:11px;
									font-weight:bold;
									color:#B3A603;
									}	
/******************************************************espace client ***********************************************************/
#box_myaccount {
font-family:Arial, Helvetica, sans-serif;
float:left;
width:315px;
height: 227px;
background-image:url(../images/myaccount.jpg);
background-repeat:no-repeat;
margin: 0;
padding: 0;
} 

				#box_myaccount .title {
				position: absolute;
				font-variant:small-caps;
				font-weight:bold;
				font-size:17px;
				margin-left: 40px;
				margin-top: 14px;
				color: #2F3025;
				}
				#box_myaccount .createaccount {
				position: absolute;
				margin-left: 50px;
				margin-top: 32px;
				}
				#box_myaccount h1 {
				position: absolute;
				margin-left:60px;
				margin-top: 60px;
				color:#767677;
				font-size:13px;
				font-weight:normal;
				}
				.input_identifiant {
				position: absolute;
				margin-left:60px;
				margin-top: 80px;
				height: 19px;
				padding-top: 2px;
				padding-left: 5px;
				padding-right: 5px;
				width: 185px;
				background-color:#ffffff;
				color:#000000;
				border:solid 1px #91918A;
				}
				#box_myaccount h2 {
				position: absolute;
				margin-left:60px;
				margin-top: 110px;
				color:#767677;
				font-size:13px;
				font-weight:normal;
				}
				.input_motdepasse {
				position: absolute;
				margin-left:60px;
				margin-top: 130px;
				height: 19px;
				padding-top: 2px;
				padding-left: 5px;
				padding-right: 5px;
				width: 185px;
				background-color:#ffffff;
				color:#000000;
				border:solid 1px #91918A;
				}
				
				#box_myaccount h3 {
				position: absolute;
				margin-left:60px;
				margin-top: 160px;
				color:#767677;
				font-size:13px;
				font-weight:normal;
				}
				#box_myaccount h4 {
				position: absolute;
				margin-left:60px;
				margin-top: 180px;
				color:#767677;
				font-size:13px;
				font-weight:normal;
				}
				#box_myaccount .valid {
				position: absolute;
				margin-top: 130px;
				margin-left:259px;
				height: 29px;
				width: 29px;
				}
				
				#box_myaccount a {
				color:#D3290A;
				font-size:11px;
				font-weight:normal;
				}
				#box_myaccount a:hover {
				text-decoration:underline;
				}
				#account_links {
				display:block;
				position: absolute;
				margin-left: 25px;
				margin-top: 70px;
				width:250px;
				
				}
				#account_links a {
				padding-top:8px;
				margin-left:20px;
				color:#44453B;
				font-size:12px;
				font-weight:normal;
				display: list-item;
				background-image: url(../images/arrow_green.gif);
				background-repeat: no-repeat;
				}
				#account_links a:hover{
				color:#D3290A;
				text-decoration: underline;
				}

					
/****************************************************** RIGHTBOX ***********************************************************/
#right {
	float: right;
	width:725px;
	height:inherit !important;
	overflow:hidden;
}

/****************************************************** fil d'ariane ***********************************************************/					
#filariane {
	float: left;
	height:15px;
	padding:5px;
	width:95.4%;
	margin-top: 2px;
	margin-left:7px;
	background-color:#EDEDEC;
}



	a.headerNavigationPremier {
				color:#9C0712;
				font-size:12px;
				font-weight:bold;
				text-decoration:none;
				}
				
	a.headerNavigationPremier:hover {
				color:#000000;
				font-size:12px;
				font-weight:bold;
				text-decoration:underline;
				}
	
	a.headerNavigation  {
				color:#9C0712;
				font-size:12px;
				font-weight:bold;
				}
				
	a.headerNavigation:hover{
				color:#000000;
				font-size:12px;
				font-weight:bold;
				text-decoration:underline;
				}


				
#retour {
    float: right;
    width:92px;
    height:22px;
    padding-right:15px;
    padding-top: 12px;
}
/****************************************************** CONTENT ***********************************************************/					
#content {
	margin-top:27px;
	height:inherit;
	}	

/****************************************************** Detailproduct ***********************************************************/					
#box_theproduct {
	float: left;
	width:725px;
	height:342px;
	background-image:url(../images/bg_detail_product.jpg);
}
.box_theproduct_img {
	z-index:0;
	position:absolute;
	float: left;
	margin: 15px;
	width:477px;
	height:312px;
}
#box_theproduct_medaille {
	position:absolute;
	z-index:100;
	margin-top: 280px;
	margin-left: 30px;
	width:151px;
	height:35px;
	background-image:url(../images/bt_medaille.gif);
}	
#box_theproduct_new {
	position:absolute;
	z-index:100;
	margin-top: 280px;
	margin-left: 185px;
	width:151px;
	height:35px;
	background-image:url(../images/bt_new.gif);
}	

.box_theproduct_valid {
	float:right;
	margin-right: 35px;
	margin-top: 120px;
	width:190px;
	height:auto;
}
					/* type */			
					.titlevalid {
					padding: 4px;
					color:#000000;
					font-size:13px;
					font-weight:bold;
					text-align:left;
					} 
					/* hauteur */			
					.hproduct {
					padding:4px;
					width:142px;
					height:22px;
					display:block;
					color:#ffffff;
					font-size:10px;
					font-weight:bold;
					text-align:center;
					background-color:#DBDBDA;
					} 
					/* largeur */			
					.lproduct {
					padding:4px;
					width:142px;
					height:22px;
					display:block;
					color:#ffffff;
					font-size:10px;
					font-weight:bold;
					text-align:center;
					background-color:#DBDBDA;
					} 
					/* couleur */			
					.coulproduct {
					padding:4px;
					width:142px;
					height:22px;
					display:block;
					color:#ffffff;
					font-size:10px;
					font-weight:bold;
					text-align:center;
					background-color:#DBDBDA;
					}
          /*Assises*/
          .assisesproduct {
          padding:4px;
					width:142px;
					height:22px;
					display:block;
					color:#ffffff;
					font-size:10px;
					font-weight:bold;
					text-align:center;
					background-color:#DBDBDA;
					} 
					/* visualiser */			
					.visualiserproduct {
					cursor:pointer;
					display:block;
					padding:4px;
					width:142px;
					height:22px;
					background-color:#DBDBDA;
					} 
					
          .titre_option {
          float:left;
          padding: 4px;
					color:#000000;
					font-size:11px;
					font-weight:normal;
					text-align:left;
          }
          
          .content_option{
          float:left;
          font-size:11px;
          padding: 4px;
          font-weight: bold;
          }
					
/****************************************************** Descritpionproduct ***********************************************************/					
#box_descriptionproduct {
	float: left;
	width:725px;
	height:125px;
	background-image:url(../images/bg_description.jpg);
}

	.box_descriptionproduct_txt {
	margin-left: 20px;
	margin-top: 5px;
	width:470px;
	height:auto;
}	


					/* title */	
					.title_descriptionproduct {
					font-size:19px;
					font-weight:bold;
					font-style:italic;
					font-variant:small-caps;
					color: #000000;
					line-height:20px;
					}
					.title_descriptionproduct span {
					font-size:12px;
					font-weight:normal;
					font-style:italic;
					color: #000000;
					margin-left:5px;
					}
					/* description */	
					.description_descriptionproduct {
					text-align:justify;
					font-size: 16px;
					color:#625C42;
					height:inherit;
					font-weight:normal;
					overflow:hidden;
					} 
					/* option */			
					.option_product {
					float: left;
					margin-top: 5px;
					width:auto;
					color:#625C42;
					font-size:14px;
					font-weight:bold;
					font-variant:small-caps;
					text-align:left;
					margin-right: 30px;
					} 
					.ref_title  {
					color:#000000;
					font-size:12px;
					font-weight:normal;
					font-variant:normal;
					} 
	.box_valid {
	float:right;
	margin-right: 60px;
	margin-top: 25px;
	width:126px;
	height:auto;
}
					/* price */			
					.priceproduct {
					padding:4px;
					width:142px;
					height:18px;
					display:block;
					color:#D22A0A;
					font-size:14px;
					font-weight:bold;
					text-align:right;
					background-color:#DBDBDA;
					}
					/* price */			
					.priceproduct p{
					width:142px;
					margin-top:-40px;
					color:#D22A0A;
					font-size:11px;
					font-weight:normal;
					}  
					/* quantite */			
					.nbrproduct {
					padding:4px;
					margin:0;
					width:142px;
					height:22px;
					display:block;
					color:#000000;
					font-size:10px;
					font-weight:bold;
					text-align:right;
					background-color:#DBDBDA;
					} 
					.nbr {
					width:142px;
					height:22px;
					border: solid 1px #333333;
					} 
					.nbrofproducts {
					width:60px;
					height:22px;
					border: solid 1px #333333;
					} 
					/* ajouter */			
					.selectproduct {
					cursor:pointer;
					width:142px;
					height:18px;
					display:block;
					color:#ffffff;
					font-size:10px;
					font-weight:bold;
					text-align:center;
					background-color:#DBDBDA;
					padding:4px;
					} 
/****************************************************** Ma Sélection ***********************************************************/	

				
#box_select {
	float: left;
	width:703px;
	height:33px;
	background-color:#323930;
	font-variant:small-caps;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
	color: #ffffff;
	margin-left:6px;
}

				#box_select .product {
				margin-left:20px;
				float:left;
				padding-top:6px;
				}
				#box_select .quantity {
				margin-left:300px;
				float:left;
				padding-top:6px;
				}
				#box_select .price {
				margin-left:30px;
				float:left;
				padding-top:6px;
				}
				#box_select .delete {
				margin-left:40px;
				float:left;
				padding-top:6px;
				cursor:pointer;
				}

				.bt_corbeille {
					float: left;
					cursor:pointer;
					margin-top:-15px;
					border:none;
					}
				
				.bt_refresh{
					float: left;
					cursor:pointer;
					margin-left:20px;
					margin-top:10px;
					border:none;
					}

#box_totalselect {
	margin:7px;
	float: left;
	width:703px;
	height:33px;
	background-color:#323930;
	font-variant:small-caps;
	font-style:italic;
	font-weight:bold;
	font-size:15px;
	color: #ffffff;
}	
		.total {
				margin-left:300px;
				padding-top:6px;
				}
		.box_total {
		margin-left: 530px;
		margin-top:-18px;
		width:80px;
		height:18px;
		color:#D22A0A;
		font-size:16px;
		font-weight:bold;
		text-align:center;
		padding:3px;
		background-color:#FFFFFF;
		}

#box_prod {
  margin-top:15px;
  margin-left:7px;
	float: left;
	width:100%;
	height:120px;
	background-color: #EEEEEE;
	
}
	.box_prod_image {
		float: left;
		width:89px;
		height:89px;
		margin:10px;
	}

	.box_selectproduct_title {
	float: left;
	margin-left: 65px;
	text-align: center;
	margin-top: 40px;
	width:250px;
	height: auto;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	font-variant:small-caps;
	color: #000000;
	}
	.box_selectproduct_title p{
	font-size:11px;
	font-style:italic;
	font-weight:normal;
	font-variant:normal;
	color: #000000;
	}	
	/* quantite */			
	.nbr_selectproduct {
	float: left;
	margin-left: 0;
	margin-top: 40px;
	/*width:60px;
	height:22px;*/
	color:#000000;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	/*background-color:#DBDBDA;*/
	} 
	.select_priceproduct {
	float: left;
	margin-left: 65px;
	margin-top: 45px;
	width:80px;
	height:22px;
	color:#D22A0A;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	} 
	.delete_selectproduct {
	float: left;
	margin-left: 47px;
	margin-top: 46px;
	width:15px;
	height:15px;
	} 
/****************************************************** Recherche ***********************************************************/	
body.advanced_search_result #content {
float:left;
	margin-left:0 !important;
	padding:0 !important;
	margin-top:10px;
	width:700px !important;
}
/****************************************************** Actus astuces ***********************************************************/					
body.article_info #content {
float:left;
	margin-left:4px !important;
	margin-top:10px;
	width:700px !important;
}

#box_actus {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  height:25px;
  background-color:#2F3025;
	padding: 5px;
	margin-left:4px;
	width:690px !important;
	
}
	
	.box_contentactus {
		margin: 5px;
		height:140px;
		width:705px;
		float: left;
		background-color: #EDEDEC;
	}
	.box_contentdescription_detail p {
		padding-top:4px;
	}
	.box_contentimage {
		float: left;
		width:87px;
		height:87px;
		padding:10px;
		border:1px solid #333333;
	}

	.box_contentall {
	float: left;
	margin-left: 10px;
	width:500px;
	height: auto;
	}
	.box_contenttitle {
	float: left;
	margin-left: 10px;
	width:100%;
	height: 15px;
	font-size:19px;
	font-weight:bold;
	font-variant:small-caps;
	color: #B3A603;
	text-align:left;
	}
	.box_contentdescription {
	margin-left: 10px;
	margin-top: 20px;
	font-size:12px;
	font-weight:normal;
	color: #625C42;
	text-align:justify;
	}
	
	.box_contentactu_detail {
		float: left;
		margin-left:0;
		width:720px !important;
		
	}
	.box_contentimage_detail {
		float: left;
		width:87px;
		height:87px;
		padding:20px;
	}

	.box_contentall_detail {
	float: left;
	margin-left: 10px;
	width:680px;
	height: auto;
	}
	.box_contenttitle_detail {
	float: left;
	margin: 10px;
	width:100%;
	height: 15px;
	font-size:19px;
	font-weight:bold;
	font-variant:small-caps;
	color: #B3A603;
	text-align:left;
	}
	.box_contentdescription_detail {
	font-size:12px;
	font-weight:normal;
	color: #625C42;
	text-align:justify;
	}
	
	.article_contenttitle_detail a {
		float: left;
	margin-left: 0;
	width:100%;
	height: 15px;
	font-size:17px;
	font-weight:bold;
	font-variant:small-caps;
	color: #ffffff;
	text-align:left;
	background-color:#B3A603;
	padding:4px;
	}
	
	.article_contentdescription_detail {
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:12px;
	font-weight:normal;
	color: #625C42;
	text-align:justify;
  }
	
	.article_num_pages {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:12px;
	font-weight:bold;
	color: #625C42;
	text-align:justify;
  }
	
#box_astuces {
	float: left;
	width:725px;
	height:34px;
	background-image:url(../images/title_astuces.jpg);
}		
/****************************************************** List images of a product ***********************************************************/					
#box_listimage {
	float: left;
	width:725px;
	height:160px;
	background-image:url(../images/bg_listimages.jpg);
}			
		.box_image {
		width:auto;
		height:124px;
		margin-left: 25px;
		margin-top: 10px;
		float:left;
		} 	
					/* image */			
					.image {
					padding: 6px;
					float:left;
					width:122px;
					height:122px;
					border:0;
					} 
/******************************************************  associated images List ***********************************************************/					
#box_listimage_associate {
	float: left;
	margin-top:3px;
	width:725px;
	height:160px;
	background-image:url(../images/bg_listimages_prodassoc.jpg);
}			
		.box_image_associate {
		width:auto;
		height:124px;
		margin-left: 25px;
		margin-top: 15px;
		float:left;
		} 	
					/* image */			
					.image_associate {
					padding: 6px;
					float:left;
					width:122px;
					height:122px;
					border:0;
					}
					/* title */	
					.name_associate {
					font-size:12px;
					margin-left: 10px;
					font-weight:bold;
					color: #000000;
					}
					.price_associate {
					margin-left: 64px;
					font-size:12px;
					font-weight:bold;
					color: #D22A0A;
					}  
/****************************************************** boutons product ***********************************************************/					
#links_product {
	float: left;
	margin-top: 5px;
	margin-left: 6px;
	width:725px;
	height:22px;
	border:0;
}

input#links_product  {
cursor:pointer;
}
/****************************************************** Listproducts ***********************************************************/					
#box_listproduct {
	float: left;
	width:725px;
	height:inherit;
	padding: 10px;
}

/****************************************************** Newproduct ***********************************************************/
.box_greatproduct_link {
	float: left;
	margin-top:-5px;
	margin-left:-10px !important;
	width:715px;
	height:170px;
	background-image:url(../images/bg_medaille.jpg);
	background-repeat:no-repeat;
	padding-top:16px;
	padding-left:16px;
}
.box_greatproduct_link:hover{
	background-image:url(../images/bg_medaille_over.jpg);
}
					/*Medaille d'or*/
					.box_greatproduct_link h4 {
					float: left;
					width:151px;
					height:35px;
					background-image:url(../images/bt_medaille.gif);
					}	
					
					.box_greatproduct_link img {
					float: left;
					margin-right:8px;
					} 
	
					/* title */	
					.box_greatproduct_link h1 {
					display:block;
					margin-top:53px;
					font-size:12px;
					font-weight:bold;
					color: #000000;
					}
					/* description */	
					.box_greatproduct_link h2 {

					width: 420px !important;
					width:50%;
					text-align:justify;
					font-size: 13px;
					color:#625C42;
					font-weight:normal;
					} 
					/* price */			
					.box_greatproduct_link h3 {
					display:block;
					width:auto;
					color:#D22A0A;
					font-size:14px;
					font-weight:bold;
					text-align:left;
					padding: 2px;
					}

					/* nouveaute */			
					.box_greatproduct_link h5 {
					color: #C22B2B;
					text-transform:uppercase;
					font-size:14px;
					font-style:italic;
					font-weight:bold;
					}
					/* garantie */			
					.box_greatproduct_link h6 {
					float: left;
					width:auto;
					color:#625C42;
					font-size:14px;
					font-weight:bold;
					font-variant:small-caps;
					text-align:left;
					} 
					/* référence */			
					.box_greatproduct_link h7 {
					display:block;
					width:auto;
					margin-left: 80px;
					color:#625C42;
					font-size:14px;
					font-weight:bold;
					text-align:left;
					font-variant:small-caps;
					}
					
/******************************************************* a product ******************************************/			
		.box_product_link {
		z-index:200;
		width:171px;
		height:275px;
		margin: 6px 10px 0px -4px;
		float:left;
		background-color:#EDEDEC;
		text-align:left;
		background-image:url(../images/bg_vignettes.jpg) ;
		background-repeat:no-repeat;
		background-position: 8px 8px;
		} 	
		.box_product_link:hover {
                background-color:#d7d7d5;
} 	

					/* image */			
					.box_product_link img {
					display:block;
					margin: 8px;
					} 
					/* title */	
					.box_product_link h1 {
					font-size:12px;
					margin-left: 10px;
					font-weight:bold;
					color: #000000;
					width:151px;
					}
					/* description */	
					.box_product_link h2 {
					float:left;
					margin-left: 10px;
					text-align:justify;
					font-size: 11px;
					width:151px;
					color:#625C42;
					font-weight:normal;
					}
			        /* price */           
                    .box_product_link h3 {
                    float:left;
                    width:auto;
                    color:#D22A0A;
                    font-size:14px;
                    font-weight:bold;
                    text-align:left;
                    padding: 2px 2px 2px 10px;
                    }
                    /* Médaille d'or */
                    .box_product_link h4 {
					margin-left: 10px;
					color: #C1B301;
					font-weight:bold;
					text-transform:uppercase;
					font-size:12px;
					font-style:italic;
					}
                    /* Nouveaute */			
					.box_product_link h5 {
					font-weight:bold;
					margin-left: 10px;
					color: #C22B2B;
					text-transform:uppercase;
					font-size:12px;
					font-style:italic;
					}
					
			
/**************************************************** BOTTOM ***********************************************************/
#box_bottom {
	width:1040px;
	height: 46px;
	background-image: url(../images/bottom.jpg);
	background-repeat:no-repeat;
	float:left;
}
/****************************************************** Newsletter ***********************************************************/
#box_language {
position: absolute;
width:inherit;
height: 46px;
margin:0;
} 

				#box_language .title {
				position: absolute;
				font-variant:small-caps;
				font-weight:bold;
				font-size:17px;
				padding-left: 0px;
				margin-top:15px;
				color: #2F3025;
				}
				#box_language_list {
				position: absolute;
				margin-left:120px;
				margin-top:11px;
				}
				#box_language_list a{
				float:left;
				font-size:10px;
				padding-right: 5px;
				}
				#box_language_list p{
				float:left;
				font-size:10px;
				padding-right: 5px;
				}

/****************************************************** Newsletter ***********************************************************/
#box_newsletter {
position: absolute;
height: 46px;
margin-left: 170px;
z-index:100;
} 

				#box_newsletter .title {
				position: absolute;
				font-variant:small-caps;
				font-weight:bold;
				font-size:17px;
				margin-top:15px;
				color: #2F3025;
				}
				#box_newsletter .input_newsletter {
				position: absolute;
				margin-left:140px;
				margin-top:11px;
				height: 21px;
				width: 185px;
				background-color:#BFBFBE;
				color:#000000;
				padding-left:5px;
				padding-right:5px;
				padding-top:3px;
				} 
				#box_newsletter .valid {
				position: absolute;
				margin-top: 12px;
				margin-left:340px;
				height: 29px;
				width: 29px;
				}
/****************************************************** telephone ***********************************************************/
#box_hotline {
float:right;
height: 46px;
margin-right: 20px;
} 

				#box_hotline .title {
				font-style:italic;
				font-weight:bold;
				font-size:12px;
				margin-top:15px;
				color: #2F3025;
				}
				.gr {
				font-weight:bold;
				font-size:16px;
				color: #2F3025;
				}
/***************************************************** FOOTER ********************************************/
#footer {
	width:1040px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292927;
	text-align: center;
	float:left;
}

/*menu du bas */
.bottomMenu {
	list-style-type : none;
	text-align:center;
	padding-top: 5px;
	font-weight:bold;
	
} 

.bottomlinks {
	text-decoration:none;
} 
.bottomlinks a {
color: #ffffff;  
}
.bottomlinks a:link  {
color: #ffffff;  
}

.bottomcopyright {
	color:#292927;
	font-size:10px;
	text-decoration:none;
} 

/***************************************************** cgv ********************************************/

body.conditions #content {
margin-left:15px;
width:690px !important;
}
body.conditions h3 {
padding-top:40px;
color:#2F3025;
font-family: Arial, Helvetica, sans-serif;
font-size:19px;
}
body.conditions h1 {
margin-top:20px;
color:#2F3025;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}
body.conditions h2 {
margin-top:5px;
color:#625C42;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-align:justify;
}
body.conditions ul {
margin-top:5px;
margin-left: 15px;
color:#625C42;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-align:justify;
}

/***************************************************** mentions ********************************************/

body.mentions #content {
margin-left:15px;
width:690px !important;
}
body.mentions h3 {
padding-top:40px;
color:#2F3025;
font-family: Arial, Helvetica, sans-serif;
font-size:19px;
}
body.mentions h1 {
margin-top:20px;
color:#2F3025;
font-family: Arial, Helvetica, sans-serif;
font-size:15px;
}
body.mentions h2 {
margin-top:5px;
color:#625C42;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-align:justify;
}
body.mentions ul {
margin-top:5px;
margin-left: 15px;
color:#625C42;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
text-align:justify;
}

/***************************************************** contact ********************************************/

body.contact_us #content {
float:left;
	margin-left:6px !important;
	margin-top:10px;
	width:700px !important;
}
body.contact_us .contact_champ input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}
body.contact_us textarea  {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
	width:350px !important;
}

.contact_titre_champ {
display:block;
	color:#44453B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}

.contact_crypto{
	float:right;
	margin-bottom:10px;
}

.infos_requises {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: red;
	padding:10px;
}

.contact_infos_requises {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: red;
}

.contact_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#f15000;
	text-align:center;
	background-color:#000000;
	}

.contact_champ{
background-color:#EDEDEC;
padding:4px;

}

.contact_message{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.contact_succes{
	color:#86a69a;
}
.contact_erreur { margin-left:6px; padding:3px;  font-family: Arial, Helvetica, sans-serif; color: #D02809; }


.errorBox { font-family: Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #BFBFBE; }
.orderEdit { font-family: Arial, Helvetica, sans-serif; font-size : 10px; color: #AA1D03; text-decoration: underline; }





FORM {
	display: inline;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}




.infoBox {
  border:solid 1px #A5A5A4;
  color:#625C42;
}
.infoBoxContents {
  background: #EDEDEC;
  border:solid 1px #A5A5A4;
}



.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}


.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  height:25px;
  background-color:#2F3025;
  padding:10px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
  color:#625C42;
}
b {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color:#625C42;
  margin-left:15px;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ACACA8; color:#333333;}
.moduleRowSelected b { color:#333333;}

.checkoutBarFrom, .checkoutBarTo {   font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent {   font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { margin-left:10px; padding:3px;  font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackWarning {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackSuccess {   font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #B7250A; color:#FFFFFF}

/* input requirement */

.inputRequirement {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #DD3709; }



/***************************************************** create account ********************************************/

body.create_account #content {
float:left;
	margin-left:1px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.create_account .table_titre {
	margin-left:4px !important;
	margin-top:10px;
	width:700px; !important;
}

body.create_account .messageStackError{
	margin-left:7px !important;
	margin-top:10px;
	width:700px !important;
}
body.create_account .infoBox {
	width:690px !important;
}
body.create_account td  {
	padding:3px !important;
}

body.create_account .infoBoxContents input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
	border:solid 1px #91918A;
}
/***************************************************** create account success********************************************/
body.create_account_success table {
	margin-left:2px !important;
	margin-top:10px !important;
	width:700px !important;
}
body.create_account_success td  {
	padding:3px !important;
}
/***************************************************** account ********************************************/

body.account #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.account .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.account td {
	padding:3px !important;
}

/***************************************************** account edit ********************************************/

body.account_edit #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.account_edit .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.account_edit td {
	padding:3px !important;
}
body.account_edit .infoBoxContents input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
	border:solid 1px #91918A;
}
/***************************************************** address book ********************************************/

body.address_book #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.address_book .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.address_book tr {
	padding:3px !important;
}
body.address_book td {
	padding:3px !important;
}

/***************************************************** address book proccess********************************************/

body.address_book_process #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.address_book_process .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.address_book_process tr {
	padding:3px !important;
}
body.address_book_process td {
	padding:3px !important;
}

body.address_book_process .table_titre input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}
/***************************************************** account_newsletters ********************************************/

body.account_newsletters #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
	margin-right:10px;
}
body.account_newsletters .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.account_newsletters tr {
	padding:3px !important;
}
body.account_newsletters td {
	padding:3px !important;
}

body.account_newsletters .table_titre input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
	border:solid 1px #91918A;
}


/***************************************************** articles********************************************/

body.articles #content {
float:left;
	margin-left:6px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}

body.articles tr {
	padding:3px !important;
}
body.articles td {
	padding:3px !important;
}

/***************************************************** account history ********************************************/

body.account_history #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.account_history .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.account_history td {
	padding:3px !important;
}
body.account_history .list_pages {
	float:right !important;
	font-size:12px !important;
	color:#B0282A !important;
}

/***************************************************** logoff ********************************************/

body.logoff #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.logoff .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.logoff td {
	padding:3px !important;
}
body.logoff .list_pages {
	float:right !important;
	font-size:12px !important;
	color:#B0282A !important;
}

/***************************************************** forgotten ********************************************/

body.password_forgotten #content {
float:left;
	margin-left:0 !important;
	margin-top:10px;
	width:710px !important;
	margin-right:10px;
}
body.password_forgotten .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.password_forgotten td {
	padding:3px !important;
}
body.password_forgotten .list_pages {
	float:right !important;
	font-size:12px !important;
	color:#B0282A !important;
}
body.password_forgotten .table_titre input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
	border:solid 1px #91918A;
}
/***************************************************** account history info ********************************************/

body.account_history_info #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
	margin-right:10px;
}
body.account_history_info .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.account_history_info td {
	padding:3px !important;
}

/***************************************************** shopping_cart ********************************************/

body.shopping_cart #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:700px !important;
}
body.shopping_cart .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.shopping_cart td {
	padding:3px !important;
}
body.shopping_cart #box_prod {
	width:700px !important;
}

/***************************************************** checkout_shipping ********************************************/

body.checkout_shipping #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.checkout_shipping .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.checkout_shipping td {
	padding:3px !important;
}
body.checkout_shipping #box_prod {
	width:700px !important;
}
/***************************************************** login ********************************************/

body.login #content {
float:left;
	margin-left:2px !important;
	margin-top:10px;
	width:708px !important;
}
body.login .table_titre {
	margin-left:0 !important;
	margin-top:10px;
	width:100% !important;
}
body.login td {
	padding:3px !important;
}
body.login #box_prod {
	width:700px !important;
}
body.login .table_titre input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
	border:solid 1px #91918A;
}
/***************************************************** checkout_payment ********************************************/

body.checkout_payment #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.checkout_payment .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.checkout_payment td {
	padding:3px !important;
}
body.checkout_payment #box_prod {
	width:700px !important;
}

/***************************************************** checkout_payment_adress ********************************************/

body.checkout_payment_address #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.checkout_payment_address .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.checkout_payment_address td {
	padding:3px !important;
}
body.checkout_payment_address #box_prod {
	width:700px !important;
}
body.checkout_payment_address checkout_address input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}

/***************************************************** checkout_confirmation ********************************************/

body.checkout_confirmation #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.checkout_confirmation .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.checkout_confirmation td {
	padding:3px !important;
}
body.checkout_confirmation #box_prod {
	width:700px !important;
}

/***************************************************** checkout_shipping ********************************************/

body.checkout_shipping_address #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.checkout_shipping_address .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.checkout_shipping_address td {
	padding:3px !important;
}
body.checkout_shipping_address #box_prod {
	width:700px !important;
}

body.checkout_shipping_address .infoBoxContents input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}

/***************************************************** tell a friend ********************************************/

body.tell_a_friend #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.tell_a_friend .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.tell_a_friend td {
	padding:3px !important;
}
body.tell_a_friend #box_prod {
	width:700px !important;
}

body.tell_a_friend .contact_champ input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}
body.tell_a_friend .contact_sujet_produit {
	padding:8px !important;
	color:#ffffff;
	font-size:14px;
}
body.tell_a_friend .contact_titre {
background-color:#3F3D3D;
}

/***************************************************** inscription_newsletter ********************************************/

body.inscription_newsletter #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.inscription_newsletter .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.inscription_newsletter td {
	padding:3px !important;
}
body.inscription_newsletter #box_prod {
	width:700px !important;
}

body.inscription_newsletter .contact_champ input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}
body.inscription_newsletter .contact_sujet_produit {
	padding:8px !important;
	color:#ffffff;
	font-size:14px;
}
body.inscription_newsletter .contact_titre {
background-color:#3F3D3D;
}
/***************************************************** account notifications ********************************************/

body.account_notifications #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.account_notifications .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.account_notifications td {
	padding:3px !important;
}
body.account_notifications #box_prod {
	width:700px !important;
}

body.account_notifications .table_titre input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}
/***************************************************** account_password ********************************************/

body.account_password #content {
float:left;
	margin-left:3px !important;
	margin-top:10px;
	width:708px !important;
}
body.account_password .table_titre {
	margin-left:7px !important;
	margin-top:10px;
	width:100% !important;
}
body.account_password td {
	padding:3px !important;
}
body.account_password #box_prod {
	width:700px !important;
}

body.account_password .infoBoxContents input {
	padding:4px !important;
	color:#86867B;
	font-size:12px;
}

/***************************************************** checkout_success ********************************************/

body.checkout_success #content {
float:left;
	margin-left:-15px !important;
	margin-top:10px;
	width:730px !important;
}

body.checkout_success .table_titre {
	margin-left:0 !important;
	margin-top:10px;
}
body.checkout_success td {
	padding:3px !important;
}
body.checkout_success .continuer {
float:left;
margin-left:-15px;
}
body.checkout_success .productsNotifications {
margin-top:6px;
margin-bottom:6px;
	padding:8px;
}
/***************************************************** advanced_search_result ********************************************/

body.advanced_search_result #content {
float:left;
	margin-left:4px !important;
	margin-top:20px;
	width:700px !important;
}

body.advanced_search_result .table_titre {
	margin-left:0 !important;
	margin-top:10px;
}
body.advanced_search_result td {
	padding:3px !important;
}
body.advanced_search_result #box_prod {
}
body.advanced_search_result .productsNotifications {
margin-top:6px;
margin-bottom:6px;
	padding:8px;
}

.result_search_titre {
margin-left: 10px;
font-size: 16px;
color:#4B4A4A;
}

.result_search_list {
margin-left: 0;
font-size: 12px;
color: #ACACA7;
}

.result_search_navig_pages{
margin-left: 10px;
margin-top:10px;
}

.main_devis_info {
font-weight:bold;
color:#FFFFFF;
}

.infoBoxContentsDevis {
  background: #D1280A;
  border:solid 1px #A5A5A4;
  font-size:11px;
}