/* ---------- Layout -------- */

html { font-size:11px; font-size-adjust:none; font-style:normal; font-variant:normal; min-height:925px; }

body { background:url("../img/background-middle.jpg") no-repeat center top; }

.clear{
	clear: both;
}
.container {
	margin:0 auto;
	width:994px;
	position:relative;
	*position:static;
}

#header { background:transparent url('../img/background-top.jpg') no-repeat center 0; text-align:center; position:relative; z-index:50; }

#wrap { 
	border:1px solid #999;
	 box-shadow: 0 0 3px 0px #999;
	-moz-box-shadow: 0 0 3px 0px #999;
	-webkit-box-shadow: 0 0 3px 0px #999;
	-goog-ms-box-shadow: 0 0 3px 0px #999;
	background-color: #FFFFFF;
    margin: 0 auto;
	padding:16px 0;
    overflow: hidden;
    position: static;
    width: 100%;
    z-index: 20;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	}

#content { float: right; height: 100%; margin: 0; overflow: hidden; position: relative; width: 760px; z-index: 2; padding:0 16px 0 0; }
.nosidebar #content { margin-left:16px; width:954px; }
	
#sidebar { width:185px; float:left; margin:0; padding:0 0 0 16px; }

#footer { background:url("../img/background-bottom.jpg") no-repeat scroll center -20px transparent; clear:both; position:relative; z-index:2; margin:0; overflow:hidden; padding:0; color:#fff; padding-bottom:16px; }

/* ----- */

#enCode, #enCadeau { background: url("../img/background-code.gif") no-repeat scroll center top transparent; color: #FFFFFF; font-size: 1.8em; font-weight: bold; height: 54px; margin: -16px 0 0; padding: 7px 16px 20px; text-align:center; text-shadow: 1px 1px 2px #333; line-height:1.2em; }
#enCode span.colorCode { font-weight:bolder; font-size:1.5em; color:#FFFF00; text-shadow:2px 2px 2px #111111; }
#enCode span.avaibilityCode { font-size:0.7em; display:block; }
.numeroVert { display:block; }
#contact-phone { background:#FFFFFF url(../img/amalgame-langue.gif) no-repeat scroll -2px -1px; height:68px; margin:20px 0 10px; width:944px; }
#contact-phone label { color:#003F86; font-family:helvetica,arial; font-size:1.1em; font-weight:bold; }
#contact-phone form { float:right; margin:15px 0 0; width:171px; }
#contact-phone form input { width:120px; }
#contact-phone form input#bouton-rechercher { width:25px; height:25px; margin:0 0 -7px 0; padding:0; }

.product_qref { color:#666; font-size:10px; font-weight:normal; text-decoration:none; }
.prixBarre {
	text-decoration:line-through;
}
#bg-black {
	z-index:99999;
	position:fixed;
	display:none;
	width:100%;
	height:100%;
	background-color:black;
	left:0px;
	top:0px;
}
#orderPopup-bg {
	width:540px;
	z-index:100000;
	position:fixed;
	padding-top:40px;
	display:none;
/*	min-height:280px;*/
	height:auto;
	overflow:hidden;
	margin-left:-270px;
	left:50%;
}
#orderPopup-content,
#orderPopup-content * {
	line-height:normal;
}


.orderPopupImg_Infos
{
   overflow:hidden;
}

.orderPopupImg {
	float:left;
}

.orderPopupInfos {
	float:left;
	padding-left:10px;
	width:340px;
}
#orderPopupQte {
	margin-top:4px;
}
#orderPopupPrix {
	color:red; font-size:14px; font-weight:bold;
}
.orderPopupProdAjoute { text-align:center; margin-top:20px; /*float:left;*/ margin-top:5px; display:block; position:static }
.orderPopupProdAjoute span {font-weight:bold; font-size:18px;}
.orderPopupAction {clear:both; margin-top:26px; /*float:right; margin-right:63px;*/ text-align:center;}
#orderPopup-content {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	margin-left:auto;
	margin-right:auto;
	width:500px;
/*	min-height:260px;*/
	height:auto;
	overflow:hidden;
	background-color:white;
	border:1px solid #003366;
}
#orderPopup-title {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	width:490px;
	height:26px;
	background-color:#000000;
	color:white;
	font-size:18px;
	padding:3px 0 0 10px;
	overflow:hidden;
}
.orderPopup-title-added {
	float:left;
	/*width:430px;*/
}
#orderPopup-title a,
#orderPopup-title a:visited {
	color:#999999;
	font-size:14px;
	font-weight:bold;
	float:right;
	margin-right:12px;
} 
#orderPopup-title a:hover {
	color:#CCCCCC;
} 
#orderPopup-text {
	padding:10px;
	/*min-height:214px;*/
	height:auto;
	overflow:hidden;
}
#orderPopup-content a.button,
#orderPopup-content a.button:visited {
	border-top-left-radius:6px;
	border-bottom-right-radius:6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
	
	background-color:#5588DD;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:1px 4px 1px 4px;
	margin-left:6px;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
#orderPopup-content a.button:hover {
	background-color:#77AADD;
	color:#FFFFFF;
}
#orderPopup-content a.large {
	font-size:15px;
}

span#kwixo1x, span#kwixonx { text-decoration:underline; cursor:pointer; color:#000;}

.pmail { display:none; position:fixed; top:200px; left:639px; z-index:999999; text-align:left; }
#introduction .pmail a { text-decoration:none; }
.pmail .pmail_loading { z-index:1; display:none; position:absolute; top:0; left:0; background-color:white; padding-top:150px; text-align:center; }
.pmail .pmail_form { line-height:1em; border-radius:4px; padding:10px; width:300px; background:url('//s7.addthis.com/static/t00/atbkg.png') repeat scroll 0 0 transparent; z-index:10000001; }
.pmail .pmail_bg2 { background: none repeat scroll 0 0 #FFFFFF; width:300px; }
.pmail .pmail_title { background:none repeat scroll 0 0 #F2F2F2; height:13px; padding:5px 10px; position:relative; }
.pmail .pmail_title h4 { color:#4C4C4C; cursor:default; display:inline; font-size:12px; margin:0; padding:0; }
.pmail .pmail_title a { color:#4C4C4C; position:absolute; right:10px; text-decoration:none; top:5px; font-weight:bold; text-decoration:none; }
.pmail .pmail_attributes, .pmail .pmail_submit { padding:10px; }
.pmail .pmail_attributes label { font-size:12px; display:block; }
.pmail .pmail_attributes label span { font-size:11px; color:#666; }
.pmail .pmail_attributes input, .pmail_attributes textarea { margin-bottom:8px; padding:3px; width:272px; margin-top:4px; border:1px solid #CCC; resize:none; }
.pmail .pmail_attributes input:hover, .pmail_attributes textarea:hover { border:1px solid #AAA; background-color:#FFFFEA; }
.pmail .pmail_submit input { border:1px solid #CCC; background-color:#F2F2F2; cursor:pointer; }
.pmail .pmail_submit input:hover { border:1px solid #AAA; }
.pmail .pmail_submit input.pmail_quit { float:right; }
.pmail .pmail_info { padding-left:10px; }
.pmail .pmail_error { color:#F30; font-weight:bold; }
.pmail .pmail_ok, .pmail .pmail_loading { color:#060; font-weight:bold; }

div.partage { height:100px; width:100%; margin:0 0 15px 0; }
div.partage a { margin-bottom:7px; text-decoration:none; text-align:left; }	div.partage a a { margin:0; } div.partage a span { padding: 0 7px 0 0; }
div.partage .addthis_button_print { float:none; clear:both; display:block; }
div.partage .custom_addthis_email { padding:0 2px; display:block; width:145px; }
div.partage .custom_addthis_email span { height: 16px; padding-left: 22px; width: 100%; margin:7px 0 0 0; background:#fff url(../img/amalgame-commun.png) no-repeat -770px -749px; }
div.partage .addthis_counter.addthis_bubble_style { margin: 0 0 0 5px; }
div.partage .addthis_button_google_plusone { float:left; }
div.partage .addthis_toolbox { margin-top:7px; }

/*  ----------------footer---------------------- */

#footer .container { width:990px; position:relative; }

#footer .container #inscriptionNews { margin:0; padding:9px 16px; text-align:center; }
#footer .container #inscriptionNews label { color:#555; font-size:1.3em; font-weight:bold; text-shadow:0px 3px 2px rgba(150, 150, 150, 0.81); }
#footer .container #inscriptionNews input {  
	color:#555555;
	text-shadow: 0px 1px 0px #fff;  
	outline: none;  
	background: -webkit-gradient(linear, left top, left bottombottom, from(#E0E0E0), to(#ffffff));  
	background: -moz-linear-gradient(center top , #EAEAEA, #FFFFFF);  
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;  
	border: 1px solid #AAAAAA;  
	-webkit-box-shadow:1px 1px 0 #BBB;  
	-moz-box-shadow:1px 1px 0 #BBB;  
	box-shadow:1px 1px 0 #BBB;  
}
#footer .container #inscriptionNews input#emailNews { margin-left:10px; padding:4px; font-size:12px; }
#footer .container #inscriptionNews input#submitNews { cursor:pointer; padding:3px; background:-moz-linear-gradient(center top , #E0E0E0, #FFFFFF) repeat scroll 0 15px transparent; font-size:13px; text-shadow:0px 3px 2px rgba(150, 150, 150, 0.81); }
#footer .container #inscriptionNews input:hover {  
	-webkit-box-shadow: 0px 0px 5px #FFF;  
	-moz-box-shadow: 0px 0px 5px #FFF;  
	box-shadow:0 0 5px #FFF;  
}  

#footer .footer-items { float:left; width:930px; }
#footer ul li { line-height:1.4em; font-size:0.9em; }
#footer ul li a { line-height:1.4em; font-size:inherit; }
#footer ul { margin:16px 0 16px 16px; float:left; }
#footer ul.footer-1 { width:98%; }
#footer ul.footer-2 { width:48%; }
#footer ul.footer-3 { width:31%; }
#footer ul.footer-4 { width:23%; }
#footer ul.footer-5 { width:18%; }
#footer .titrage { width:100%; border-bottom:1px dotted #fff; display:block; clear:both; font-size:1.2em; line-height:1.4em; margin:0 0 7px 0; text-shadow: 0px 0px 7px rgba(50, 50, 50, 1); }
#footer ul a { color:#fff; }
#footer a:hover { text-decoration:underline; }

#footer span#infosSociete { float:left; }
#footer a#rappelLogo { position:relative; float:left; margin:14px 0 0 12px; }
#footer a#rappelLogo img { display:block; }
#footer a#rappelLogo img:first-child { opacity:0.7; }
#footer a#rappelLogo:hover img:first-child { opacity:1; }

#footer .footer-items ul li img { background:url("../img/amalgame-commun.png") no-repeat scroll center; width:32px; height:32px; padding-right:10px; }
#footer .footer-items ul li img#facebook { background-position:-761px -321px; }
#footer img#twitter { background-position:-761px -399px; }
#footer img#googlePlus { background-position:-761px -360px; }

.imageCommune { background:url("../img/amalgame-commun.png") no-repeat 0 0 transparent; }

.listPaiements { height:33px; }
.listPaiements img.imageCommune { height:33px; margin:0 2px; }
.listPaiements img.kwixo-icon { width:96px; background-position:-8px -519px; }
.listPaiements img.agos-icon { width:40px; background-position:-307px -519px; }
.listPaiements img.cetelem-icon { width:91px; background-position:-354px -519px; }
.listPaiements img.paypal-icon { width:40px; background-position:-112px -518px; }
.listPaiements img.cb-icon { width:141px; background-position:-158px -519px; }

#like-facebook { border:none; overflow:hidden; width:400px; height:25px; margin-top:10px; display:block; }

/* Vidéo pour FlowPlayer */
a.videoplayer { display:block; margin:0 auto; }

/* Ventes Flash */
/*#catalogue li.cat{ border: 1px solid transparent; width: 16%; }*/
#catalogue li.cat.catflash{ } /* background-color:#e3e3e3; outline:red solid 1px; border: 1px solid red;  */
#catalogue li.cat.catflash:hover { } /* background-color:#e3e3e3; */
#catalogue li.cat.catflash div.image { overflow: hidden; }
#catalogue li.cat.catflash div.image .catflash_border{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px #E40D0D solid;}
#catalogue li.cat.catflash div.image .catflash_txt{ text-decoration: blink; position: absolute; top: 0; left: 0; width: 100%; height:14px; background-color: #E40D0D; padding:2px 0; line-height:14px; text-align: center; color: white; font-weight: bold; text-shadow:2px 2px 4px #AAA;}
#catalogue li.cat.catflash div.image .catflash_txt .catflash_picto{ float: left; width: 18px; height: 18px; margin-top: -2px; margin-left: 1px; background: url('../img/amalgame-commun.png') no-repeat scroll center; background-position:-771px -722px; }
#catalogue li.cat.catflash div.image .catflash_img{ position: absolute; left: -200px; top: 0px; }
#catalogue li.cat.catflash div.image .catflash_img img{ width: 120px; }

/* Panneau recherche avancée à gauche */
#recherche_avancee select{
	font-size: 0.9em;
	max-width: 170px;
}
#recherche_avancee .decocher{
	margin: 10px 0;
}
#recherche_avancee .qlist{
	padding-left: 15px;
}
#recherche_avancee .qlist.qlist_0{
	padding-left: 0;
	padding-right: 2px;
	/*overflow: auto;
	max-height: 200px;*/
}
#recherche_avancee .qlist .qlist{
	/*display: none;*/
}
#recherche_avancee .qlist p{
	clear: both;
	margin: 2px 0;
	line-height: 15px;
	background-color: #e5e5e5;
	padding: 0 1px;
}
#recherche_avancee .qlist .libelle {
	cursor: pointer;
}
#recherche_avancee .qlist .qsel .libelle {
	font-weight: bold;
}
#recherche_avancee .qlist .nb {
	color: #666;
}
#recherche_avancee .qlist label {
	margin-left: 2px;
}
#recherche_avancee .qlist label:hover .libelle {
	text-decoration: underline;
}
#recherche_avancee .qlist .qlist p{
	background-color: #f5f5f5;
}
#recherche_avancee .qlist input{
	height: 15px;
	margin: 0;
	padding: 0;
}
#recherche_avancee .qlist .fl{
	display:none;
	float: right;
	margin-right: 5px;
	cursor: pointer;
	margin-top: 0;
}
#sidebar #rechercher .qlist span{
	margin-top: 0;
}

#sidebar #rechercher .qlist .avis .note{
	float: left;
}

/* Hack soucis CSS de base */
#sidebar #recherche_avancee div{
	border: 0;
	box-shadow: none;
}
#sidebar #recherche_avancee div{
	margin: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
}

/* Bloc version imprimable */
div.printable{
	float: right;
	display: table-cell;
	padding-left: 32px;
	background-image: url('../img/print.png'); 
	background-repeat: no-repeat;
	background-position: left middle; 
	vertical-align: middle;
	text-align: left;
	height: 30px;
}
div.printable a{
	
}
.printable img{
	display: none;
}
.printButton{
	display: none;
}

.errordanger
{
	background-color:#F2DEDE;
	margin:0px;
	padding:10px;
	border:1px solid #B94A48;
	margin-bottom:10px;
}

.errordanger p
{
	padding:0px;
	color:#B94A48 !important;
	font-weight:bolder;
	font-size:13px;
}

.successok
{
	background-color:#DFF0D8;
	margin:0px;
	padding:10px;
	border:1px solid #3C763D;
	margin-bottom:10px;
}

.successok p
{
	padding:0px;
	color:#3C763D;
	font-weight:bolder;
	font-size:13px;
}
﻿/*TEMPORAIRE BANDEAU */
/*
#bandeau {margin-bottom:15px; margin-top:-15px; width:100%;}
#bandeau a {width:994px; display:block;}
#bandeau img {width:994px; }
*/



/*** RELOAD ***/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	/*vertical-align:baseline;*/
	background:transparent;
	}
ol, ul {
	list-style:none;
	list-style-position:outside;
	list-style-type:none;
	}
blockquote, q {
	quotes:none;
	}

/* remember to define focus styles! */
:focus {
	outline:0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
	}
del {
	text-decoration:line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
	}

/* ---------- Layout -------- */

#header { background:#fff; height:150px; width:992px; margin:0 auto; box-shadow: 0 0 3px 0 #999;}
	
/* ----------elements standards-------- */

body { font-family: Verdana, Geneva, sans-serif; color:#000000; min-height:925px; background:url("../img/bg-soldes.jpg")no-repeat scroll center top;}

html{
	 background: #20720e;
} */

#wrap {border:none;}
img {
	border:0;
	}
a {
	color:#333;
	_color:#003f86;
	text-decoration:none;
	cursor:pointer;
	}
a:hover {
	color:#E85596;
	}
a:visited,
a:active {
	color:#222;
	}
.container #wrap #content h1, .noir {
	color:#2b2b2b;
	}
ul {
	overflow:hidden;
	}
hr {
	visibility:hidden;
	clear:both;
	}
.separator {
	display:inline;
	width:12px;
	height:8px;
	padding:0 7 px;
	}
	
.clear {
	clear:both;
	}
table {
	width:99%;
	}
p {
	line-height:1.65em;
	}

.required {
	color:#c00;
	}
.photosNonContractuelles {
	color:#666666;
	float:right;
	font-size:1em;
	font-style:italic;
	padding:3px 22px;
	}
.imagesLangue {
    background: url("../img/amalgame-langue.gif") no-repeat scroll 0 0 transparent;
}
.numeroVert {
    background-position: -835px -229px;
    height: 63px;
    margin: 5px 0 5px -2px;
    width: 226px;
}
.numeroVertSmall {
   background-position: -236px -275px;
    height: 29px;
    margin: 5px 0 5px -2px;
    width: 157px;
}


/* ----------header-------------- */

#header ul { }
#header ul li { display:inline; color:#fff; }
#header ul li a { color:#FFF; }
#header ul li a:hover { text-decoration:underline; }

#header a.logo { background-color: transparent; display: block; float: left; height: 68px; width: 303px; padding:0 0 17px 8px;}
#header a.logo img{ margin:20px 10px; }

#header .contact-header {background:url("../img/amalgame-index.png") no-repeat scroll -450px -240px transparent; width:344px; height:50px; float:right; margin:20px 20px 0 0;}

#header #caddie { margin:0 25px 0 0; float:right; }
#header #caddie li { border:none;}
#header #caddie img {background:url("../img/amalgame-index.png") no-repeat scroll -757px -37px transparent;/* float:left;*/ margin-right:8px; /*margin-top:-4px;*/ width:20px; height:25px; }
#header #caddie #encartCaddie { font-weight:bold; font-size:1em; /*padding-top:10px;*/float: none; display: inline-block; top: -9px;}
#header #caddie a { font-size:0.8em; }
#header #caddie .txtCaddie {padding-top:10px;}


#header form { float:left; margin:25px 0 0 35px; width:258px; display:inline;}
#header form #searchField, #header form #bouton-rechercher {
	border: none;
	}
#header form #searchField {
	background: url("../img/amalgame-index.png") no-repeat scroll -15px -185px transparent;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #757575;
    float: left;
    font-size: 1em;
    font-style: italic;
	padding:0 0 5px 50px;
	width:165px; 
	height:35px;
	line-height:35px;
}
#header form #bouton-rechercher {
	background: url("../img/amalgame-index.png") no-repeat scroll -309px -185px transparent;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 1em;
	font-weight:bold;
    height: 33px;
    width: 43px;
}
#header form #bouton-rechercher:hover { background: url("../img/amalgame-index.png") no-repeat scroll -355px -185px transparent; }
	
	
div#menu2 {height:25px; line-height:24px; background-color:#ebebeb; width:992px; margin:0 auto; font-size:0.9em;}
div#menu2.container {margin:0 auto; width:992px; position:relative;}
div#menu2 ul{float:left; }
div#menu2 li{float:left; border-right:1px #bbbbbb solid; padding:0 6px; }
div#menu2 li.first{border-left:none; padding-left:20px;}
div#menu2 li.last{border-right:none; }
div#menu2 li a {color:#4a4a4a; text-decoration:none; }
div#menu2 li a:hover {text-decoration:underline;}

div#menu2 .caddie_login
{
	float:right;
}

div#menu2 .info_login_client ul
{
	overflow:initial;
}
div#menu2 .info_login_client li
{
	float:none;
	padding:0px;
	border:none;
	color:#333;
	display:block;
}

div#menu2 .info_login_client li.mon_compte
{
	background : url(../img/compte.png) 5px 0px no-repeat;
	display:block;
	padding-left : 30px;
	padding-right:10px;
	height:25px;
}

div#menu2 .info_login_client li.mon_compte.connecter
{
	margin:1px;
	padding-right:8px;	
}

div#menu2 .info_login_client li.deconnexion
{
	margin:1px 8px;	
}

div#menu2 .info_login_client li.mon_compte.connecter ul.compte-login li a
{
	font-size:12px;
}

div#menu2 .info_login_client li.mon_compte.connecter ul.compte-login li a:hover
{
	text-decoration:underline;
}

div#menu2 .info_login_client ul.compte-login
{
	float:none;
	display:none;
	position:absolute;
	top:24px;
	z-index:999;
	border-left:1px solid #EBEBEB;
	border-right:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	border-top:1px solid #fff;
	background-color:#fff;
	width:300px;
	padding:15px;
	left:0;
}

div#menu2 .info_login_client ul.compte-login form
{
	float:none;
	margin:0px;
}

div#menu2 .info_login_client ul.compte-login form li
{
	margin-bottom:10px;
	display:block;
}

div#menu2 .info_login_client ul.compte-login form li.btn_link
{
	overflow:hidden;	
}

div#menu2 .info_login_client ul.compte-login form li p.nouveau_compte
{
	color:#000;
}
div#menu2 .info_login_client ul.compte-login form li p.nouveau_compte a
{
	color:#005595;
	text-decoration:underline;
}

div#menu2 .info_login_client ul.compte-login form li p.nouveau_compte a:hover
{
	text-decoration:none;
}


div#menu2 .info_login_client ul.compte-login form li label
{
	color:#000;	
	width:80px;
	display:inline-block;
}

div#menu2 .info_login_client ul.compte-login form input#pass_cli,
div#menu2 .info_login_client ul.compte-login form input#mail_cli
{
	width:200px;
	height: 20px;
	line-height:18px;
}

div#menu2 .info_login_client ul.compte-login form a.forgetpass
{
	display:block;
	color:#808080;
	float:right;
	position:relative;
	top:8px;
}

div#menu2 .info_login_client ul.compte-login form input#loginSubmit
{
	background:url(../img/btn-connexion.jpg) no-repeat;
	width: 56px;
	height: 37px;
	text-align: center;
	padding: 1px 0px 6px;
	display: block;
	margin-left: 20px;
	border: medium none;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 2px #2B2B2B;
	cursor: pointer;
	float:right;
}

div#menu2 .info_login_client ul.compte-login form input#loginSubmit:hover
{
	background-position : 0px -36px;
}


div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte:hover ul.compte-login
{
	display:block;
}

div#menu2 #caddie,
div#menu2 .info_login_client
{	
	height:25px;
	display:block;
	float:right;
	margin: 0 20px 0 0;
}

div#menu2 .info_login_client
{
	margin-right:10px;
}

div#menu2 a#encartCaddie,
div#menu2 .info_login_client .encartinfo_login_client 
{
	float:right;
	font-weight:bold;
	display: block;
	text-align:left;
	position:relative;
	z-index:2;
	margin:0;
	height:inherit
}

div#menu2 a#encartCaddie:hover
{
	text-decoration:underline;
	color:#333;
}


div#menu2 .info_login_client .encartinfo_login_client
{
	padding:0px;
	z-index:100;
	float:none;
}

div#menu2 .info_login_client .encartinfo_login_client a
{
	color:#333;
}

div#menu2 .info_login_client ul.encartinfo_login_client li.connecter,
div#menu2 .info_login_client ul.encartinfo_login_client li.deconnexion
{
	float:left;
}

div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte:hover
{
	background : url(../img/compte_hover.png) 5px 0px no-repeat;
	background-color:#fff;
	display:inline-block;
}

div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte.connecter:hover a,
div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte.non-connecter:hover a.lienmon_compte
{
	color:#333;
	text-decoration:none;
}
	
div#menu2 .bgCaddie
{
	z-index:1;
	background:url("../img/amalgame-commun.png") -724px -518px; 
	width:22px;
	height:20px;
	margin-right:8px;
}

div#menu2 .info_login_client .bginfo_login_client
{
	z-index:1; 
	margin-right:8px;
}


/* --------------menu horizontal------------- */

ul#dropdown.menu {background-color:#4a4a4a; width:992px; height:40px;}

#dropdown, #dropdown ul { overflow:visible; z-index:1500; }
ul#dropdown {  clear:both;}

	#dropdown a:hover, #dropdown a:active { color:#222; }
	#dropdown ul {
		width:160px; 
		visibility:hidden;
		position:absolute;
		top:100%;
		left:0;
		padding:10px;
		-webkit-border-bottom-right-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		opacity:0.97;
		box-shadow:0 0 5px #888888;
		background:#fff none;
		border:1px solid #999;
		}
	#dropdown ul li	
	{ font-weight:normal; background:#fff none; float:none; }
	#dropdown li.hover,
	#dropdown li:hover { position:relative;  }
	ul#dropdown li {
		float:left;
		display:block;
		z-index:1500;
		text-align:left;
		
		}
		ul#dropdown li.listSeparator {			
			border-right: 1px solid #fff;
		    height: 40px;
			opacity:0.7;
			}								  
		/* IE 6 & 7 Needs Inline Block */
		#dropdown ul li a { 
			border-right:medium none;
			display:inline-block;
			margin:0 0 0 5px;
			padding:3px 0;
			width:155px;
			color:#333;
			font-size:1.2em;
			}
		/*#dropdown ul li a.disabled { color:#666; }*/
			#dropdown ul li a:hover {
				color:#ec008c;
				}
		ul#dropdown li a.entete-menu {
			display:block;
			color:#fff;
			text-decoration:none;
			height:28px;
			padding:12px 10px 0 10px;
			text-align:center;			
			transition: background-color 0.3s ease 0s;
			}
			
		ul#dropdown li a.entete-menu:hover{
			background-color:#85c31d;
			}
			
			.menutop-1 {width:110px; }
			.menutop-2 {width:110px; }			
			.menutop-3 {width:110px;}			
			.menutop-4 {width:100px; }			
			.menutop-5 {width:110px; }			
			.menutop-6 {width:110px;}		
			.menutop-7 {width:110px; }		
			.menutop-8 {width:110px;}		
			.menutop-9 {width:114px;}	
			.menutop-10 {width:81px; }	
			.menutop-11 {width:101px; }
			
			
			ul#dropdown li a.entete-menu-chauffage, ul#dropdown li a.entete-menu-bbq, ul#dropdown li a.entete-menu-deco {
			display:block;
			color:#fff;
			text-decoration:none;
			padding:5px 0 0 0;
			font-size:1.0em;
			line-height:14px;
			text-align:center;
			height:35px;
			}		
			
			
		ul#dropdown li a.entete-menu-chauffage:hover, ul#dropdown li a.entete-menu-bbq:hover, ul#dropdown li a.entete-menu-deco:hover {
			background-color:#85c31d;
			}
			
			ul#dropdown li a.entete-menu-promo{
			display:block;
			color:#fff;
			text-decoration:none;
			padding:5px 0 0 5px;
			font-size:1.0em;
			line-height:26px;
			text-align:center;
			background-color:#ec008c;
			height:35px;
			}				
			
		ul#dropdown li a.entete-menu-promo:hover{
			background-color:#dc0183;
			transition: background-color 0.5s ease 0s;
			}
			
			ul#dropdown li a.entete-menu-piscine{
			display:block;
			color:#fff;
			text-decoration:none;
			padding:12px 0 0 0;
			font-size:1.0em;
			line-height:14px;
			text-align:center;
			background-color:#1878bd;
			height:28px;
			}			
						
		ul#dropdown li a.entete-menu-piscine:hover{
			background-color:#005797;
			transition: background-color 0.5s ease 0s;
			}
						
			ul#dropdown li a.entete-menu-th2o{
			display:block;
			color:#fff;
			text-decoration:none;
			padding:12px 0 0 0;
			font-size:1.0em;
			line-height:14px;
			text-align:center;
			background-color:#7cc7fe;
			height:28px;
			}
							
		ul#dropdown li a.entete-menu-th2o:hover{
			background-color:#6ab9f3;
			transition: background-color 0.5s ease 0s;
			}
			
			#dropdown ul ul					{ width:125px; left:100%; top:-1px; }
			#dropdown .sommeilBebe ul ul	{ left:-127px; }
			#dropdown ul ul a				{ width:117px; }
			#dropdown li:hover > ul			{ visibility:visible; }
			#dropdown li a.entete-menu 		{ padding:0; background:none; font-size:1.0em;}
		ul#dropdown li.promo { float:right; }
		ul#dropdown li.promo a.entete-menu { color:#fff; }

/* --------------sidebar------------- */
		
	#sidebar #coordonnees {
		background: none repeat scroll 0 0 transparent; border: 1px solid #CCCCCC; font-size: 0.9em; margin: 0 0 15px; padding: 7px 5px; width: 165px; }
	#sidebar h2 {
		margin:0;
		padding:0;
		}
	
.imgCommune { background: transparent url("../img/amalgame-commun.png"); }
#sidebar .partage { 
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
	margin: 0 0 15px;
    padding: 7px 5px;
	width:165px;
}
#sidebar .addthis_button_google_plusone { width:50px; }
#sidebar div.liste {
	background: none repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
/*  box-shadow: 0 0 3px #CACACA;*/
	margin: 0 0 15px;
	width:174px;
	overflow:hidden;
	}
	#sidebar div.liste h2 {
		display:block;
		line-height:1em;
		margin:0;
		padding:10px 11px;
		width:153px;
		font-size:1.1em;
		}
	#sidebar div#themesConnexes h2 {
		background-position:-613px -324px;
		}
	#sidebar div#themesComplementaires h2 {
		background-position:-613px -324px;
		font-size:15px;
		font-weight:bold;
		color: #E95D0F;
		text-decoration:underline;
		}
	#sidebar div.liste ul.liste-elements,
	#sidebar div.liste ul.liste-elements li {
		overflow:hidden;
		}
	#sidebar div.liste ul.liste-elements li {
		border-bottom:1px solid #999999;
		padding:5px;
		_height:90px;
		}
		#sidebar div.liste ul.liste-elements li span {
			display:block;
			float:left;
			margin:0 0 0 5px;
			text-align:left;
			width:76px;
			line-height:1em;
			}
			#sidebar div.liste ul.liste-elements li span.prixVente, 
			#sidebar div.liste ul.liste-elements li span.prixBarre {
				color:#E70C89;
				font-weight:bold;
				font-size:1.2em;
				margin-top:5px;
				}
			#sidebar div.liste ul.liste-elements li span.prixBarre {
				text-decoration:line-through;
				font-size:1em;
				margin-top:0;
				font-weight:normal;
				}
		#sidebar div.liste ul.liste-elements li img {
			float:left;
			/*border:1px #00C3FF dotted;*/
			width:80px;
			height:63px;
			}
		#sidebar div#themesConnexes ul.liste-elements li img {
			border:1px solid #999999;
			}
		#sidebar div#retourCategorie {
			padding:7px;
			overflow:hidden;
			width:160px;
			background: none repeat scroll 0 0 transparent;
			border: 1px solid #CCCCCC;
			box-shadow: 0 0 3px #CACACA;
			}
			#sidebar a.lienAnnexe {
				display:inline-block;
				font-weight:bold;
				}
	#sidebar object { margin-top:10px; }
				
	/*------------- Menu latral -------------*/
	
	#accordeon li a.entete-menu {
		background:#FFFFFF url(../img/amalgame-langue.gif) no-repeat scroll -2px -2px;
		display:block;
		height:55px;
		margin:10px 0 0 0;
		text-indent:-9999px;
		width:100%;
		}

		#accordeon a {
			margin:0 0 0 5px;
			}
			#accordeon li ul li.ouvertureSousMenu a,
			#accordeon li ul li.fermetureSousMenu a,
			#accordeon li ul li.sousMenu a{
				/*background:#fff url(../img/amalgame-langue.gif) no-repeat;*/
				font-weight:bolder;
				margin:5px 3px;
				text-indent:-9999px;
				}
				#accordeon li.ouvertureSousMenu ul li a,
				#accordeon li.fermetureSousMenu ul li a,
				#accordeon li.sousMenu ul li a{
					background:none;
					text-indent:0;
					font-weight:normal;
					margin:0 0 0 5px;
					}					


#content #path {
	height:35px;
	margin:0 0 7px 0px;
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	}
#content #path div {
	padding:5px 0 5px 0;
	}
#content #path a {
	text-decoration:none;
	color:#000000;
	}
#content #path .last {
	color:#000000;
	}
#content p.filtres {
	border-left:1px dotted RED;
	min-height:30px;
	list-style-image:none;
	margin-bottom:5px;
	padding-left:5px;
	}
#content p.filtres img{
	display:none;
	}
#content p.filtres a{
	display:block;
	color:#DD4422;
	}

@media print {	
	.noPrint {
		display:none;
		}
}

<!--
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sidebar form #bouton-rechercher { margin-right:2px; }
}
-->

/* -- footer, ajout amex --*/

div#footer {width:100%; margin:0 auto; padding:0;}
div#footer .titre-footer {font-weight:bold; font-size:13px; margin-bottom:15px;}

.maj {text-transform:uppercase; font-size:12px; font-weight:bold;}
.text{padding-top:3px;}

div#services {width:100%; height:71px;  font-size:0.9em; background: url("../img/fond-services.png") repeat-x scroll 0 0 transparent;}
div#services .container{width:992px; margin:0 auto; }
div#services ul { margin:0 20px 0 20px; }
div#services li {float:left; display:block; height:51px; color:#333; padding-top:20px; border-right:1px solid #dbdbdb;}
div#services li a{color:#333; }
div#services li a:hover{color:#4c4c4c; text-decoration:none;}
div#services li.livraison {width:223px; }
div#services li.conseillers {width:260px; padding-left:5px;}
div#services li.securise {width:225px;}
div#services li.facilites {width:225px; border-right:none; padding-left:10px;}
div#services li.livraison img{background:url("../img/amalgame-index.png") no-repeat scroll -254px -15px transparent; width:55px; height:40px; float:left; }
div#services li.conseillers img{background:url("../img/amalgame-index.png") no-repeat scroll -313px -5px transparent; width:55px; height:45px; float:left; margin-top:-7px;}
div#services li.securise img{background:url("../img/amalgame-index.png") no-repeat scroll -365px -7px transparent; width:55px; height:45px; float:left; margin-top:-5px;}
div#services li.facilites img{background:url("../img/amalgame-index.png") no-repeat scroll -425px -12px transparent; width:55px; height:40px; float:left; }

div#footer-contact {width:100%; height:150px; background-color:#262626; color:#cfcfcf; font-size:1.1em;}
div#footer-contact .container {width:992px; margin:0 auto;}
div#footer-contact li.appels, div#footer-contact li.appels-internationaux, div#footer-contact li.reseaux-sociaux {float:left; }
div#footer-contact li.appels {width:225px; border-right: 1px dotted #fff;}
div#footer-contact .nvert{height:30px; }
.nvert{background: url("../img/amalgame-index.png") no-repeat scroll -583px -303px transparent; width:209px; height:27px; margin:5px 0;}
div#footer-contact li.appels-internationaux {width:220px;  border-right: 1px dotted #fff; padding-left:40px;}
div#footer-contact li.reseaux-sociaux {width:170px;  padding-left:40px;}
div#footer-contact li a {margin:0 15px 0 0;}
.facebook { background: url("../img/amalgame-commun.png") no-repeat scroll -698px -323px transparent; width:32px; height:32px; float:left;}
.facebook:hover { opacity:0.9; }
.twitter {background: url("../img/amalgame-commun.png") no-repeat scroll -697px -400px transparent; width:32px; height:32px; float:left;}
.twitter:hover { opacity:0.9; }
.googleplus {background: url("../img/amalgame-commun.png") no-repeat scroll -699px -362px transparent; width:32px; height:32px; float:left;}
.googleplus:hover { opacity:0.9; }
div#footer-contact li.newsletter {width:235px; float:right; border-left: 1px dotted #fff; padding-left:40px;}
#footer .container #inscriptionNews { margin:10px 0 0 0; padding:0; text-align:left; }
#footer .container #inscriptionNews label { color:#555; font-size:1.3em; font-weight:bold; text-shadow:0px 3px 2px rgba(150, 150, 150, 0.81); }
#footer .container #inscriptionNews input {  
	color:#555555;
	text-shadow: 0px 1px 0px #fff;  
	outline: none;  
	background: -webkit-gradient(linear, left top, left bottombottom, from(#E0E0E0), to(#ffffff));  
	background: -moz-linear-gradient(center top , #EAEAEA, #FFFFFF);  
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;  
	border: 1px solid #AAAAAA;  
	-webkit-box-shadow:1px 1px 0 #BBB;  
	-moz-box-shadow:1px 1px 0 #BBB;  
	box-shadow:1px 1px 0 #BBB;  
}
#footer .container #inscriptionNews input#emailNews { margin-left:0; padding:4px 4px 4px 10px; font-size:12px; float:left; height:15px;}
#footer .container #inscriptionNews input#submitNews { cursor:pointer; padding:3px; background-color:#333; background:-moz-linear-gradient(center top , #333, #505050) repeat scroll 0 15px transparent; color:white; font-size:12px; text-shadow:none; font-weight:bold; width:33px; height:25px; margin:0 0 0 7px;}



div#footer-items {width:100%; height:250px; background-color:#3a3a3a;}
div#footer-items .container {width:992px; height:210px; margin:0 auto;}
div#footer-items hr {visibility:visible; opacity:0.4; }
div#footer-items ul {float:left; }
div#footer-items ul.footer-1 {width:180px; }
div#footer-items ul.footer-2 {width:240px; margin-left:0px;}
div#footer-items ul.footer-3 {width:190px; margin-left:0px;}
div#footer-items ul.footer-4 {width:350px; text-align:right; margin-left:0px;}
div#footer-items ul li.haut {opacity:0.6;}
div#footer-items ul li img {margin:8px 0;}
div#footer-items ul.footer-5 {width:600px; padding-top:15px;}
div#footer-items ul.footer-5 li.infos-site {font-size:11px; margin-bottom:10px;}
div#footer-items ul.footer-5 li.infos-societe {font-size:9px; opacity:0.7;}
div#footer-items ul.footer-6 {width:375px; margin-left:0px;}
div#footer-items ul.footer-6 img {background: url("../img/amalgame-index.png") no-repeat scroll -8px -285px transparent; width:375px; height:48px;}



#enCode, #enCadeau { padding-top:12px; font-size:1.5em; }


/* Moteur */
#recherche_avancee{
	margin-right: 9px;
}

#orderPopup-content a.button, #orderPopup-content a.button:visited {
	background:none repeat scroll 0 0 #5588DD;
}
#wrap {padding:0;}
#bandeau {padding-bottom:16px;}