/* ---------- 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;
}
.nosidebar #content 
{ 
	width:954px;
	float:none;
	margin-left:0px;
	padding: 0px 16px;
}

.fb-like{
	float:left;
	margin-top:-20px;
	position:absolute;
	z-index:2500;
}


/* Common CSS */

/* ---------- CSS Reloader -------- */

html, 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, a, a span {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
	text-decoration:none;
	}
ol, ul { list-style:none; list-style-position:outside; list-style-type:none; }
blockquote, q { quotes:none; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-spacing:0; width:100%; font-size:0.92em; }

/* ---------- Layout, Th2O -------- */

html { font-family:Verdana, Geneva, sans-serif; line-height:1.1em; font-size:11px }
div#wrap { box-shadow:0 0 0; border:0; }

/* ---------- Font, colors -------- */

#header a { color:#FFF; }
div#header ul.dropdown li div.dropDownContainer a, a, table { color:#666;}
#sidebar, div#introduction h1 { color:#999; font-size:0.8em; }
a:hover, .titraille, h1, h3, #catalogue h2 a, #catalogue h3 a, .bleu { color:#00A1E1; }

.vert, h2, #catalogue h3, #demande-piece h3, #contact h3, div#header ul.dropdown li div.dropDownContainer ul li a:hover { color:#97BF0D; }

.prixBarre, .prixVente, .devise, .decimal { color:#F00; }

/* ---------- Elements communs -------- */

.imgCommune { background: transparent url("../img/amalgame-commun.png"); }	
.imagesLangue { background: transparent url("../img/amalgame-langue.png"); }
.logoSite { height:154px; width:154px;}
.numeroVert {  background-position: -10px -2px; clear: both; display: block; height: 26px; margin: 5px 0; width: 165px; }

#content ul li.first, ul.dropdown li.first, ul#accesRapide li.first, div#coordonnees div.first { margin-left:0; padding-left:0;}
#content ul li.last, ul.dropdown li.last, ul#accesRapide li.last { margin-right:0; padding-right:0; }

.tarif { }
.prix { }
.prixPrefixe { font-size:0.75em; }
.prixVente, .tarif .devise { font-weight:bold; }
.prixVente { font-size:1.1em; }
.devise { font-size:0.8em; }

#redaction { line-height:1.4em; margin:7px 0; clear:both; color:#666; }
#redaction table { color:#666; font-size:1em; }
.ecotaxe { font-size:0.9em; color:#090; display:block; }

.photosNonContractuelles { line-height:1.4em; font-weight:bold;	margin:5px 0; }

.fb_edge_widget_with_comment { margin:10px 0; }

h1 { font-size: 3em; font-weight: lighter; letter-spacing: -0.04em; line-height: 1em; text-shadow: -1px 1px 1px #111; margin:0 0 15px 0; }
h2, #catalogue h3, #contact h3, #demande-piece h3 { font-size: 2em; font-weight: lighter; letter-spacing: -0.04em; line-height: 1em; margin:10px 0; }
h3 { font-size: 1.3em; letter-spacing: -0.04em; line-height: 1.3em; }

div.partage { }
#sidebar div.partage .addthis_button_google_plusone { width:65px; }

a.lien, #content a { text-decoration:underline; }

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

.header-container
{
	clear:both;
}

#backgroundPrint { display:none; }
a.logo { float: left; height: 154px; margin: -43px 0 0 30px; width: 154px; position:relative; left:0;}
div#rechercher { float: right; margin: 50px 33px 0 0; text-align: left; width: 560px; }
div#rechercher ul { float:right; }
div#rechercher ul li {	display:inline; height:20px; }
div#rechercher ul li a { font-size:0.9em; top:-6px; margin-right:7px; }

div#rechercher form { height:75px; }

div#rechercher li .imgCommune {	width:21px; height:21px; margin:0 5px -5px 5px; }
div#rechercher #pucePanier {	background-position:-767px -2px; width:22px; }
div#rechercher #puceContact {	background-position:-767px -26px; width:27px; }
div#rechercher #puceReglement {	background-position:-767px -64px; }

div#rechercher form input {
	height:24px; *height:25px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border:2px solid #666;
	border-right:none;
	width:171px;
	padding: 0 0 0 25px;
	background-color:#fff;
	background-position:-331px -19px;
    float:left;
	}
div#rechercher form input#boutonRechercher { 
	background-color:transparent;
	background-position:-11px -5px;
    border: medium none;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font-size: 0.9em;
    height: 29px;
    margin: 0 0 0 -5px;
    padding: 0px; 
    width: 67px;
	cursor:pointer;
    float:left;
}

div#rechercher a#encartCaddie span
{
	display:inline-block;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) { div#rechercher form input#boutonRechercher { height:32px; } }*/


div#menu2 {height:26px; line-height:26px;}
div#menu2.container {margin:0 auto; width:992px; position:relative; }
div#menu2 ul.plan_avis{float:left; margin-left:210px;}
div#menu2 li{float:left; border-right:1px #eee solid; border-left:1px solid #2f99ff; padding:0 6px;}
div#menu2 li.first{border-left:none; }
div#menu2 li.last{border-right:none; padding-right:40px;}
div#menu2 li a {color:#fff; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
div#menu2 li a:hover {text-decoration:underline;}

div#menu2 .caddie_login
{
	float:right;
	margin-right:33px;
}

div#menu2 .info_login_client li
{
	float:none;
	padding:0px;
	border:none;
}

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

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:26px;
	z-index:999;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #fff;
	background-color:#fff;
	width:300px;
	padding:15px;
	right:0;
}

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

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:82px;
	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 .info_login_client
{	
	height:27px;
	display:block;
	float:right;
	margin: 0 20px 0 0;
}

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

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

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

div#menu2 .info_login_client .encartinfo_login_client li.deconnexion a
{
	color:#fff;
}

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

div#menu2 .info_login_client ul.encartinfo_login_client li.mon_compte:hover
{
	background : url(../img/compte_hover.png) 5px center 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:#03324e;
	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 -------- */ 

ul.dropdown {	width:100%; clear:both; width:954px; height:28px; margin:0 0 0 16px; }
ul.dropdown li { display:inline-block; margin:0 8px; *float:left; float:left; width:140px; }
ul.dropdown li a.entete-menu {	width:178px; display:block; background-position:-340px 6px; padding:0 0 7px;  font-size:1em; text-decoration:none; text-align:left; }
ul.dropdown li div.dropDownContainer {
    background: url("../img/background-top-menu.png") no-repeat scroll center top transparent;
    position: absolute;
	visibility:hidden;
    width: 205px;
    z-index: 4990;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 1px 3px #111;
}
ul.dropdown li div.dropDownContainer ul li { clear:both; display:block; }
ul.dropdown li div.dropDownContainer a.enteteDropDown { margin:10px 0; display:block; }
ul.dropdown li div.dropDownContainer ul li a { line-height:1.2em; margin:7px 0; display:block; width:195px;}	ul.dropdown li div.dropDownContainer ul li a:hover { text-decoration:underline; }

/* ---------- Sidebar -------- */ 

#sidebar div.entete, #rightbar ul, div#coordonnees, div.rightCol { width:164px; padding:7px 5px; border:1px solid #999; background-color:#fff; box-shadow: 0 0 2px #333333; margin:15px 0; }
p.innerText { line-height:2.3em; font-weight:bold; font-size:1.2em; clear:both; display:block; width:164px; }
#sidebar div#themesConnexes ul.listeItems, #sidebar div#themesComplementaires ul.listeItems { clear:both; margin-top:30px; }
ul.listeItems li { position:relative; }
ul.listeItems a { background: url("../img/blank.gif") repeat scroll 0 0 transparent; left: 0; padding: 0 0 45px 85px; position: absolute; top: 0; }
ul.listeItems a span { width:68px; dsplay:block; }
ul.listeItems p.prixBarre { margin-top:65px; margin-left:10px; text-align:right; }
ul.listeItems p.tarif { margin-top:65px; }

#sidebar #coordonnees { margin-top:0; color:#333; }

#sidebar div#themesConnexes, #sidebar div#themesComplementaires { }
#sidebar div#themesConnexes ul, #sidebar div#themesComplementaires ul { }
#sidebar div#themesConnexes ul li, #sidebar div#themesComplementaires ul li, #rightbar ul li { overflow:hidden; margin-bottom:7px; }
#sidebar div#themesConnexes img, #sidebar div#themesComplementaires img { width:74px; border:1px dotted #cacaca; margin-right:10px; float:left; }
#sidebar div#themesConnexes a, #sidebar div#themesConnexes p, #sidebar div#themesComplementaires a, #sidebar div#themesComplementaires p { float:left; display:inline; }

/* ---------- Content -------- */ 

#path { margin:0 0 15px 0; }
#path .separator { background-position: -101px -4px; display: inline-block; height: 17px; margin: 0 5px; text-indent: -9999px; width: 20px; }
#path a { font-size:0.95em; }

/* ---------- lightbox -------- */

div#orderPopup-content { /*background:transparent url("../img/lightbox/fond-acces-caddie.png") no-repeat scroll center;*/ border:none; width:510px; }
div#orderPopup-content div#orderPopup-title { width:510px; background-color:#333; }
#orderPopup-title { font-size:1em; background-color:transparent; padding:3px 0 0 0px; }
.orderPopup-title-added { margin:5px 0 0 12px; width:395px; }

div#orderPopup-content div#orderPopup-title a {  
	background:url("../img/lightbox/close.png") no-repeat scroll left center transparent;
	color:#FFFFFF;
	display:block;
	float:right;
	margin-top:5px;
	padding-left:18px;
	width:48px;
	font-size:1em;
	}

#orderPopup-text{position:relative;}

div#orderPopup-text img { border:1px solid #D8D8D8; margin:5px 0 0 0; }

.orderPopupInfos { width:325px; }
.orderPopupInfos h3 { font-size:1em; line-height:1.2em; letter-spacing:0.01em;}
#orderPopupPrix { font-size:1.8em; letter-spacing:-0.06em; font-weight:lighter; }
.orderPopupProdAjoute { margin:10px 0 0 10px; display:none; }

div.orderPopupAction { margin:0px; padding:0; /*width:345px; float:left; clear:none;*/ position:relative; left:140px; }

a#gererListe,
.dropdown li.listeNaissance div.dropDownContainer a.button,
#containerLeft .button,
#orderPopup-content a.button,
#orderPopup-content a.button:hover,
#orderPopup-content a.button:visited {
	border-bottom-right-radius: 0; -moz-border-bottom-right-radius: 0;
	border-top-left-radius:0; -moz-border-top-left-radius:0;
	box-shadow:0; -moz-box-shadow:0;
	border-top-left-radius:0; -webkit-border-top-left-radius: 0;
	border-bottom-right-radius:0; -webkit-border-bottom-right-radius: 0;
	box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;	
	background-color:#fff;
	}

#orderPopup-content a.large { background-position:-384px -55px; }	#orderPopup-content a.large:hover { background-position:-384px -105px;  }

/* -- footer, th2o --*/

#footer .footer-items { width:910px; }

#sidebar .devis-installation img { border:1px solid #999999; box-shadow:0 0 2px #333333; width:174px; height:244px; }

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

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