.titre,
.titre-grey {
	height:22px;
    padding-top:3px;
    padding-left:10px;
    font-size:11px;
    text-transform:uppercase;
    color:#ffffff;
    font-weight:bolder;
	background:url(/images/default/red.gif) repeat-x;
}
    .titre b{
        padding-right:10px;
        background:url(/images/default/red-arrow.gif) no-repeat top right;
    }

    .titre-grey{
        width:190px;
        float:right;
        clear:right;
        color:#666666;
        background:url(/images/default/grey.gif) repeat-x;
    }
        .titre-grey b{
            padding-right:10px;
            background:url(/images/default/grey-arrow.gif) no-repeat top right;
        }

	.titre .back_history {
		display:block;
		float:right;
		padding-left:24px;
		padding-right:10px;
		text-align:left;
		cursor:pointer;
		background:url(/images/default/back-button.gif) no-repeat left;
	}



#product_section {
	
}
	#product_section .title2 {
		clear:both;
		color:#990000;
		display:block;
		font-size:15px;
		font-weight:bold;
		margin-bottom:11px;
		width:290px;
	}
	#produits_vedette {
		width:590px;
		float:left;
	}
	#produits_nouveau {
		width:200px;
		float:right;
	}
	#produits_list {
		width:786px;
		float:left;
	}
	#product_section .top {
		display:block;
		height:95px;
		text-decoration:none;
		padding-left:5px;
		overflow:hidden;
	}
	
.product_list {
	padding-left:5px;
	clear:right;
	display:none;
}
.clear {
	clear:both;
}
#produits_nouveau .product_list {
	padding-right:5px;
}
.product_in_list {
	width:188px;
	margin-top:5px;
	float:left;
	border:1px solid #CBC9C9;
	background:url(/images/default/bg-box.jpg) repeat-x bottom;
}
#produits_nouveau .product_in_list {
	float:right;
}
#product_section .pic {
	float:right;
	width:68px;
	height:82px;
	margin-top:5px;
	margin-right:5px;
	border:1px solid #dddddd;
}
#product_section .pic_big {
	width:200px;
	height:250px;
	border:1px solid #dddddd;
}
#product_section .name {
	float:left;
	width:100px;
	font-weight:bold;
	line-height:14px;
	color:#CC0000;
	display:block;
	padding-top:5px;
}
	#product_section .top:hover .name {
    	text-decoration:underline;
	}
#product_section .desc {
	float:left;
	width:100px;
	padding-top:5px;
	color:#bbb;
	display:block;
	line-height:14px;
	font-size:11px;
}
	#product_section .top:hover .desc {
    	color:gray;
	}
    
#product_section .price {
	font-size:12px;
	padding-top:10px;
	font-weight:bold;
	clear:both;
	display:block;
	text-decoration:none;
	outline:none;
}
.product_in_list .price {
	padding-left:40px;
}
.bottom .price {
	margin-left:350px;
	width:110px;
	color:#444444;
	text-align:center;
}
.bottom .price:hover,
.bottom .price:hover b {
	color:#990000;
}
	#product_section .price b {
		font-weight:100;
		height:17px;
		display:block;
		margin-bottom:3px;
		padding-right:5px;
		padding-left:2px;
		background:url(/images/default/cart.gif) left -51px no-repeat;
		cursor:pointer;
	}
	#product_section .price b i {
		color:#ffffff;
		font-size:10px;
		width:23px;
		display:block;
		float:left;
		margin-right:4px;
		text-align:center;
		line-height:15px;
	}
	#product_section .price b span {
		font-size:13px;
		width:75px;
		display:block;
		float:left;
		text-align:center;
	}
	#product_section .price b.not_in_cart {
		background:url(/images/default/cart.gif) left -17px no-repeat;
	}
	#product_section .price:hover b.not_in_cart {
		background-position: left top;
	}
	
	
	
	.shopping_cart_detail { border:1px solid #aaa; }
	.shopping_cart_detail thead { background:url('/images/default/grey.gif') repeat-x top; }
	.shopping_cart_detail thead td { padding:0 5px 5px 5px; height:24px; font-weight:bolder; }
	.shopping_cart_detail thead td.action { padding:0; }
	.shopping_cart_detail .qty_box { width: 27px; text-align: right; }
	#shopping_cart_detail .text_input { width:40px; text-align:center; }
	#update_shopping_cart { height:16px; padding-left:16px; display:block; background: url('/images/default/utility/refresh_16.png') left 4px no-repeat; width:55px; height:19px; text-align:left; }
	.shopping_cart_detail .trash_me { height:16px; width:16px; display:block; background: url('/images/default/utility/trash_me.jpg') no-repeat top; }
	.shopping_cart_detail .trash_me:hover { background-position:bottom; }
	#form_checkout_hidden_content { display:none; }
	#cart_form a {text-decoration:none;}
	
	#product_section .image-produit {
		padding-left:100px;
		margin-right:30px;
		width:268px;
		float:left;
		margin-top:10px;
	}
	#product_section .description-produit {
		padding-right:100px;
		width:298px;
		height:200px;
		float:left;
		margin-top:10px;
	}
	.shopping_cart_add {
		height:26px;
		border:none;
		padding:0 0 0 29px;
		color:white;
		font-size:11px;
		display:block;
		background:url(/images/default/cart_button_add.gif) no-repeat left top;
	}
	.shopping_cart_add b {
		height:22px;
		font-weight:100;
		padding-top:4px;
		display:block;
		float:right;
		background:url(/images/default/cart_button_add.gif) no-repeat right top;
	}
	.button {
		border:none;
		cursor:pointer;
		margin-left:52px;
	}
	#form_checkout .text_input { width:260px; }
	#form_checkout.normal_form label { display:inline; }
	.errored label { color:#a00; font-weight:bolder; }
	
	#form_checkout_error ul {
		list-style:none;
		color:#f00;
	}
	
	.paypal_xpressCheckout {
		display:block;
		height:28px;
		width:147px;
		background-image:url('/images/default/paypal_xpressCheckout.jpg');
		background-repeat:no-repeat;
	}
	.paypal_xpressCheckout b { display:none; }
	.paypal_xpressCheckout.fr { background-position:right top; }
	.paypal_xpressCheckout.fr:hover { background-position:right bottom; }
	.paypal_xpressCheckout.en { background-position:left top; }
	.paypal_xpressCheckout.en:hover { background-position:right bottom; }
p {
	margin:0;
	padding:0;
}

.png_fix {
	}

.title {
    display:block;
    clear:both;
    width:560px;
    font-size:15px;
    color:#990000;
    font-weight:bold;
    margin-bottom:11px;
}


.hobby-button, .hobby-button b { outline:none; display:block; background-image:url('/images/default/hobby-boutons.jpg'); background-repeat:no-repeat; color:#000; }
.hobby-button { height:23px; float:left; padding-left:10px; background-position:left top; text-decoration:none; }
.hobby-button b { padding-right:10px; background-position:right top; padding-top:2px; height:21px; }
.hobby-button:hover { background-position:left -23px; text-decoration:none; color:#fff; }
.hobby-button:hover b { background-position:right -23px; color:#fff; }
.hobby-button.red:hover { background-position:left -46px; text-decoration:none; color:#fff; }
.hobby-button.red:hover b { background-position:right -46px; color:#fff; }
a.hobby-button, a.hobby-button:hover { text-decoration:none; }

a.hobby-button span.zoom { display:block; padding-left:18px; background:url('/images/default/zoom.png') left top no-repeat; }
a.hobby-button:hover span.zoom { background-position:left -25px; }



/**
* ERROR NO FLASH
**/
.no_flash { border:2px solid gray; }
.no_flash:hover { background-color:#eeeeee; }
	.no_flash a {
		display:block;
		padding:20px;
		text-align:center;
	 			background: transparent url(/images/default/utility/plugin-red.png) no-repeat 10px center;
	}




/**
* ERROR
**/
.error_message {
	color:#660000;
}
.error_message ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.error_message li {
	padding-left:20px;
	background:url(/images/default/utility/error_16.png) left center no-repeat;
}
/*.field_error_message,
.field_error_no_script,
.field_error_no_script_small {
	clear:both;
	color:#660000;
	font-size:10px;
	line-height:14px;
	text-align:left;
	background: url(/images/default/notice-error.gif) no-repeat center left;
}
.field_error_message strong, .field_error_no_script strong, .field_error_no_script_small {color:inherit;}
.field_error_no_script,
.field_error_no_script_small {
	font-size:11px;
	display:block;
	border:1px solid #660000;
	background-color:#fcdfe4;
}
.field_error_message {padding-left:15px; display:none; font-size:10px;}
.field_error_no_script {padding:10px 0 10px 20px;}
.field_error_no_script_small {padding-left:15px; float:right;}
	.field_error_no_script .info {
		background: url(/images/default/info.gif) no-repeat;
		display:block;
		position:absolute;
		width:24px;
		height:24px;
		right:5px;
		top:12px;
	}
*/

/**
* ERROR NO SCRIPT
**/
.field_error_no_script,
.field_error_no_script_small {
	clear:both;
	float:left;
	color:#660000;
	font-size:10px;
	line-height:14px;
	text-align:left;
	font-size:11px;
	display:block;
	border:1px solid #660000;
	position:relative;
	background: #ccc url(/images/default/utility/notice-error.gif) no-repeat center left;
}

.field_error_no_script strong, 
.field_error_no_script_small {color:inherit;}
.field_error_no_script {padding:10px 40px 10px 20px;}
.field_error_no_script_small {padding:2px 2px 2px 15px;}
	.field_error_no_script .info {
	 			background: url(/images/default/utility/info.png) no-repeat;
		display:block;
		position:absolute;
		width:24px;
		height:24px;
		right:5px;
		top:12px;
	}



#menu ul,
#top ul {
	float:left;
	margin:0;
	padding:0;
	display:block;
}

    #menu ul li,
    #top ul li {
        margin:0px;
        padding:0;
        display:inline;
    }
   
   
      
/***************************************** TOP-MENU ****************************************************/

           
		#top-menu{
			float:left;
			width:92px;
			letter-spacing:0.06em;
			padding-left:28px;
			padding-top:9px;
			height:100%;
			font-size:11px;
			
		}
		
				#top-menu a{
					display:block;
					float:left;
					padding-left:10px;
					color:#ffffff;
					text-decoration:none;
					background:url(/images/default/arrow.jpg) no-repeat 0px 5px;
				}
				
						#top-menu a:hover,
						#top-menu a.o{
							color:#FCE66E;
							text-decoration:underline;
						
						}
						
						  
/***************************************** MENU ****************************************************/

   
           
		#menu{
			float:left;
			width:146px;
			height:100%;
			font-size:10px;
			background:#040404;
			
		}
        
        #menu #logo{
				display:block;
				float:right;
				padding:0;
				margin:0;
				border:0px;
				width:146px;
				height:15px;
				padding-top:180px;
				color:#545050;
				background:url(/images/default/logo.jpg) no-repeat top;
			}
		
			#menu ul {
				padding-bottom:53px;
				background:url(/images/default/bottom-menu.jpg) bottom no-repeat;
			}
			
				#menu a {
					display:block;
					text-decoration:none;
				}
			/*-------- premier niveau ---------*/
				#menu li.main a {
					width:123px;
					padding-left:15px;
					padding-right:8px;
					padding-top:5px;
					padding-bottom:4px;
					color:#ffffff;
					text-transform:uppercase;
					line-height:19px;
					background:url(/images/default/bt.jpg);
					border-top:1px solid #FFFFFF;
					border-bottom:1px solid #545050;
				}
                     #menu li.main a#menuc871fc4703c6a61883c22de97bbe4fa9{
						background:url(/images/default/bt-accueil.jpg);
                    }
                     #menu li.main a#menu43073148617e1cdc59ac1a3b7b9d91d2{
						background:url(/images/default/bt-panier.jpg);
                    }
				
						#menu li.main a:hover,
						#menu li.main a.o,
                        #menu li.main a#menuc871fc4703c6a61883c22de97bbe4fa9:hover,
						#page_5115c2342f555414482fe5e09141ebd6 #menu li.main a#menuc871fc4703c6a61883c22de97bbe4fa9{
							background:url(/images/default/bt-roll.jpg);
						}
                        
                             #menu li.main a#menu43073148617e1cdc59ac1a3b7b9d91d2:hover,
                             #menu li.main a#menu43073148617e1cdc59ac1a3b7b9d91d2.o{
								background:url(/images/default/bt-panier-roll.jpg);
                             }
                        
			/*-------- deuxième niveau ---------*/
				#menu li.sub_1 a {
					width:113px;
					padding-left:25px;
					padding-right:8px;
					padding-top:5px;
					padding-bottom:4px;
					color:#ffffff;
					line-height:19px;
					border:none;
					background: #414141 url(/images/default/fleche-sub-menu.gif) no-repeat 17px 12px;
					font-size:10px;
				}
					#menu li.sub_1 a:hover,
					#menu li.sub_1 a.o {
						color:#FCE66E;
						background-image:url(/images/default/fleche-sub-menu-roll.gif);
					}
			/*-------- troisième niveau ---------*/
				#menu li.sub_2 a {
					width:103px;
					padding-left:35px;
					padding-right:8px;
					padding-top:5px;
					padding-bottom:4px;
					color:#ffffff;
					line-height:19px;
					border:none;
					background: #282828 url(/images/default/fleche-sub-menu.gif) no-repeat 27px 12px;
					font-size:10px;
				}
					#menu li.sub_2 a:hover,
					#menu li.sub_2 a.o {
						color:#FCE66E;
						background-image:url(/images/default/fleche-sub-menu-roll.gif);
					}
			/*-------- quatrième niveau ---------*/
				#menu li.sub_3 a {
					width:93px;
					padding-left:45px;
					padding-right:8px;
					padding-top:5px;
					padding-bottom:4px;
					color:#ffffff;
					line-height:19px;
					border:none;
					background: #191919 url(/images/default/fleche-sub-menu.gif) no-repeat 37px 12px;
					font-size:10px;
				}
					#menu li.sub_3 a:hover,
					#menu li.sub_3 a.o {
						color:#FCE66E;
						background-image:url(/images/default/fleche-sub-menu-roll.gif);
					}
					
/***************************************** SITE MAP ****************************************************/

#site_map {
	list-style: none;
	color: #666666;
	margin-top:25px;
	margin-left:25px;
} 


#site_map ul{
	margin:0px;
	padding:0px;
	padding-left:25px;
	list-style-type: square;
} 

#site_map a {
	color: #666666;
	text-decoration: none;
}
#site_map a:hover {
	color:#FF6600;
}





html {
	width:100%;
	height:100%;
	background:#545050 url(/images/default/bg.gif) repeat-x top center;
}

body {
	margin:auto;
	width:1001px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background:#545050 url(/images/default/bg.gif) repeat-x;
}

table tr td#bg{
		background:#FFFFFF url(/images/default/bg-content.gif) bottom right no-repeat;
}

#hobby {
	margin:auto;
	width:1001px;
	padding-bottom:253px;
}
	
a {
	color:#BB0113;
} 
a:hover {
	color:#666666;
} 

form {
	padding:0;
    margin:0;
}
	
	
    
		
		#top {
			float:left;
			width:838px;
			height:68px;
			padding-left:17px;
			background:url(/images/default/top.jpg);
		}
		
			
			#search {
				float:left;
				font-size:10px;
				color:#666666;
				padding-left:5px;
				padding-top:44px;
				width:695px;
			}
			
				#search select,
				#search input{
					float:left;
					width:139px;
					height:16px;
					padding:0px;
					padding-top:2px;
					padding-left:1px;
					margin-right:5px;
					font-size:11px;
					line-height:11px;
					border:1px solid #AAAAAA;
					color:#858383;
				}
					#search select{
						width:120px;
						height:20px;
					}
					
					#search input#ok{
						width:21px;
						height:18px;
						margin:0;
						padding:0;
						border:0;
						margin-top:2px;
					}
					
					
	#section{
		float:left;
		width:847px;
		border-left:4px solid #302C2C;
		border-right:4px solid #302C2C;
	}		
		#section #banner{
			float:left;
			width:846px;
			height:151px;
			background:#FFFFFF url(/images/default/banner.jpg) bottom right no-repeat;
		}		
		#section #content{
			float:left;
			width:796px;
			padding:19px;
			padding-top:10px;
			font-size:12px;
			line-height:18px;
		}		
			#section #content #bread{
				clear:both;
				width:794px;
				color:#666666;
                font-size:10px;
				margin-bottom:20px;
			}	
                #section #content #bread i{
                    font-style:normal;
                    color:#666666;
                }
                #section #content #bread a{
                    font-style:normal;
                    color:#666666;
                }	
                    #section #content #bread a:hover{
                        font-style:normal;
                        color:#990000;
                    }
            
			#section #content .title{
				display:block;
				clear:both;
				width:794px;
				font-size:15px;
				color:#990000;
                font-weight:bold;
				margin-bottom:11px;
			}	
            
            
		
            
                    
/********************************************  CONTACT ***************************************************/
                    
                    
.coordonnees {
	float:left;
	width:314px;
	background:url(/images/default/nos-coordonnees.gif) no-repeat;
}
	.coordonnees img{
		float:left;
		width:101px;
		height:129px;
		margin-top:2px;
	}
	.coordonnees .info{
		float:left;
		width:200px;
		color:#7A7878;
		font-size:10px;
		line-height:14px;
		padding-left:10px;
	}
		.coordonnees .info b{
			display:block;
			clear:both;
			float:left;
			width:200px;
			margin-bottom:10px;
			color:#BB0113;
			font-size:11px;
		}
		.coordonnees .info strong{
			display:block;
			clear:both;
			margin-top:10px;
			font-size:11px;
		}
.ouverture {
	float:right;
	width:203px;
	clear:right;
	padding-bottom:35px;
	padding-left:13px;
    padding-top:20px;
	color:#7A7878;
	font-size:11px;
    background:#D6D6D6;
}
	.ouverture b{
		float:left;
		display:block;
		clear:both;
		width:206px;
		margin-top:10px;
		font-size:11px;
	}
    
           	

	
	
	
	
	#bottom{
		float:right;
		width:838px;
		height:160px;
		padding-top:5px;
        color:#7F7F7F;
        padding-left:161px;
        font-family:arial;
        font-size:11px;
		background:#040404 url(/images/default/bottom.jpg) no-repeat bottom;
	}	
	#bottom b{
        font-size:12px;
	}	
	#bottom a{
        padding-left:15px;
        color:#7F7F7F;
	}	
		#bottom a.imc{
    		display:block;
			float:right;
        	padding-right:10px;
		}	
        #bottom a:hover{
            color:#CCCCCC;
        }
        

.normal_form {
	/*border:1px solid #ddd;*/
}
.normal_form h3 {
	color:#900;
	border-bottom:1px solid #900;
}
.normal_form .info {
	color:#5e5e5e;
	padding-bottom:5px;
	padding-top:5px;
}
.normal_form table {
	padding:0;
	margin:0;
	border-collapse:collapse;
	color:#333;
	table-layout:fixed;
	font: normal 13px/22px Arial, Helvetica, sans-serif;
}
.normal_form label {
	cursor:hand;
	cursor:pointer;
	display:block;
}
.normal_form td {
	padding:3px 5px;
	vertical-align:top;
}
.normal_form,
.normal_form input,
.normal_form textarea,
.normal_form select {
	font-size:13px;
}
.normal_form .text_input {
	border:1px solid #aaa;
	padding:2px 4px;
	width:300px;
}
.normal_form .money_input {
	border:1px solid #aaa;
	padding:2px 4px;
	text-align:right;
	width:100px;
}
.normal_form textarea {
	border:1px solid #aaa;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	width:300px;
	overflow:auto;
}
.normal_form select {
	border:none;
	height:20px;
}
.normal_form .select_border {
	border:1px solid #aaa;
	float:left;
}

.normal_form label.errored {
	color:#f00;
}
.normal_form .errored .field {
	color:black;
}
.error_row {
	background-color:#ececec;
}
.normal_form .field {
	text-align:right;
}

div.error_message,
td.error_message {
	padding:0;
}
div.error_message div,
td.error_message div {
	padding:4px 4px 4px 20px;
	background:url(/images/default/utility/error_16.png) left center no-repeat;
}
td.error_message div {
	/*border-left:3px solid #FAE9CE;
	border-right:3px solid #FAE9CE;
	border-bottom:3px solid #FAE9CE;*/
}
div.error_message div {text-align:left;}
.spacer_row, .spacer_row td {
	font-size:2px;
	height:6px;
	padding:0;
}

/**
** BUTTONS
*****************/

.page-content .form_button {
	background:#FFFFFF;
	border:1px solid #999999;
	color:#000000;
	cursor:pointer;
	font-size:11px;
	font-weight:bolder;
	padding:5px;
	text-decoration:none;
}
.form_button span {
	
}
	.form_button:hover {
		color:#663300;
	}
	.form_button:hover span {
		
	}

.form_button.working:hover,
.form_button.working {
	cursor:wait;
	text-decoration:none !important;
}
.form_button.working:hover span,
.form_button.working span {
		color:#ccc;
}
.form_button.previous {
	
}
.form_button.next {
	
}


.public_form { padding:0; margin:0; clear:left; }
.public_form table { font-size:12px; border-collapse:collapse; }
.public_form table td { background:transparent; }
.public_form table td.form_category { padding:0; }
.public_form table td.form_category td.form_category .form_category_container { padding-left: 15px; border:1px solid #ccc; }
.public_form table td.form_category td.form_category .form_category_container table { /*border:1px solid #ccc;*/ }
.public_form table td.form_category fieldset { padding:8px 8px 15px 8px; margin-bottom:10px; display:block; width:100%; }
.public_form .form_label { cursor:pointer; }

.public_form .text_input {
	border:1px solid #ccc;
	margin:0;
	font-size:12px;
	width:300px;
	padding:3px;
}
.public_form textarea { width:300px; overflow:auto; }
.public_form .radio_check, 
.public_form select {
	margin:0;
	padding:0;
	border:none;
}
.public_form .radio_check {
	cursor:hand;
	cursor:pointer;
}
.public_form .line { }
.public_form .line label { padding-left:5px; }
.public_form .line input { }

.public_form .select_border { border:1px solid #ccc; float:left; }
.public_form .form_select_other { margin-top:3px; float:left; clear:left; }
.public_form .form_category_title {
	font-size:13px;
	margin:10px 0 5px 0;
	padding:0;
	font-weight:bolder;
	color:#990000;
}
.public_form td.form_category td.form_category .form_category_title {
	text-transform:none;
	font-style:italic;
}
.public_form .form_category_desc {
	padding-left:10px;
	padding-bottom:10px;
}
.public_form .field,
.public_form .field_error {
	vertical-align:top;
	text-align:right;
	padding-right:5px;
	padding-bottom:10px;
}
.public_form .field_error {
	color:#d00;
	font-weight:bolder;
}
.public_form .value {
	vertical-align:top;
	text-align:left;
	padding-bottom:10px;
}
.public_form  #get_error {
	color:#d00;
	padding:15px 20px 15px 20px;
	border:1px solid #d00;
	margin-bottom:15px;
}
.public_form #get_error div {
	padding-bottom:5px;
}
.public_form  #form_button {
	float:right;
    margin-right:96px;
}
.field.two_row { text-align:left; }
.field.two_row, .value.two_row { padding-left:20px; padding-right:20px; }
.value.two_row .text_input { width:375px; }
.value.two_row textarea { width:375px; }
button.form_submit_button {
    padding:5px;
    cursor:pointer;
    font-size:11px;
	border:1px solid #999;
	color:#000;
	background:#fff;
	font-weight:bolder;
	/*background:url(/images/default/bt-inscription.jpg) no-repeat top right;*/
}
button.form_submit_button:hover {
	/*background:url(/images/default/bt-inscription-roll.jpg) no-repeat top right;*/
}

.modalized_content ul.ul_e {
	list-style:none;
	padding-left:0;
	/*list-style-image: url(/images/default/utility/error_16.png);*/
}
.modalized_content ul.ul_e li {
	padding-top:7px;
	padding-left:25px;
	background: url(/images/default/utility/error_16.png) no-repeat left center;
}

/****
 * jQuery Password Strength
 */
div.jpassword{ position:absolute; z-index:1000; width:296px; height:56px; margin:0; text-align:left; }
div.jpassword-righttop div, div.jpassword-rightbottom div{ padding:8px 10px 0 25px; }
div.jpassword-lefttop div, div.jpassword-leftbottom div{ padding:8px 15px 0 10px; }
div.jpassword-flat{ margin-top:8px; padding:8px 8px 0 8px; border-top:3px solid #d9d9d9; background-color:#5c5c5c; }
div.jpassword-righttop{ background:transparent url(/images/default/password_strength/jpassword-righttop.png) no-repeat left top; }
div.jpassword-rightbottom{ background:transparent url(/images/default/password_strength/jpassword-rightbottom.png) no-repeat left top; }
div.jpassword-lefttop{ background:transparent url(/images/default/password_strength/jpassword-lefttop.png) no-repeat left top; }
div.jpassword-leftbottom{ background:transparent url(/images/default/password_strength/jpassword-leftbottom.png) no-repeat left top; }
div.jpassword p{ margin:0; padding:0; }
div.jpassword p.jpassword-meter{ height:10px; background:transparent url(/images/default/password_strength/jpassword-meter.png) no-repeat left top; }
div.jpassword p.jpassword-info{ padding:4px 0; font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; text-align:left; }

                    
                    
#section #nouveaute{
    float:right;
    width:234px;
    height:20px;
    border-right:16px solid #ffffff;
}

     #nouveaute .titre-grey{
        margin-bottom:0px;
    }


#nouveaute a {
	float:right;
	display:block;
	width:208px;
	padding-left:20px;
	padding-top:1px;
	margin-bottom:2px;
	text-decoration:none;
	border-top:1px solid #CBC9C9;
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:11px;
	background:url(/images/default/bg-box.jpg) repeat-x bottom;
}

#nouveaute a #pic{
	float:right;
	width:97px;
	height:133px;
}
    #nouveaute a#mats #pic{
        background:url(/images/accueil/mats.jpg) no-repeat;
    }
        #nouveaute a:hover#mats #pic{
            background:url(/images/accueil/mats-roll.jpg) no-repeat;
        }
        
#nouveaute a #name{
	float:left;
	width:100px;
	padding-top:21px;
	font-weight:bold;
	color:#CC0000;
}
	#nouveaute a:hover #name{
    	text-decoration:underline;
	}
#nouveaute a #desc{
	float:left;
	width:100px;
	padding-top:10px;
}
    
#nouveaute a #price{
	float:left;
	width:100px;
	font-size:12px;
	padding-top:10px;
	font-weight:bold;
}
	#nouveaute a #price b{
		padding-left:10px;
		font-weight:bold;
		font-size:16px;
		line-height:16px;
		color:#CC0000;
	}




#section #boxes{
    float:left;
    width:560px;
    margin-top:30px;
}		
    #section #boxes a{
        float:left;
        width:174px;
        height:120px;
        padding:3px;
        border:1px solid #CCCCCC;
        margin-right:4px;
    }
        #section #boxes a#prod{
            background:url(/images/default/prod.jpg) center no-repeat;
        }	
            #section #boxes a#prod:hover{
                background:url(/images/default/prod-roll.jpg) center no-repeat;
            }
        #section #boxes a#carte{
            background:url(/images/default/cartes.jpg) center no-repeat;
        }	
            #section #boxes a#carte:hover{
                background:url(/images/default/cartes-roll.jpg) center no-repeat;
            }
        #section #boxes a#jeux{
            background:url(/images/default/jeux.jpg) center no-repeat;
        }	
            #section #boxes a#jeux:hover{
                background:url(/images/default/jeux-roll.jpg) center no-repeat;
            }		

        #section #boxes a#cart{
            padding:0px;
            border:0px;
            margin:0px;
            
            float:left;
            width:223px;
            height:30px;
            margin-top:17px;
            background:url(/images/default/cart.jpg) center no-repeat;
            
        }	
            #section #boxes a#cart:hover{
                background:url(/images/default/cart-roll.jpg) center no-repeat;
            }
            
      
      
      
      
#search_engine_content {
	padding-right:10px;
	margin-top:10px;
}
#search_engine_content *{
		color:#666;
}
	#search_engine_content table a {
        display:block;
	}
	#search_engine_content td {
		border-style:none;
		border-width:0px;
	}
	#search_engine_content .spacer {
		height:20px;
		empty-cells:hide;
	}
	#search_engine_content .top {
		color:#555;
		border:1px solid #a65554;
		padding:5px;
		
	}
	
	
	
		#search_engine_content .top #search_count {
			clear:right;
			text-align:right;
			font-size:10px;
			margin-top:5px;
		}
		#search_engine_content .top #top_search {
			float:right;
			text-align:right;
			height:30px;
			margin-top:10px;
		}
			#search_engine_content .top #top_search input {
				font-size:13px;
				vertical-align:middle;
				width:150px;
				height:18px;
				margin:0 0 0 5px;
				padding:2px 3px 0 3px;
				color:gray;
				border:1px solid #a65554;
			}
			#search_engine_content .top #top_search input#okk {
				width:22px;
				height:22px;
				border:none;
				margin:0 0 0 5px;
				padding:0;
			}
	
	
	#search_engine_content .search_index {
		font-size:13px;
		vertical-align:top;
		text-align:right;
		padding-right:7px;
		width:20px;
	}
	#search_engine_content .search_title {
		font-weight:bolder;
		vertical-align:top;
		font-size:13px;
	}
	#search_engine_content .search_content {
		font-size:11px;
		padding:0 10px 10px 0;
	}
	#search_engine_content .content_page {
		font-size:11px;
		padding:10px;
	}
		#search_engine_content .content_page .literal {
			background-color:white;
			color:#026789;
			font-family:monospace,fixed;
			font-size:11px;
			font-weight:bold;
		}
	
	
	#search_engine_content .bottom {
		color:#555;
		border:1px solid #f8d2a5;
		padding:5px;
	}
		#search_engine_content .search_pager {
			float:right;
		}
		#search_engine_content .search_pager a,
		#search_engine_content .search_pager span {
			color:#FFFFFF;
			display:block;
			float:left;
			width:13px;
			text-align:center;
			text-decoration:none;
			white-space:nowrap;
		}
		#search_engine_content .search_pager a:hover,
		#search_engine_content .search_pager .selected {
			font-weight:bolder;
			color:#FF9933;
		}


.extranet .center_me {
	text-align:center;
	font-size:10px;
}

#login_form ,
#forgot_password_form,
#modify_lost_password_form table {
	clear:both;
	display:block;
	padding:10px 0;
	border:1px solid #BCBBBB;
}
#login_form .form_field {
	padding-bottom:0;
	/*text-transform:uppercase;*/
}

#login_form .form_value {
	padding-top:0;
}

#login_form .form_value input {
	width:180px;
	border:1px solid #cccccc;
}

#profil_table {
	width:100%;
	font-size:13px;
	border-collapse:collapse;
	clear:left;
	margin-top:5px;
}
#profil_table td {
	padding:2px 5px;
	height:27px;
}
#profil_table .profil_edit {
	display:none;
}
#profil_table .profil_edit input {
	font-size:13px;
	padding:3px;
	width:200px;
}
#profil_table td.label {
	padding-right:15px;
}
#profil_table td.value {
	background:#eee;
}

table .impair_row {
	background-color:#eee;
}
#member_save_button {color:green;}
#saved_profile {display:none; color:green; font-size:13px;font-weight:bolder;text-align:center;}
#saved_profile b {background-color:green;padding:3px 10px;color:white;}


#form_subscription input.text_input {
	width:215px;
}
#form_modify_profile input.text_input {
	width:215px;
}
#form_login input.text_input {
	width:104px;
}
#form_forgot_password input.text_input {
	width:165px;
}
#form_modify_lost_password input.text_input {
	width:190px;
}
#modify_password_container input.text_input {
	width:200px;
}
#page_content a#modify_password_link {
	color:#5283c6;
}
.pw_added_table {
	border:1px solid #ddd;
}
.pw_added_table td {
	
}

#secured_page {
	table-layout:fixed;
	width:100%;
	border-collapse:collapse;
	margin-top:7px;
}

.page-content.secured .secured-title {
	border-top: 1px solid #ccc;
	color:#5e5e5e;
	font-weight:bolder;
	height:35px;
	padding-top:20px;
	padding-left:30px;
	background:url(/images/default/utility/secured.jpg) no-repeat left 10px;
}div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/images/default/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #7b0100;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
	background: #fff;
	overflow:auto;
}

div#fancy_div {
	background: #fff;
	color: #000;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/images/default/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/images/default/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/images/default/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/images/default/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/images/default/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/images/default/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/images/default/fancybox/fancy_title_right.png') repeat-x;
}