#error_div{
	display: none;
	color: red;
}
.pagination {
	float: left;
	width: 600px;
	margin: 10px 0;
	font-size: 13px;
	font-weight: bold;
}
.pagination a{
	color: #5f5c5c;
	float: left;
	/*margin-right: 10px;*/
	padding: 5px;
}
.pagination a:HOVER{
	border: #5F5C5C solid 1px ;
	color: #cc6600;
	white-space:nowrap;
}
#selected_page{
	float: left;
	padding: 5px;
}
#menupath{
	float:left;
	width:714px;
	color: gray;
	margin-left: 10px;
}
#menupath a{
	color: gray;
	display: inline;
}
#menupath a:HOVER{
	text-decoration: underline;
}
/********* cart login ************/

/**  end login**/


.error_list LI{
	color: red;
	list-style-type: none;
	float: right;
	display: none;
}

/********** prefrence *************/
.preference_article{
	float: left;
	width: 680px;
}
.preference_controls{
	float:right;
	height:auto;
	margin:20px 0;
	padding:30px 0;
	text-align:left;
	width:230px;
}
.preference_controls div a{
	padding-left:20px;
	/*color:#000;
	display:block;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	height:19px;
	margin:0;
	padding:3px 0 0 4px;
	text-decoration:none;
	text-transform:none;*/
}
.preference_controls div a:HOVER {
	/*text-decoration:underline;*/
}
/********** cart *************/
#cart{
	width: 860px;
	float: left;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-top:1px solid #AD2527;
	clear:none;
	padding: 10px 10px 0 10px;
	min-height: 150px;
}
#ajax_cart{
	border:1px solid #AD2527;
	clear:none;
	float:left;
	width:880px;
	margin-left: 20px;
	background:#E4D7D5 none repeat scroll 0 0;
	padding-bottom: 10px;
	margin-top: 20px;
}
#cart a{
	color: black;
}
.cart_commands{
	width: 800px;
	float: left;
	margin-top: 10px;
}
.cart_command{
	width: 380px;
	padding: 5px 10px;
	float: left;
}
#cart_content{
	width: 780px;
	border: solid 1px;
	float: left;
	padding: 5px 10px;
}
#cart_article_title{
	width: 780px;
	border-bottom: solid 1px;
	float: left;
	font-weight: bold;
	font-size: 14px;
	
}
.cart_article_title a:HOVER{
	color: gray;
	text-decoration: underline;
}
.cart_article_title{
	float: left;
	width: 500px;
	margin: 5px 0;
}
.cart_article_price{
	float: left;
	width: 130px;
	margin: 5px 0;
}
.cart_article_settings{
	float: left;
	width: 150px;
	margin: 5px 0;
}
#cart .cart_article_settings a:HOVER{
	color: red;
	font-weight: bold;
}
.cart_satisf{
	float: left;
	width: 861px;
	border-top:1px solid #AD2527;
	padding: 10px 10px 5px 10px;
}
.cart_satisf img{
	float: left;
}

#cart_articles{
	width: 780px;
	float: left;
}
#account_panel{
	color: black;
	font-size: 12px;
}
#account_panel .row{
	width: 100%;
	float: left;
}
#account_panel a {
	color: #000;
	width: 213px;
	float: left;
	font-size: 12px;
}
#account_panel a:hover{
	color:#F38D07;
}
/**** piement ***/
#command {
	float: left;
	width: 860px;
}
#command .paiement_articles{
	width: 400px;
	border-bottom: solid 1px #CCCCCC ;
	margin-bottom:20px;
	font-size: 13px;
	font-weight: bold;
	float: left;
}
#credit_card{
	float: left;
	width: 850px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	margin: 5px 0;
}
#command #command_articles{
	width: 423px;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	-moz-border-radius: 5px;
	margin-top: 5px;
	min-height: 275px;
}
#command #adresses{
		width: 400px;
		float: left;
		margin-left: 20px;
}
#credit_card_frm{
	height: auto;
	width: 830px;
	min-height: 300px;
}
.adress{
	border: solid 1px #CCCCCC;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 5px 0;
}
#command .col1{
	width: 200px;
	float: left;
}
#command .col2{
	float: left;
}
#ajax_results{
	border: solid 1px #FF9900 ;
	-moz-border-radius: 5px;
	background-color: #FFFFDD;
	padding: 5px 2px;
	float: left;
	width: 210px;
	margin-left: 10px;
	display: none;
	color: #A10B21;
	
}
#resultSuccess{
	color:gray;
	background: url("/images/backend/tick.png") no-repeat scroll 10px;
	padding: 5px 5px 5px 30px;
}
#resultFailure{
	color: red;
	background: url("/images/backend/error.png") no-repeat scroll 10px;
	padding: 5px 5px 5px 30px;
}
#result_title{
	padding-left: 30px; color: gray;
}
#result_admin_mail{
	margin-top: 10px;
	padding: 5px 5px 5px 30px;
}
#result_admin_mail a{
	color: blue;
}
#rss_list div{
	float: left;
	height: 30px;
	margin-top : 10px;
	width: 600px;	
}
#rss_list a{
	float: left;
	width: 130px;
	color: #000;
}
#rss_list a:hover{
	color: #F38D07;
}
#languages{
	float: left;
}
#languages img{
	/*height: 32px;
	width: 32px;*/
	margin-left: 3px;
	float:left;
}

.recalculer{ 
	margin-bottom: 20px;
	overflow: hidden;
}
.left_btn_cmd{
	padding-left:8px; 
	height:24px; 
	background:url(/images/components/btn_bleu_fonce/btn_left.png) left no-repeat; float:left;
}
.middle_btn_cmd{
	width:107px; 
	height:25px; 
	background:url(/images/components/btn_bleu_fonce/btn_middle.png) repeat-x; 
	float:left; 
	padding-top:3px; 
	width:90px; 
	text-align:center;
	color:#FFF;
}
.right_btn_cmd{
	padding-right:13px;
	height:24px; 
	background:url(/images/components/btn_bleu_fonce/btn_right.png) right no-repeat; 
	float:left;
}
.foot_ethnicity{
	float: left;
	min-width:50px;
}
.foot_ethnicity a{
	display: inline;
}
.foot_ethnicity a:HOVER {
	text-decoration: underline;
	color: gray;
}
#adresse_list a{
	color: gray;
}
#adresse_list a:HOVER {
	text-decoration: underline;
}
.adress_details{
	margin-top: 20px;
	float:left;
	padding:5px;
	width:650px;
	border: solid 1px gray;
}
#home_home_div a{
	display: inline;
	color: #000;
}
#home_home_div a:HOVER{
	text-decoration: underline;
}
.plan_title{
	margin-left: 5px;
	float: left;
}
.plan_image{
	margin-top: 2px;
}

#lbalert {
	left:40%;
	top:40%;
	min-width:294px;
	padding:5px;
	position:fixed;
	text-align:left;
	z-index:9000;
	border: outset 1px;
	float: left;
	-moz-border-radius:5px;
	display: none;
}
#lbalertcontent{
	width: 300px;
	float: left;
	border: solid 1px gray;
	
}
#lbalert_head{
	display:block;
	float:left;
	width: 99%;
	background: transparent url("/images/components/fond_tab_form.gif") repeat-x;
	padding: 5px 0px;
	color: gray;
}
#lbalert_body{
	display:block;
	float:left;
	width:99%;
	min-height: 100px;
	background: #fff ;
	padding: 2px;
	 
}

#home_home_div{
  height:auto; padding-left:7px; float:left;
  width: 468px;
  margin-right: 6px;
}
#home_home_div div{
	float: left;
	margin-top: 5px;
	width: 468px;
	text-align:justify;
}
#home_right_div{
	width: 220px;
	float:left;
	margin-left:10px;
}
#home_left_div{
  float:left;
  width: 480px;
}
#home_statisf_div{
	background:url("/images/components/satisfait.png") top no-repeat;
	min-height:214px;
	height:auto;
	float:left;
	width: 210px;
	margin-left: 10PX;
}
#home_satif_text_title{
	
	width: 114px;
	float: left;
	z-index: 10;
	width:100px;
	padding-left:10px;
	padding-top:20px;
	font-size:13px;
	color: #88428a;
}
#home_satif_desc{
	float: left;
	width: 177px;
	font-size:10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #686868 ;
	text-align: justify;
	margin-top: 3px;
}

.content_categorie{
	width: 212px; 
	float: left;	
}

#home_satif_text{
	float: left;
	width: 211px;
	
	padding-left: 10px;
}
#home_satif_text h4{
	color: #660066;
	font-size: 14px;
	margin-top: 0px;
	font-weight: normal;
}
#home_satif_desc a{
	color: #686868;
	text-decoration: underline;
}
#home_satisf_logo{
	float: right;
	z-index: 100;
}
#home_satisf_logo img{
	border:0 none;
	margin-left:-78px;
	position:absolute;
	z-index:10000;
	margin-top: -16px;
}
.facture_link a{
	color: #CC6600;
}
.facture_link a:HOVER {
	text-decoration: underline;
}
#facture{
	width: 670px;
}
#facture TABLE {
	margin-top: 20px; 
	border-width:thin;
	padding: 0;
}
#facture TABLE td , #facture TABLE th{
	/*border-bottom: solid 1px gray;*/
	border-width:thin;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	width: 24%;
	padding: 1px;
}
#facture TABLE th{
	border-top: solid 1px gray;
}
.article_detail_image_panier{
	float:left;
	margin-left:152px;
	margin-top:-43px;
}
.cart_paiement_text{
	font-size: 16px;
	color: gray;
	margin-right: 10px;
}
#credit_card form div{
	min-height: 30px;
	margin-top:5px;
}