/* Main
-------------------------------------------------------------- */
#main{
	width: 714px;
	margin: 0 auto;
}

/* Header */
#header ul{
	border-bottom: 1px solid #bdcedd;
	height: 34px;
}
#header li{
	display: inline;
}
#header li a,
#header li.last span{
	float: left;
	width: 141px;
	padding: 10px 0;
	text-align: center;
	border-left: 1px solid #bdcedd;
	background: #FFF;
}
#header li a.current,
#header li a:hover{
	background: transparent	url(../img/sprite.png) repeat-x left -116px;
}
#header li.first a{
	width: 144px;
	border: 0;
	background: transparent	url(../img/sprite.png) no-repeat left top;
}
#header li.first a.current,
#header li.first a:hover{
	background: transparent	url(../img/sprite.png) no-repeat left -58px;
}
#header li.bioceramique a{
	background: #FFF url(../img/sprite.png) no-repeat left -216px;
	text-indent: -999em;
}
#header li.bioceramique a.current,
#header li.bioceramique a:hover{
	background: transparent	url(../img/sprite.png) no-repeat right -216px;
}
#header li.last a{
	width: 143px;
	background: transparent	url(../img/sprite.png) no-repeat right top;
}
#header li.last a.current,
#header li.last a:hover{
	background: transparent	url(../img/sprite.png) no-repeat right -58px;
}
#header li.last span{
	width: 143px;
	background: transparent	url(../img/sprite.png) no-repeat right top;
}

/* Main-content */
#main-content{
	width: 654px;
	padding: 30px 30px 0;
	background: #FFF url(../img/bg-main-content.png) bottom left repeat-x;
}

/* Content */
#content{
	min-height: 300px; -height: 300px;
}

/* node */
.node:first-child{ border: 0; margin: 0; padding: 0; }
.node{
	overflow: hidden;
	padding-top: 20px; margin-top: 30px;
	border-top: 1px solid #CCC;
}


/* Home
-------------------------------------------------------------- */
#home #main{ position: relative; }
#home #content ul{ clear: both; padding-top: 20px; }
#home #content li{
	display: inline;
}
#home #content li a{
	float: left;
	width: 133px; height: 29px;
	padding: 62px 0 0 16px; margin-right: 10px;
	font-size: 1.20em; color: #FFF;
	background-image: url(../img/sprite.png);
	background-position: 0 -288px;
}
#home #content li.matelas a{
	background-position: 0 -288px;
}
#home #content li.sommier a{
	background-position: -161px -288px;
}
#home #content li.chambres a{
	background-position: -324px -288px;
}
#home .coureur{
	display: block;
	width: 244px; height: 341px;
	position: absolute; right: -50px; bottom: -62px;
	background: url(../img/coureur.png) no-repeat 0 0;
}
* html #home .coureur{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/coureur.png", sizingMethod="crop");
	background-image:none;
}

/* Evenement
-------------------------------------------------------------- */
#evenement h2{
	border-top:1px solid #CCCCCC;
	margin-top:30px; padding-top:20px;
	clear: both;
}
#evenement .node h2{
	margin-top: 0; padding-top: 0;
	border: 0;
	clear: none;
}
#evenement div.fl,
#evenement div.fr{
	width: 313px;
	margin: 0 0 30px; padding: 0;
	border: 0;
}
#evenement .fl img,
#evenement .fr img{ margin: 20px 0; }
#evenement .parrainage{ height: 28px; overflow: hidden; }

/* Revendeur
-------------------------------------------------------------- */
#revendeur img.fl{ margin-top: 40px; }
#magasins{
	width:220px; height:250px;
	overflow-x:hidden; overflow-y:auto;
	padding: 0 10px 10px;
	background:#FFF;
	border:1px solid #b6c3ce;
	
}
#magasins div{ display: none; }
#magasins #Alsace{ display: block; }
/* #revendeur iframe{
	overflow-x:hidden;
	border:1px solid #b6c3ce;
} */
#magasins h3{
	font-size: 1.00em; font-weight: bold; text-transform: uppercase;
	margin: 1em 0 -10px;
}
#magasins h4{
	font-size: 1.00em; font-weight: bold;
	padding: 10px 0 0 13px; margin: 0;
}
#magasins p{ margin: 0 15px 0 25px; }

/* Resultats
-------------------------------------------------------------- */
#resultats .btn{
	float: left;
	width: 240px;
	margin: 10px 0 20px;
	text-align: center;
}
#resultats .btn img{
	background-image: url(../img/sprite.png);
	background-position: 0 -399px;
}
#resultats #content li a{ text-decoration: underline; }


/* Footer
-------------------------------------------------------------- */
#footer{ clear: both; }
#footer ul{ padding: 50px 0 10px 0; }
#footer li{ display: inline; }
#footer a{ color: #FFF; padding: 0 5px 0 7px; border-left: 1px solid #FFF; }
#footer .first a{ padding: 0 5px 0 0; border-left: 0; }
