* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	background-image: url(../images/bg_page.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
}
#global {
	position: relative;
	min-height: 100%;
	left: 50%;
	margin: 0 0 0 -480px;
	width: 960px;
}
* html #global {
	margin-right: 0;
	height: 100%;
}
a:link {
	color: #00c;
}
a:visited {
	color: #339;
}
a:hover {
	color: #900;
}
a img {
	border: 0 none;
}
a img.b {
	border: 2px solid #cba;
}
#header {
	height: 88px;
}
#header * {
	text-indent: -9999px;
	overflow: hidden;
}
#header h1 {
	float: left;
	width: 243px;
	height: 88px;
}
#header h1 a {
	display: block;
	width: 243px;
	height: 88px;
	text-indent: -9999px;
	overflow: hidden;
}
#header div {
	padding-left: 485px;
	height: 25px;
}
#header div a:link, #header div a:visited {
	display: block;
	width: 70px;
	height: 25px;
	background-image: url(../images/bg_help.png);
	background-repeat: no-repeat;
}
#header div a:hover {
	background-position: 0 -26px;
}
#header ul {
	height: 36px;
}
#header li {
	list-style: none;
	display: inline;
}
#header li a {
	display: block;
	float: left;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/bg_menu_top.png);
	background-repeat: no-repeat;
}
#header li a#cat1 {
	width: 79px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header li a#cat1:hover {
	background-position: 0px -2px;
}
#header li a#cat1.active {
	background-position: 0px -38px;
}
#header li a#cat2 {
	width: 75px;
	background-position: -79px 0px;
}
#header li a#cat2:hover {
	background-position: -79px -2px;
}
#header li a#cat2.active {
	background-position: -79px -38px;
}
#header li a#cat3 {
	width: 76px;
	background-position: -155px 0px;
}
#header li a#cat3:hover {
	background-position: -155px -2px;
}
#header li a#cat3.active {
	background-position: -155px -38px;
}
#header li a#cat4 {
	width: 71px;
	background-position: -231px 0px;
}
#header li a#cat4:hover {
	background-position: -231px -2px;
}
#header li a#cat4.active {
	background-position: -231px -38px;
}
#header li a#cat5 {
	width: 78px;
	background-position: -303px 0px;
}
#header li a#cat5:hover {
	background-position: -303px -2px;
}
#header li a#cat5.active {
	background-position: -303px -38px;
}
#header li a#cat6 {
	width: 90px;
	background-position: -381px 0px;
}
#header li a#cat6:hover {
	background-position: -381px -2px;
}
#header li a#cat6.active {
	background-position: -381px -38px;
}
#header li a#catn {
	width: 85px;
	background-position: -472px 0px;
}
#header li a#catn:hover {
	background-position: -472px -2px;
}
#header li a#catn.active {
	background-position: -472px -38px;
}
#lnav {
	position: absolute;
	top: 89px;
	left: 50%;
	margin-left: -480px;
	width: 161px;
	z-index: 20;
}
#lnav ol {
	list-style: none;
}
#user {
	height: 155px;
	background-image: url(../images/bg_user.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden;
}
#user.on {
	background-position: -161px 0;
	font-size: 12px;
}
#user.on ul a:link, #user.on ul a:visited {
	color: #4e350f;
	text-decoration: none;
}
#user.on ul a:hover {
	color: #000;
}

#user ul {
	padding: 15px 15px 0 18px;
	height: 70px;
	list-style: none;
}
#user ul.sub {
	padding-top: 28px;
}
#user ul li {
	line-height: 12px;
	padding-bottom: 4px;
}
#user ul li label {
	font-size: 11px;
	display: block;
	font-weight: bold;
	color: #000;
}
#user ul li input {
	width: 120px;
	height: 14px;
	font-size: 11px;
	border: 1px solid #333;
	background-color: #fff;
}
#user button {
	position: absolute;
	top: 84px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 35px;
	line-height: 12px;
	width: 120px;
	height: 20px;
	margin: 0 0 0 20px;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
#user ol {
	position: absolute;
	top: 106px;
	padding: 0 0 0 15px;
}
#user ol li {
	line-height: 12px;
	padding-bottom: 4px;
}
#user ol a:link, #user ol a:visited {
	font-size: 10px;
	font-weight: bold;
	color: #4e350f;
	text-decoration: none;
}
#user ol a:hover {
	color: #000;
}
#search {
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -150px;
	width: 600px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#search li {
	float: left;
	list-style: none;
	padding-top: 6px;
}
#search input {
	width: 120px;
	height: 16px;
	border: 0 none;	
}
#search button {
	margin-top: -6px;
	margin-right: 20px;
	width: 32px;
	height: 27px;
	border: 0 none;
	cursor: pointer;
	background-color: transparent;
}
#search a:link, #search a:visited {
	margin-top: 2px;
	color: #ddf;
	text-decoration: none;
}
#search a:hover {
	text-decoration: underline;
}
#shopping {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 320px;
	width: 160px;
	height: 61px;
}
#shopping a:link, #shopping a:visited {
	display: block;
	padding: 11px 0 0 80px;
	height: 50px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image: url(../images/bg_panier.png);
}
#shopping a:hover, #shopping a.active {
	background-position: 0 -62px;
}
#shopping strong {
	display: block;
	color: #600;
}
#llnk a {
	width: 161px;
	height: 29px;
	display: block;
	background-image: url(../images/bg_menu_left.jpg);
	text-indent: -9999px;
	overflow: hidden;
}
#llnk a#lnk1 {
	height: 44px;
	background-position: 0 0;
}
#llnk a#lnk1:hover {
	background-position: -161px 0;
}
#llnk a#lnk1.active {
	background-position: -322px 0;
}
#llnk a#lnk2 {
	background-position: 0 -44px;
}
#llnk a#lnk2:hover {
	background-position: -161px -44px;
}
#llnk a#lnk2.active {
	background-position: -322px -44px;
}
#llnk a#lnk3 {
	background-position: 0 -73px;
}
#llnk a#lnk3:hover {
	background-position: -161px -73px;
}
#llnk a#lnk3.active {
	background-position: -322px -73px;
}
#llnk a#lnk4 {
	background-position: 0 -102px;
}
#llnk a#lnk4:hover {
	background-position: -161px -102px;
}
#llnk a#lnk4.active {
	background-position: -322px -102px;
}
#llnk a#lnk5 {
	background-position: 0 -131px;
}
#llnk a#lnk5:hover {
	background-position: -161px -131px;
}
#llnk a#lnk5.active {
	background-position: -322px -131px;
}
#llnk a#lnk6 {
	height: 43px;
	background-position: 0 -160px;
}
#llnk a#lnk6:hover {
	height: 43px;
	background-position: -161px -160px;
}
#llnk a#lnk6.active {
	height: 43px;
	background-position: -322px -160px;
}
#lhlp li {
	display: inline;
}
#lhlp a:link, #lhlp a:visited, #lhlp a:hover, #lhlp a:active {
	display: block;
	float: left;
	height: 93px;
	background-image: url(../images/bg_menu_info.jpg);
	text-indent: -9999px;
	overflow: hidden;
}
#lhlp a#hlp1:link, #lhlp a#hlp1:visited {
	width: 80px;
	background-position: 0 0;
}
#lhlp a#hlp1:hover {
	background-position: -160px;
}
#lhlp a#hlp2:link, #lhlp a#hlp2:visited {
	width: 80px;
	background-position: -80px 0;
}
#lhlp a#hlp2:hover {
	background-position: -240px;
}
#content {
	color: #630;
	font-size: 12px;
	margin-left: 170px;
	padding: 0 0 110px 0;
	min-height: 420px;
	z-index: 1;
}
#content.twocols {
	margin-right: 225px;
}
#annonces, #blog {
	float: right;
	width: 220px;
	font-size: 1em;
	min-height: 420px;
}
#blog {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background: url(../images/bg_annonces.png) repeat;
	behavior: url(js/iepngfix.htc);
}
#annonces img {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#blog h4 {
	color: #5b1600;
	padding: 6px 2px 2px 6px;
	clear: left;
}
#blog table {
}
#blog table tr {
	vertical-align: top;
}
#blog table th {
	font-weight: normal;
}
#blog .blog_date {
	display: block;
	color: #5b1600;
	border: 1px solid #5b1600;
	background-color: #f7f5e8;
	padding: 1px;
	margin: 0 4px 4px 0;
	width: 30px;
}
#blog .blog_day {
	display: block;
	width: 32px;
	text-align: center;
}
#blog .blog_month {
	display: block;
	width: 30px;
	font-size: .84em;
	text-align: center;
	background-color: #d6ba8a;
}
#blog table td {
	padding: 1px;
	margin: 0 0 4px 0;
}
#blog .blog_list a {
	color: #5b1600;
	text-decoration: none;
}
#blog .blog_list small {
	color: #601b00;
}
#here {
	color: #630;
	background-color: #fec;
	padding: 5px;
	border: 1px solid #c96;
	border-top: 0 none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}
#here a {
	color: #036;
	text-decoration: none;
}
#here a:hover {
	text-decoration: underline;
}
#here strong {
	font-weight: bold;
}
#content h1 {
	font-family: Georgia, Palatino, "Times new roman", serif;
	font-size: 1.6em;
	color: #119;
	margin: 1.5em 0 .9em 0;
}
#content h1 a {
	color: #119;
}
#content h1 small {
	font-weight: normal;
}
#content h2 {
	font-family: Georgia, Palatino, "Times new roman", serif;
	color: #321;
	font-size: 1.4em;
	margin: 1.2em 0 .6em 0;
}
#content h3 {
	font-family: Georgia, Palatino, "Times new roman", serif;
	font-size: 1.2em;
	margin: 1em 0 .4em 0;
}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: .5em 0 .4em .5em;
}
#content p {
	margin: .3em 0 .3em 0;
}
#content li {
	margin: .2em 0 .2em 20px;
}
#footgfx {
	position: relative;
	margin-top: -81px;
	height: 81px;
	background-image: url(../images/bg_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 10;
}
#footer {
	position: relative;
	margin-top: -75px;
	left: 50%;
	margin-left: -479px;
	width: 960px;
	z-index: 20;
}
#footer p {
	text-align: center;
	font-size: 10px;
	margin-bottom: 5px;
}
p#flnk {
	font-size: 11px;
	color: #fff;
}
p#flnk a:link, p#flnk a:visited {
	color: #fff;
	text-decoration: none;
}
p#fcopy {
	color: #9cf;
}
p#fcopy a {
	color: #9cf;
	text-decoration: none;
}
p#flnk a:hover, p#fcopy a:hover {
	text-decoration: underline;
}
p#fhlp {
	padding-top: 10px;
	font-size: 11px;
	z-index: 20;
}
p#fhlp a:link, p#fhlp a:visited {
	padding-left: 10px;
	padding-right: 10px;
	color: #006;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
p#fhlp a:hover {
	color: #fff;
}
div.col0 {
	clear: both;
}
div.col0 hr {
	border: 0 none;
}
div.col1 {
	float: left;
	width: 60%;
}
div.col2 {
	margin-left: 62%;
}
hr.clean {
	clear: left;
	border: 0 none;
	visibility: hidden;
}
/* home buttons */
#content p.home {
	margin-top: 20px;
	height: 40px;
}
#content p.home a {
	display: block;
	float: left;
	width: 150px;
	height: 39px;
	text-indent: -9999px;
}
#content p.home a.news {
	background-image: url(../images/b_nouveautes.png);
	margin: 0 10px 0 110px;
}
#content p.home a.promos {
	background-image: url(../images/b_promos.png);
}
/* ajax popup */
#cmsover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 98;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.cmsload {
	background-image: url('/images/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
}
#cmspop {
	position: fixed;
	top: 180px;
	left: 50%;
	margin-left: -210px;
	padding: 5px;
	width: 400px;
	z-index: 99;
	background-color: #fff;
	border: 5px solid #999;
}