.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow:hidden;
}

.clearfix{display: inline;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



html {
	overflow-y: scroll;
	font-size: 100%;
}

body{
	position: relative;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6D6D6D; /* couleur par dï¿½faut des polices */

	background: url(../images/bg_page.jpg) left top repeat-x #FFFFF3;
	font-size: 0.85em;
}

section,
nav,
header,
article,
hgroup{
	display: block;
}

a{
	color: #6D6D6D;
	text-decoration: underline;
}

*{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

@font-face {
	font-family: "HelveticaNeue";
	src: url(helvetica-neue-light.eot); /* IE */
	src: local("HelveticaNeue"), url(helvetica-neue-light.ttf) format("truetype"); /* non-IE */
}

img{
	border: none;
}


/* titre toutes pages */
h1{
	/*font-family: HelveticaNeue;*/
	font-weight: normal;
	font-size: 22px;
	margin: 0px 0px 8px 0px;
}

#page-text{
	float: left;
	width: 720px;
	clear: both;
	margin: 0px 0px 20px 10px;
}

#page-text p{
	margin: 0px 0px 10px 0px;
}

#page-text ul{
	list-style: square !important;
	padding: 0px 0px 0px 20px;
}

#page-text li{
	list-style: disc !important;
}

#page-text a{
	text-decoration: underline;
}

#page-text a:hover{
	color: #FEB300;
}

#page-menu{
	float: left;
	clear: both;
	margin: 0px 15px 15px 10px;
}

#page-menu strong{
	float: left;
	clear: both;
	margin: 0px 0px 5px 0px;
}

#page-menu ul{
	clear: both;
}

#page-menu li{
	float: left;
	margin: 0px 4px 0px 0px;
}

#page-menu a{
	padding: 2px 2px 2px 2px;
	border: 1px solid #FFF;
}

#page-menu .en-cours,
#page-menu a:hover{
	border: 1px solid #FEB300;
}


.errors{
	margin: 0px 0px 20px 0px;
}

.errors p{
	margin: 0px 0px 5px 0px;
	color: #F00;
}

/* ------------------------------------------------------------------------------ texte */
#text{
	margin: 0px 0px 20px 10px;
}

#text h2,
#text h3{

}

#text h2{
	font-size: 15px;
	margin: 8px 0px 2px 0px;
}

#text h3{
	font-size: 12px;
	margin: 8px 0px 2px 0px;
}


#text p{
	margin-bottom: 0.5em;
}

#text ul{
	padding: 0px 0px 0px 20px;
	margin: 0.1em 0 1em 0;
}

#text ul li{
	list-style-type: disc !important;
}



#main-container{
	position: relative;
	margin: 0px auto 15px auto;
	width: 770px;
	background-color: #FFF;
}

#header{
	height: 100px;
	background: url(../images/header2.jpg) center bottom no-repeat;
	border-bottom: 6px solid #FEB100;
}

#header #lien-logo{
	float: left;
	width: 147px;
	margin: 10px 0px 0px 10px;
	text-decoration: none;
	font-size: 0.9em;
	color: #FEB300;
	text-align: right;
	line-height: 1em;
}

#header #frm-partners{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/* width: 42%; la bonne largeur */
	width: 42%;
	position: relative;
	top: 69px;
	background: url(../images/bg_frm_partners.png) right top no-repeat;
}

#header #frm-partners div.left{
	float: left;
	width: 25px;
	height: 31px;
	background: url(../images/bg_frm_partners.png) left top no-repeat;
}

#header #frm-partners p{
	float: left;
	margin-top: 10px;
	margin-left: -7px;
}

#header #frm-partners label{
	float: left;
	color: #FFF;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 0.9em;
}

#header #frm-partners select{
	float: left;
	margin: 0px 0px 0px 4px;
	width: 135px;
	height: 19px;
	font-size: 0.94em;
}

#header #frm-partners fieldset{
	display: none;
}

#header #header-right{
	float: right;
	margin: 10px 10px 0px 0px;
	width: 28%;
	text-align: right;
}

#header #header-right #retour-abikid{
	float: right;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	background: url(../images/sprite.png) left top no-repeat;
}

#header #header-right #decouverte{
	float: left;
	/*letter-spacing: -1px;*/
}

#header #header-right #decouverte strong{
	display: block;
	color: #222222;
}
/* -------------------------------------------------------------------------- #main-nav */
#navigation-principale{
	position: absolute;
	top: 103px;
	z-index: 3;
	width: 770px;

	height: 24px; /* si non specifie, ne fonctionne pas sous IE6 */
	padding-top: 0px;
	border-top: 1px solid #FEB300; /* si non specifie, ne fonctionne pas sous IE6 */
	border-bottom: 3px solid #FEB300;
	background-color: #FFF;

}

#navigation-principale a{
	font-size: 0.95em;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

/*#navigation-principale a:hover,
#navigation-principale li a:hover{
	color: #FFF;
}*/

#navigation-principale dl{
	float: left;
	position: relative;
	margin: 1px 0px 0px 0px;
}

#navigation-principale dt{
	float: left;
	margin: 0px 1px 0px 1px;
}

#navigation-principale dt a{
	display: inline;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0px 11px 0px 11px;
}

#navigation-principale dt a.hover{
	/*height: 25px;
	line-height: 25px;*/
	margin: 0px -4px 0px -9px;
	padding: 0px 15px 0px 20px;
	color: #927D68;
	cursor: pointer;
	background: #DDD4CB url(../images/menu_encours_bg.jpg) no-repeat center left !important;
}

#navigation-principale dl.en-cours dt a,
#navigation-principale dl.en-cours dd ul li.en-cours a{
	color: #FFF;
	background-color: #FEB300;
}

#navigation-principale dd{
	position: absolute;
	top: 22px;
	left: -8px;
	display: none;
	padding: 0px 0px 0px 0px;
}

#navigation-principale dl.en-cours dd{
	display: block;
}

#navigation-principale ul{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	list-style: none;
	background-color: #FFF;
	width: 150px;
	border: 1px solid #DDD4CB;

}

#navigation-principale ul li{
	list-style: disc;
	padding: 0px 0px 0px 0px;
}

#navigation-principale ul li a{
	display: block;
	padding: 2px 5px 2px 5px; /* permet que la surface des liens empêche un mouseout intempestif */
	white-space: nowrap;
	font-weight: normal;
	color: #927D68;
}

#navigation-principale ul li a:hover{
	color: #000;
}



/* ---------------------------------------------------------------------- fin #main-nav */
#page-content-container{
	background-color: #FFF;
	overflow: hidden;
}

#page-content-wrapper{
	margin: 28px 0px 0px 0px;
	padding: 15px 10px 15px 10px;
}

#page-content{
	position: relative;
	float: left;
	width: 100%;
}

/* contenu de page */
#page-body{
	overflow: hidden;
}

#v-spacer{
	float: left;
	height: 450px;
	margin-left: 0px;
}

/* --------------------------------------------------------------------------------- bot-nav */
#bot-nav{
	float: left;
	width: 100%;
	clear: both;
	padding: 2px 0px 4px 0px;
	background-color: #FDB000;
}

#bot-nav ul{
	float: left;
	margin: 0px 0px 0px 0px;
}

#bot-nav li{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
}

/* ------------------------------------------------------------------------------- home */
#main-left-nav{
	float: left;
	height: 500px;
}

#main-left-nav li{
	float: left;
	clear: left;
	width: 163px;
	height: 90px;
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 0px 12px;
	overflow: hidden;
	background: #FFF url(../images/main_left_nav_block_bg.jpg) no-repeat top left;
	color: #000;
}

#main-left-nav li a{
	color: #000;
}

#main-left-nav li p label{
	float: left;
	width: 160px;
	height: 0.9em;
	line-height: 0.8em;
	margin: 0px 0px 6px 0px;
	overflow: hidden;
	font-weight: bold;
	font-size: 1.2em;
}

#main-left-nav li p select{
	width: 160px;
	margin: 0px 0px 5px 0px;
}

#main-left-nav li p.left-nav-links{
	width: 160px;
	height: 30px;
	overflow: hidden;
}

#home-content-wrapper{
	margin: 0px 0px 0px 220px;
}

#home-content{
	float: left;
	width: 100%;
}

#home-top-block{
	float: right;
	height: 250px;
	width: 525px;
	overflow: hidden;
	margin: 0px 0px 19px 0px;
}

#home-partners-block{
	width: 270px;
	float: left;
}

#home-partners-block a{
	display: block;
	height: 50px;
	line-height: 50px;
	background-image: url(../images/home_partners_block_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	text-indent: 50px;
	font-family: HelveticaNeue;
	font-size: 1.5em;
	text-decoration: none;
	border-bottom: 1px solid #D6D6D6;
}

#home-partners-block a.current,
#home-partners-block a:hover{
	background-position: 0px 0px;
	border-bottom: 1px solid #FCB50D;
}

#home-content #partner-focus{
	float: right;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

#home-content #partner-focus img{
	width: 250px;
}

#home-content #partner-focus *{
	border: none;
}

#home-content h3{
	font-family: HelveticaNeue;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px 0px 8px 0px;
}

#home-content #banners-block{
	clear: both;
	float: left;
	width: 100%;
	margin: 0px 0px 16px 0px;
}

#home-content #banners-block #fd{
	float: right;
	width: 19px;
	height: 76px;
	background: url(../images/hp_partenaire_fleches.jpg) right top no-repeat;
}

#home-content #banners-block #fg{
	float: left;
	width: 19px;
	height: 76px;
	background: url(../images/hp_partenaire_fleches.jpg) left top no-repeat;
}

#home-content #banners-block ul{
	float: left;
	width: 460px;
	position: relative;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;

}

#home-content #banners-block ul li{
	position: absolute;
	top: 8px;
	left: 0px;
	width: 100%;
	height: 76px;
	text-align: center;
}

#home-content #banners-block ul li img{
	width: 460px;
}

#home-content #home-products{
	clear: both;
}

.hp-pl-wrapper{
	float: left;
	width: 518px;
	margin: 0px 0px 0px 10px;
	padding: 20px 0px 0px 0px;
	border: 1px solid #D4C8BC;
}

/*#home-content #home-products .products-list li{
	margin: 0px 34px 0px 0px;
}*/

.hp-pl-wrapper .amp-list{
	width: 110%;
}

.hp-pl-wrapper .amp-list-p{
	margin-left: 35px !important;
}

/* ------------------------------------------------------------------ page cat?gorie AM */



/* ---------------------------------------------------------------------------------  */
#page-content #redir-block{
	width: 100%;
	height: 500px;
	background-color: #FFF;
	text-align: center;
	color: #525053;
}

#page-content #redir-block #logo-abikid{
	margin: 0px 0px 20px 0px;
}

#page-content #redir-block #merci{
	margin: 0px 0px 20px 0px;
	font-size: 1.8em;
	color: #525051;
}

#page-content #redir-block #partner-name{
	font-size: 1.5em;
	color: #525051;
}

#page-content #redir-block #redir-logo{
	margin: 20px 0px 50px 0px;
}

/* ---------------------------------------------------------------------- catégories AM */
#amc-content{
	margin: 0px 0px 0px 0px;
}

.am-breadcrumb{
	margin: 0px 0px 10px 0px;
}

.amc-text{
	margin: 0px 15px 15px 15px;
}



.am-focus-p{
	clear: both;
	margin: 0px 30px 30px 30px;
}

.am-focus-p-img-bloc{
	float: left;
	width: 200px;
	border: 5px solid #D4C8BC;
	position: relative;
}

.am-focus-p-desc-bloc{
	margin: 0px 0px 0px 230px;
}

.am-focus-p-desc-bloc h2{
	margin: 0px 0px 10px 0px;
	font-size: 1.8em;
	color: #0080C0;
}

.am-focus-p-desc-bloc h3{
	margin: 0px 0px 10px 0px;
}

/* ------------------------------------------------------- liste produits Abikid Market */
.amp-list{
	float: left;
	width: 100%;
}

.amp-list-p{
	float: left;
	width: 202px;
	height: 410px;
	margin: 0px 0px 30px 30px;
}

.amp-list-p-img-block{
	position: relative;
	margin: 0px 0px 10px 0px;
	border: 1px solid #D4C8BC;
}

.img-block-zoom{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 19px;
	height: 19px;
	background: url(../images/amp_sprite.png) no-repeat left top #FFF;
}

.img-block-zoom span{
	display: none;
}

.amp-list-p-lbl-block{
	/*height: 120px;*/
	margin: 0px 0px 10px 0px;
}

.amp-list-p-name{
	margin: 0px 0px 5px 0px;
	font-size: 1.2em;
	height: 65px;
}

.amp-list-p-manufacturer{
	height: 18px;
	margin: -18px 0px 5px 0px;
}

.amp-list-p-short-description{
	margin: 0px 0px 0px 0px;
	height: 65px;
	overflow: hidden;
}

.price-block{
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	height: 15px;
	line-height: 15px;
}

.price-block .price{
	float: right;
	margin: 0px 4px 0px 0px;
	color: #FC8C06;
	font-weight: bold
}

.price-block .old-price{
	float: right;
	margin: 0px 5px 0px 0px;
	text-decoration: line-through
}

.price-block .reduc{
	float:left;
	width:35px;
	margin:0px	5px 0px 0px;
	background:url(/images/sprite.png) 0px -128px no-repeat;
	text-align:center;
	color:#FFF
}

.price-block .reduc span{
	float:left;background:url(/images/sprite.png) 0px -128px no-repeat
}

.amp-list-p-plink{
	text-align: center;
}

#products-list-zoom{
	position:absolute;
	padding:10px;
	border:4px solid #D4C8BC;
	display:none;
	background-color:#FFF
}

#products-list-zoom img{display:none}

/* ------------------------------------------------------------------------- pagination */
.paging-bar{
	float: left;
	clear: left;
	width: 100%;
}

.paging-bar p{
	float: right;
}

.paging-bar a,
.paging-bar select,
.paging-bar span{
	display: inline;
	float: left;
	margin: 0px 4px 0px 0px;
}

.paging-bar select{
	width: 60px !important;
}

.paging-bar a,
.paging-bar span{
	height: 1.5em;
	line-height: 1.5em;
}

/* --------------------------------------------------------------------------------- fiche article */
.am-product{

}

.am-product-img-bloc{
	float: left;
	width: 400px;
	border: 1px solid #D4C8BC;
}

.am-product-desc-bloc{
	margin: 0px 0px 0px 415px;
}

.am-product-text{
	margin: 0px 0px 10px 0px;
}

.am-product-text p{
	margin: 0px 0px 10px 0px;
}

.am-product #tags{
	margin: 20px 0px 20px 0px;
}

.am-product #tags a{
	padding: 2px 2px 2px 2px;
	border: 1px solid #FFF;
}

.am-product #tags a:hover{
	border: 1px solid #FEB300;
}

/* --------------------------------------------------------------------------------- tag */
#tag-tag{

}

.tag-description{
	margin: 0px 0px 10px 0px;
}
