@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #FFFFFF url(site-body.jpg) repeat-y -20px 0px;
	font: normal normal normal 11px/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
	behavior: url("styles/csshover3.htc");
}

a {
	text-decoration: none;
}

hr {
	display: none;
}

/* Logo */

#logo {
	position: absolute;
	width: 900px;
	left: 50%;
	margin: 0 0 0 -445px;
	z-index: 1;
}

#logo h1{
	display: none;
}

#logo img a {
	position: absolute;
}

#logo img {
	position: absolute;
	right: 0px;
	top: 20px;
	border: none;
}

/* Site */

#site{
	position: relative;
	height: auto !important;
	min-height: 100%;
	height: 100%;
}

div.site {
	width: 900px;
	margin: 0px auto;
}

/* Bloc entête */

#header {
	position: relative;
	height: 29px;
	padding: 0px 0 0px 0;
	background: #b1b7ba;
}

#header div.site {
	padding: 2px 0px;
}

#header ul {
	list-style: none;
}

#header ul li {
	float: left;
	margin: 0 18px 0 0;
}

#header ul li a {
	display: block;
	padding: 6px 0 5px 28px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

#header ul.tools {
	
}

#header a.home {
	background: transparent url(tools-home.gif) no-repeat 5px 6px;
}

#header a.erebia {
	background: transparent url(tools-erebia.gif) no-repeat 0px 1px;
}

#header a.shop {
	background: transparent url(tools-shop.gif) no-repeat 0px 1px;
}

#header a.forum {
	background: transparent url(tools-forum.gif) no-repeat 0px 1px;
}

/* Bloc shop */

#shop {
	position: relative;
	/*left: 360px;
	padding: 0 0 0 32px;*/
	float: right;
	right: 170px;
	padding: 0 0 0 32px;
	background: transparent url(shop-cart.gif) no-repeat;
}

#shop h2, #shop a {
	float: left;
	height: 22px;
	padding: 2px 5px 0px 2px ;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 12px;
	font-style: italic;
}

#shop a {
	font-weight: bold;
	margin-left: 2px;
	color: #FFFFFF;
	display: block;
}

#shop h2 {
	color: #FFFFFF;
	background: #B7CCE1 url(shop-h2.gif) no-repeat right;
}

/* Bloc recherche */

#search{
	color: #FFFFFF;
	float: left;
	margin: 0 25px 0 5px;
	padding: 3px 0 0 0;
}

#search form * {
	float: left;
}

#search form .text {
	width: 62px;
	height: 16px;
	padding: 1px;
	background-color: #cfd3d5;
	border: solid 1px #c8cbcd;
	color: #595959;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	font-style: italic;
}

#search form .btsend {
	width: 19px;
	height: 16px;
	margin: 2px 0 0 5px;
	padding: 0 0 2px 0!important;
	background: transparent url(search-btsend.gif) no-repeat;
	border: none;
	color: #606060;
	font-size: 10px;
	cursor: pointer;
}

/* Bloc pied de page */

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 64px;
	padding: 7px 0px 0px 0px;
	background: #b1b7ba;
	clear:both;
}

#footer ul {
	list-style: none;
	margin: 0 auto;
}

#footer li {
	float: left;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 4px 2px 6px ;
	background: transparent url(footer-spacer.gif) no-repeat 0px 9px;
}

#footer li.first {
	background: none;
	font-size: 12px;
}

#footer li.last {
	font-size: 12px;
}

#footer table {
	width: auto;
	border-collapse:separate;
	border-spacing:1px 1px;
	/*border:2px;*/
	}

#footer table td {
	width:162px;
	height:40px;
	font-size: 11px;
	text-align:center;
	}

#footer a {
	color: #FFFFFF;
	font-size: 12px;
}

#footer img {
	border: none;
}

#footer img {
	border: none;
}

/* Centre */

#center {
	position: relative;
	overflow: auto;
	padding: 0 0 25px 0;
}

/* Colonne infos */

#infos {
	position: relative;
	width: 174px;
	float: right;
	right: 59px;
	margin: 128px -14px 0 0px;
	padding: 0 0 20px 0;
}

/* menu principal */

#mainmenu {
	list-style: none;
}

#mainmenu li {
	margin: 0 0 2px 0;
}

#mainmenu li a {
	display: block;
	height: 23px;
	padding: 13px 0 0 38px;
	color: #FFFFFF;
	font-weight: bold;
}

#mainmenu li a.home, #mainmenu li a.contact {
	background: #EDEAE5 url(mainmenu-home.gif) no-repeat;
	color: #BFBEBA;
}

#mainmenu li a.erebia {
	background: #CCCBC9 url(mainmenu-erebia.gif) no-repeat;
	/*text-transform: uppercase;*/
}

#mainmenu li a.shop {
	background: #D6C2CD url(mainmenu-shop.gif) no-repeat;
}

#mainmenu li a.materials {
	background: #B8C0C2 url(mainmenu-materials.gif) no-repeat;
}

#mainmenu li a.innovations {
	background: #C7C3B8 url(mainmenu-innovations.gif) no-repeat;
}

#mainmenu li a.advice {
	background: #A393AD url(mainmenu-advice.gif) no-repeat;
}

#mainmenu li a.forum {
	background: #BBBB95 url(mainmenu-forum.gif) no-repeat;
}

#mainmenu li a.recruit {
	background: #C0D7E5 url(mainmenu-recruit.gif) no-repeat;
}

/* Menu intérieur */

#mainmenu li ul {
	background: #d2d8d4 ;
	list-style: none;
	padding: 8px 0px 45px 0;
}

#mainmenu li li {
	margin: 0;
}

#mainmenu li li.last {
	border-bottom: solid 1px #FFFFFF;
}

#mainmenu li li a {
	height: 16px;
	padding: 2px 0 0 60px;
	border-top: solid 1px #FFFFFF;
	font-size: 11px;
	color: #a0a5a8;
	background: transparent url(doublearrow.gif) no-repeat 39px 6px;
}


/* Fil d'arianne */

#path {
	position: absolute;
	top:35px;
	list-style: none;
	left: 0px;
	margin: 8px 0 0 0 ;
}

#path li {
	float: left;
	margin: 0 8px 0 0 ;
}

#path li a {
	background: transparent url(arrow-gray.gif) no-repeat 0 3px;
	color: #b3b3b4;
	padding: 0 0 0 11px;
}

#path li a.active {
	background-image: url(arrow-blue.gif);
	color: #9fb2c1;
	font-weight: bold;
	/*cursor: default;*/
}

/* Bloc info */

#infos div.info {
	background-color: #c9c5c3;
	margin: 10px 0 0 0;
	padding: 4px;
	color: #FFFFFF;
}

#infos div.info h2 {
	background: transparent url(info-h2.gif) no-repeat -2px 0px;
	margin: 0 0 1px 0;
	padding: 0 0 1px 23px;
	font-size: 11px;
}

#infos div.info p {
	margin: 0 0 5px 0;
}

#infos div.info em {
	font-weight: bold;
}

#infos form {
	/*margin: 5px 0 0 0;*/
}

#infos form label {
	display: none;
}

#infos form .btsend {
	/*display: none;*/
	width: 19px;
	height: 16px;
	margin: 2px 0 0 5px;
	padding: 0 0 3px 0!important;
	background: transparent url(search-btsend.gif) no-repeat;
	border: none;
	color: #606060;
	font-size: 9px;
	cursor: pointer;
}

#infos form .text {
	width: 128px;
	height: 16px;
	padding: 2px;
	background: #dedcda;
	border: solid 1px #bfbebd;
	color: #595959;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

/* Contenu */

#content {
	width: 640px;
	min-height: 640px;
	margin: 10px 0 0 0;
}

#content div.bloc {
	position: relative;
	width: 180px;
	height: 250px;
	float: left;
	margin: 0 15px 10px 0;
	padding: 6px 7px;
	background: transparent none no-repeat;
	color: #535E60;
}

#content div.bloc h3, #content div.bloc p em {
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#content div.bloc img {
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}

#content div.bloc h3 {
	position: absolute;
	width: 169px;
	height: 20px;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-align: center;
	font-size: 20px;
	bottom: 16px;
	line-height:0.8em;
	z-index: 1;
}

#content div.bloc a {
	color: #949DA3;
}

#content div.bloc p {
	text-align: center;
	line-height: 1.4em;
	z-index: 1;
}

#content div.bloc p em {
	/*color:#919BA1;
	font-weight: bold;
	font-size: 14px;*/
	color:#502c67;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
}

#content div.bloc.erebia {
	background-image: url(bloc-erebia.gif);
}

#content div.bloc.engage {
	background-image: url(bloc-engage.gif);
}

#content div.bloc.shop {
	background-image: url(bloc-shop.gif);
}

#content div.bloc.materials {
	background-image: url(bloc-materials.gif);
}

#content div.bloc.innovations {
	background-image: url(bloc-innovations.gif);
}

#content div.bloc.differences {
	/*background-image: url(bloc-differences.gif);*/
}

#content div.bloc.differences h3 {
	position: relative;
	top:218px;
}

#content div.bloc.differences p {
	position: relative;
	top:-10px;
}

#content div.bloc2 {
	position: relative;
	width: 395px;
	height: 250px;
	float: left;
	margin: 0 15px 10px 0;
	padding: 6px 7px;
	background: transparent none no-repeat;
	color: #535E60;
}

#content div.bloc2 img {
	border: none;
}

#content div.bloc2.shop2 {
	background-image: url(promo_grandFroid3.jpg);
}

#content table.promotion {
	width:606px;
	height:261px;
	border-collapse:collapse;
	border-width:0px; 
	border-spacing:0px;
	border:0px;
	line-height:0em;
	}


/* Article */

div.article {
	position: relative;
	background: #ebf1f3 none no-repeat;/*dfe4e5*/
	color: #4D4D4D;
	border: solid 1px #cfd3d5;
/*	padding: 35px 0px 12px 0px;
	width: 598px;*/
	padding: 35px 12px 12px 218px;
	/*overflow: hidden;*/

}

div.article.material {
	background-image: url(back-materials.jpg);
	background-position: 0px 0px;
	height: auto !important;
	height: 532px;
	min-height: 532px;
}

div.article h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 22px;
	/*color: #938C95;*/
	color: #4D4D4D;
	margin: 0 0 35px 0;
}

div.article a {
	color: #9FA0A3;
	font-weight: bold;
	text-decoration : none;
}

div.article a:hover {
	text-decoration : underline;
	}

div.article p {
	margin: 0 0 10px 0;
	text-align: justify;
}

/* Bloc info dans article */


div.article div.infos {
	position: relative;
	left: -218px;
	margin: 10px 0 0 0;
}

/*div.article div.infos {
	position: absolute;
	bottom: 10px !important;
	bottom: 0px;
	margin: 25px 0 0 0;
}*/

div.article div.infos hr {
	visibility: hidden;
	height: 0px;
	width: 0px;
	clear: both;
}

div.article div.infos h4 {
	/*background: #cfd3d5 url(doublearrow.gif) no-repeat 5px 7px ;*/
	padding: 3px 0 5px 25px;
	margin: 10px 0px ;
	font-weight: normal;
}

div.article div.infos ul {
	list-style: none;
}

div.article div.infos ul li {
	background: #C7CBCC url(arrow.gif) no-repeat 5px 7px ;
	border: solid 1px #d4d7d9;
	width:185px;
	/*height:128px;*/
	position: relative;
	padding: 5px;
}

div.article div.infos ul li.last {
	margin: 0;
}


div.article div.infos ul.links {
	height: auto !important;
	/*height: 532px;
	min-height: 532px;*/	
	}

/*div.article div.infos ul.links a.title {
	display: block;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #a4a2a7;
	margin: 0 0 6px 0px;
	padding: 0 0 0 6px;
}*/

div.article div.infos ul.links a.title {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #4D4D4D;
	padding: 0 0 0 22px;
}


div.article div.infos ul.links a img {
	display: block;
	border:1px;
	/*background: #938C95;
	border: solid 1px #d4d7d9;*/
	padding: 6px;
	/*overflow: hidden;*/
}

div.zonetxtInfos {
	margin: 0 0 4px 0;
	text-align: justify;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}


/* Outils articles */

div.article ul.tools {
	position: absolute;
	top: -1px;
	right: 12px;
	list-style: none;
}

div.article ul.tools li {
	float: left;
	width: 31px;
	height: 20px;
	margin: 0 0 0 3px;
}

div.article ul.tools li a {
	display: block;
	width: 31px;
	height: 20px;
	background: transparent none no-repeat;
	text-indent: -5000px;
}

div.article ul.tools li.print a {
	background-image: url(article-tools-print.gif);
}

div.article ul.tools li.mail a {
	background-image: url(article-tools-mail.gif);
}

div.article ul.tools li.bookmark a {
	background-image: url(article-tools-bookmark.gif);
}

/* Produits */

#content .moments {
	overflow: hidden;
}

#content .moments .bloc {
	width: 164px;
	height: 438px;
	border: solid 1px #bab2b9 ;
	margin-right: 18px;
	margin-bottom: 15px;
}

#content .moments .bloc:hover h3 a {
	color: #b59aa9;
}

#content .moments .bloc p {
	margin-right: 15px;
	position: absolute;
	bottom: 110px;
	color: #676b72;
	line-height: 1.2em;
	visibility: hidden;
}

#content .moments .bloc:hover p {
	visibility: visible;
}

#content .moments .bloc img.over {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	z-index: 1;
}

#content .moments .bloc:hover img.over {
	visibility: hidden;
}

#content .accessories {
	position: relative;
	width: 400px;
	height: 80px;
	background: #eeeced url(shop-accessories.gif) no-repeat 5px 12px;
	border: solid 1px #bab2b9;
	color: #B0B1B3;
	overflow: auto;
	padding: 13px 0 0 180px;
}

#content .accessories:hover {
	background: #eeeced url(shop-accessories-over.gif) no-repeat 5px 12px;
}

#content .accessories h3{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 19px;
	position: absolute;
	top: 35px;
	left: 30px;
	height: 20px;
}

#content .accessories h3 a {
	color: #B0B1B3;
} 

#content .accessories:hover h3 a {
	color: #b59aa9;
}

#content .accessories p {
	position: absolute;
	width: 390px;
	left: 180px;
	top: 30px;
	color: #676B72;
	line-height: 1.2em;
	font-size: 11px;
}

#content .accessories img {
	float: left;
	margin-right: 10px;
	padding: 5px;
	background: #FFFFFF;
	border: solid 1px #e0dfe0;
}

#content .accessories:hover img {
	visibility: hidden;
}

#content .accessories p {
	visibility: hidden;
}

#content .accessories:hover p {
	visibility: visible;
}

#content .conditions {
	color: #A3A4A8;
	font-size: 11px;
	font-style: italic;
}
