<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@charset "utf-8";
 CSS Document */


 
	.sidecontentbox{
	color: #FF3300;
	background-color:#F7F7F7;
	border-bottom:solid 1px #FFF;
	left:3px;
	width:100%;
	height:50px;
	position:fixed !important;
	top:0px;
	z-index:1000;
	text-decoration:none;  
	}
	.icon_cart{
	margin-top:5px;
	margin-left:5px;
	background:url(../images/panier-petit.png) 3% 0% no-repeat;
	height: 65px;
	padding: 0px 10px 0px 53px;
	z-index:1000;
	width:240px;
	font-family: Geneva, sans-serif;
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	
	
	}
	.boldAlert{
	font-weight: bold;
	color: #990000;
	font-size: 14px;
	width:200px;
	text-decoration:none;
	
	}
	.centered{ 
	text-align:left;
	font-family: Geneva, sans-serif;
	font-size:12px;
	font-weight:600;
	width:200px;
	margin-left:57px;
	margin-top:-60px;
	text-decoration:none;
	}
	
	/*.menu-haut {
	font-family: Geneva, sans-serif;
	font-size:12px;
	font-weight:600;	
	text-decoration:none;
	float:right;
	color:#555;
	margin-top:10px;
	margin-left:75%;
	position:fixed !important;
	padding:7px;
	z-index:1000;
	
	}*/
	
	.Addto_cart_button,.Addto_checkout_button,table#cart_actions .begin_checkout{
	background: none repeat scroll 0 0 #DD4A38;
	border: 1px solid #DD4A38;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 5px rgba(1, 1, 1, 0.3);
	color: #FFFFFF;
	cursor: pointer;
	padding: 4px;
	}
	
	a.Addto_cart_button:link {
	text-decoration: none;
	color: #ff00ff;
	}
	
          </pre></body></html>