.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;
	height:280px;
	margin-left:-270px;
	left:50%;
}#orderPopup-content,
#orderPopup-content * {
	line-height:normal;
}
.orderPopupImg {
	float:left;
	min-width:100px;
	height:110px;
}
.orderPopupInfos {
	float:left;
	padding-left:10px;
	width:360px;
}
#orderPopupQte {
	margin-top:4px;
}
#orderPopupPrix {
	color:red; font-size:14px; font-weight:bold;
}
.orderPopupProdAjoute { text-align:center; margin-top:20px; float:left; margin-top:28px; display:block; position:static }
.orderPopupProdAjoute span {font-weight:bold; font-size:18px;}
.orderPopupAction {clear:both; margin-top:26px; float:right; margin-right:63px;}
#orderPopup-content {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:260px;
	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;
}
.orderPopup-title-added {
	float:left;
	width:430px;
}
#orderPopup-title a,
#orderPopup-title a:visited {
	color:#999999;
	font-size:14px;
	font-weight:bold;
} 
#orderPopup-title a:hover {
	color:#CCCCCC;
} 
#orderPopup-text {
	padding:10px;
	height:214px;
}
#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:16px;
}/*** RELOAD ***/
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 {
	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;
	}/* ----------elements standards-------- */
html, body {
	height: 100%;
	}
html {
	background:transparent url(img/background-middle.jpg) repeat-y center 0;
	}
body {
	background:transparent url(img/background-top.jpg) no-repeat center 0;
	font-size:0.7em;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	}
img {
	border:0;
	}
a {
	color:#333;
	_color:#003f86;
	text-decoration:none;
	cursor:pointer;
	}
a:hover {
	color:#d15c17;
	}
a:active {
	color:#222;
	}
#container #wrap #content h1 a {
	color:#003f86;
	}
ul {
	overflow:hidden;
	}
hr {
	visibility:hidden;
	clear:both;
	}

.separator {
	display:inline;
	width:12px;
	height:8px;
	}
	
.clear {
	clear:both;
	}
table {
	width:99%;
	}
p {
	line-height:1.1em;
	}

.required {
	color:#c00;
	}
.photosNonContractuelles {
	color:#666666;
	float:right;
	font-size:1em;
	font-style:italic;
	padding:3px 22px;
	}

/* ----------container pour centrer le layout-------- */
#container {
	margin:0 auto;
	width:992px;
	}

/* ----------header-------------- */
#header {
	height:100px;
	text-align:center;
	position:relative;
	}
#header ul {
	color:#FFF;
	padding-top:8px;
	overflow:inherit;
	}
#header li {
	display:inline;
	padding:0 3px;
	}

#header a,
#header a:visited,
#header a:hover,
#header a:active {
	color:#FFF;
	text-decoration:none;
	}
#header a.logo {
	background-color:transparent;
	margin-top:8px;
	float:left;
	display:block;
	height:85px;
	width:350px;
	}
#header a.logo img{
	display:none;
	}
div#container div#header a#encartCaddie {
	color:#999999;
	display:block;
	float:right;
	font-weight:bold;
	height:45px;
	margin:10px 1px 0 0;
	padding:15px 15px 0 65px;
	text-align:right;
	width:157px;
	}
div#container div#header div#contactSearch {
	position:absolute;
	right:2px;
	top:76px;
	width:220px;
	}
	div#container div#header div#contactSearch a{
		color:#333333;
		display:inline;
		}
	div#container div#header div#contactSearch a:hover,
	div#container div#header a#encartCaddie:hover {
		color:#FF3300;
		}
	
#wrap {
	margin:0 auto;
	position:static;
	z-index:20;
	} 
	
/* --------------topmenu------------- */

#topmenu { font-weight:bold; padding: 0; margin:0 auto; height:40px; background: transparent url(img/topmenu/categorie-center.jpg) repeat-x 0 0; z-index:1200; position:relative; width:993px; }
ul.menuderoulant { width:100%; height:100%; }
#topmenu li { float: left; list-style: none; font-size:12px; height:100%; width:63px; }
#topmenu li.imgContainer { width:8px; }
#topmenu li.firstLast { width:4px; }
	
#topmenu li.homePage a.entete-menu { background: transparent url(img/topmenu/home-center.jpg) repeat-x 0 0; }
#topmenu li.promo a.entete-menu { background: transparent url(img/topmenu/promo-center.jpg) repeat-x 0 0; color:red; }

#topmenu li a {	display: block; height:26px; text-decoration: none; color: #EAFFED;text-align:center; height:100%; line-height:0.95em; }
#topmenu li a span { margin-left:auto; margin-right:auto; position:relative; top:35%; font-size:0.95em; line-height:0.9em; }
#topmenu li a.twoline span { top:20%; } #topmenu li a.threeline span {top:6%; } #topmenu li a.fourline span {top:3%; font-size:0.9em; line-height:0.8em; }

#topmenu li ul { margin: 1px 0 0 0; padding: 0; position:absolute; visibility: hidden; z-index:600; width:145px; }
#topmenu li ul li { background:transparent url(img/topmenu/topmenu-center.png) repeat-y scroll; display:block; float:none; height:28px; width:96%;  padding:0 2%}

#topmenu li ul li.first { background:transparent url(img/topmenu/topmenu-up.png) repeat-y scroll top; padding-top:4px; }
#topmenu li ul li.last { background:transparent url(img/topmenu/topmenu-down.png) repeat-y scroll bottom; }

#topmenu li ul li a {
	color:#FFFFFF;
	display:inline-block;
	font-size:11px;
	font-weight:lighter;
	line-height:1em;
	text-align:left;
	width:100%;
	z-index:200;
	background:none;
	}
#topmenu li ul li a:hover { color:#EA0B00; }
#topmenu li ul li a span { line-height:0.9em; }

/* --------------sidebar------------- */

#sidebar {
	width:177px; 
	padding-left:7px;
	float:left;
	margin-top:12px;
	text-align:left;
	}
#sidebar #rechercher {
	background:#fff url(img/amalgame-commun.gif) no-repeat scroll 0px -858px;
	height:61px;
	padding:1px 9px;
	clear:both;
	}
	
#sidebar #rechercher input {
	float:left;
	width:120px;
	margin-top:6px;
	}
	
#sidebar #rechercher input#bouton-rechercher {
	height:25px;
	margin-left:6px;
	margin-top:4px;
	width:25px;
	}
#sidebar #rechercher span{
	font-family:helvetica, arial;
	font-weight:bold;
	font-size:1.1em;
	color:#003F86;
	margin-top:7px;
	display:block;
	}

#sidebar #contactRapide {
	margin-top:2px;
	width:177px;
	height:153px;
	background:#fff url(img/amalgame-langue.gif) no-repeat 0px -71px;
	}
#sidebar #menuRapide {
	margin-bottom:0px;
	margin-top:10px;
	border-bottom:1px dotted red;
	border-top:1px dotted red;
	float:left;
	height:65px;
	width:175px;
	}
	
#sidebar #menuRapide a#btnCaddie {
	background:#FFFFFF url(img/amalgame-langue.gif) no-repeat scroll -7px -293px;
	}
	
#sidebar #menuRapide a#btnContact {
	background:#FFFFFF url(img/amalgame-langue.gif) no-repeat scroll -112px -293px;
	}
	
#sidebar #menuRapide a#btnInfo {
	background:#FFFFFF url(img/amalgame-langue.gif) no-repeat scroll -59px -293px;
	}
	
#sidebar #menuRapide a#btnCaddie:hover{
	background-position:-7px -233px;
	}
	
#sidebar #menuRapide a#btnContact:hover{
	background-position:-112px -233px;
	}

#sidebar #menuRapide a#btnInfo:hover{
	background-position:-59px -233px;
	}

#sidebar #menuRapide a {
	display:block;
	float:left;
	height:57px;
	margin-top:4px;
	margin-bottom:5px;
	margin-left:10px;
	_margin-left:5px;
	*margin-left:6px;
	width:47px;
	}
#sidebar ul.menuderoulant {
	clear:both;
	}
#sidebar ul.menuderoulant li.homePage {
	display:none;
	}	
#sidebar #encart-retour {
	background:url(img/amalgame-commun.gif) -3px -694px;
	width:171px;
	height:53px;
	}

#sidebar ul.menuderoulant li ul a:hover {
	color:orange;
	}
#sidebar ul.menuderoulant li ul a.twoline{
	line-height:0.9em;
	padding:8px 0 5px 8px;
	margin:-2px 0;
	}
#sidebar ul.menuderoulant li.couvertures a.entete-menu {
	height:36px;
	padding-top:10px;
	}
#sidebar ul.menuderoulant li.fiches-pratiques span.entete-menu,
#sidebar ul.menuderoulant li a.entete-menu {
	display:block;
	font-size:1.0em;
	height:29px;
	padding:16px 13px 0 0;
	line-height:1.1em;
	}
#sidebar ul.menuderoulant li.fiches-pratiques span.entete-menu{
	background:url(img/amalgame-commun.gif) -3px -330px;
	margin-top:3px;
	text-align:right;
	color:#ffffff;
	display:block;
	font-family:helvetica,arial;
	font-size:1.0em;
	height:39px;
	font-weight:lighter;
	}
#sidebar ul.menuderoulant li.promo a{
	/*background:#fff url(img/index/pub-index-colonne.gif) no-repeat 0 0;
	display:block;
	width:177px;
	height:196px;
	border:none;
	text-indent:-9999px;
	margin:0;
	padding:0;*/
	display:none;
	}	
	
#sidebar div.liste{
	width:100%;
	}
	#sidebar div.liste p {
		background:transparent url(img/amalgame-commun.gif) no-repeat scroll 0 0;
		color:#FFFFFF;
		display:block;
		font-family:helvetica,arial;
		font-size:1.0em;
		height:auto;
		margin:0;
		min-height:37px;
		overflow:hidden;
		padding:8px 3px 6px 65px;
		width:105px;
		font-weight:lighter
		}
	#sidebar div#themesComplementaires p{
		background-position:0 -165px;
		}
	#sidebar div#themesConnexes p{
		background-position:0 -245px;
		}
	#sidebar div.liste ul {
		margin:0 0 0 3px;
		padding:0;
		width:171px;
		overflow:hidden;
		height:auto;
		}
		#sidebar div.liste ul li,
		#sidebar ul.menuderoulant li ul a {
			background:none;
			border-left:medium none;
			border-top:1px dotted #B3B3B3;
			margin:0; _margin:2px 2px -14px 0;
			padding:8px 6px; _padding:5px 6px 0 6px;
			width:158px;
			display:block;
			}
			#sidebar ul.menuderoulant li a {
				_margin-top:5px;
				}
		#sidebar ul.menuderoulant li.fiches-pratiques {
			margin:10px 0 0 3px;
			}
		#sidebar ul.menuderoulant li.fiches-pratiques ul a{
			width:162px;
			}
		#sidebar ul.menuderoulant li.fiches-pratiques ul a.last{
			background-position:-3px -129px;
			padding-bottom:7px;
			}
			#sidebar div.liste ul li img{
				width:80px;
				height:80px;
				border:1px solid #b3b3b3;
				_margin:4px 4px -4px 0;
				}
		#sidebar div.liste ul li.lastListElement,
		#sidebar div.finLienAnnexe{
			border:medium none;
			height:4px;
			margin:0 0 -14px 0;
			}
			#sidebar div.finLienAnnexe {
				background:#EFEDED url(img/amalgame-commun.gif) no-repeat scroll -3px -522px;
				height:3px;
				margin:-10px 0 0 3px;
				}
#sidebar a.lienAnnexe {
	background:#FFFFFF url(img/amalgame-commun.gif) no-repeat scroll -3px -412px;
	color:#FFFFFF;
	display:block;
	font-family:helvetica,arial;
	font-weight:lighter;
	height:auto;
	line-height:1em;
	margin:5px 3px 10px;
	min-height:35px;
	padding:7px 3px 2px 62px;
	}
/* -----------------content--------------------- */
#content { 
	float:right;
	height:100%;
	margin:0 10px 0 8px;
	overflow:hidden;
	padding-top:10px;
	position:relative;
	width:790px;
	}

#content #path {
	width:792px;
	height:23px;
	margin-bottom:7px;
	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:#006cab;
	}
#content #path a.last {
	color:#c00;
	}

/*  ----------------footer---------------------- */
#footer {
	clear:both;
	text-align:right;
	font-size:1em;
	padding-top:22px;
	padding-right:10px;
	position:relative;
	z-index:100;
	overflow:auto;
	width:100%;
	}
#footer,
#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#FF9900;
	text-decoration:none;
	line-height:1.2em;
	}
#footer div {
	float:right;
	}
#footer #rappelLogo {
	border-left:1px solid #aaa;
	margin-left:10px;
	}
#footer ul {
	margin-right:10px;
	padding:1px 14px 1px 0;
	}
#footer ul li {
	display:inline;
	border-right:1px solid #FF9900;
	padding:0 5px;
	}
#footer ul li.last {
	padding-right:0;
	border-right:0;
	}
#footer2 {
	height:235px;
	clear:both;
	background:transparent url(img/background-bottom.jpg) no-repeat scroll center top;
	position:relative;
	z-index:2;
	}
#pied-de-page {
	color:white;
	margin:0 auto;
	padding:5px;
	width:970px;
	position:relative;
	overflow:hidden;   
	}
#pied-de-page ul, #pied-de-page p#contactBdP {
	display:block;
	width:19.9%;
	float:left;
	margin:15px 0 0 0;
	}
	
#pied-de-page ul.sepa2cols { width:580px; display:block; }
#pied-de-page ul.sepa2cols li.titrage {width:200px; }
#pied-de-page ul.sepa2cols li p span {display:block; float:left; margin:0 5px; width:48%; _width:45%; }
#pied-de-page p#contactBdP span.titrage { display:block; line-height:1.2em; }

#pied-de-page p span img { width:155px; }

#pied-de-page ul li a{ color:white; }

#pied-de-page a:hover { color:#F00; }

.footerClear{ clear:left; }

ul#menuService { width:300px; position:relative; margin:0; height:80px; clear:right; *margin-right:665px; }
ul#menuService li { background:transparent url(img/amalgame-picto-pdp.png) no-repeat scroll; width:51px; display: block; height:80px; margin:0 5px 0 0; float:left; }
ul#menuService li a { width:100%; height:100%; display:block; }
ul#menuService li#fichePratique {background-position:-5px -7px }		ul#menuService li#fichePratique:hover {background-position:-5px -99.5px }
ul#menuService li#sav {background-position:-61px -7px }					ul#menuService li#sav:hover {background-position:-61px -99.5px }
ul#menuService li#faq {background-position:-117px -7px }				ul#menuService li#faq:hover {background-position:-117px -99.5px }
ul#menuService li#lexique {background-position:-173px -7px }			ul#menuService li#lexique:hover {background-position:-173px -99.5px }
ul#menuService li#paiementFacile {background-position:-229px -7px }		ul#menuService li#paiementFacile:hover {background-position:-229px -99.5px }
 
div#pied-de-page li.titrage span, div#pied-de-page span.titrage { border-bottom:1px dotted; color:#81B2D5; display:block; font-size:1.2em; font-variant:small-caps; margin:0 0 5px; width:86%; }
 
li#facebook, li#twitter { background:transparent url(img/amalgame-picto-pdp.png) no-repeat scroll; padding:0 0 0 20px; width:100%; display:block; height:16px; }
li#facebook { background-position:-509px -7px; }						li#facebook:hover { background-position:-509px -26px; }
li#twitter { background-position:-509px -46px; margin:3px 0 0 0; }		li#twitter:hover { background-position:-509px -65px; }

ul#lienspartenaires { width:985px; }
/*  ----------------ilustrations en bas de page---------------------- */	
.illustration-titre {
	background:transparent url(img/amalgame-commun.gif) no-repeat scroll 0px 0px;
	height:38px;
	width:44px;
	float:left;
	}
/*  ----------------listes horizontales---------------------- */
.liste {
	margin-top:10px;
	}
.liste h2 {
	background:transparent url(img/amalgame-recursif.gif) no-repeat scroll -5px -71px;
	color:white;
	font-size:1.3em;
	height:26px;
	padding-left:3.3em;
	padding-top:0.7em;
	width:732px;
	clear:both;
	}
.liste ul {
	margin:10px 0 0 0;
	width:475px;
	}
.liste ul.liste-elements {
	width:100%;
	}
.liste ul.contact {
	width:475px;
	
	}
.liste ul li {
	float:left;
	width:182px;
	_height:90px;
	list-style:none;
	margin:6px 2px 6px 0;
	padding:0 5px;
	border-left:1px dotted red;
	}
.liste ul li span,
.liste ul li a {
	line-height:1.4em; _margin-top:5px;
	}
	.liste ul li a span {
		display:block;
		float:left;
		line-height:0.9em;
		width:70px;
		}
.liste ul li span.libelle {
	font-weight:bold;
	}
.liste ul a {
	display:block;
	}
.liste ul img {
	width:40px;
	height:40px;
	float:left;
	margin:0 5px 0 0;
	}
.liste ul .prixConnexe {
	font-size:14px;
	font-weight:bold;
	padding-left:0px;
	padding-right:3px;
	color:#FF0000;
	font-size:16px;
	}
ul.liste-elements .prixVente,
ul.liste-elements .prixBarre {
	display:block;
	}
.liste ul .prixBarre {
	font-size:11px;
	text-decoration:line-through;
	margin-left:10px;
	color:#c00;
	}
.liste ul .prixVente,
.liste ul .prixPrefixe {
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:14px;
	color:#c00;
	}
/*.liste ul .prixPrefixe {
	font-weight:normal;
	}*/
#container #menu #flash-menu {
	height:176px;
	padding-top:10px;
	position:relative;
	}
	
/*  ----------------ABML---------------------- */

h1, h2, h3, h4, h5 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	margin-top:15px;
	}
h1, h2, h4, h1 a {
	color:#003F86;
	}
h1 {
	font-weight:bold;
	font-size:1.9em;
	}
h3, h5 {
	color:grey;
	border-bottom:1px solid #d5d5d5;
	}

h2 {
	font-size:1.5em;
	margin-bottom:1em;
	}
h3 {
	font-size:1.3em;
	}
h4 {
	font-size:1.2em;
	}
h5 {
	font-size:1.1em;
	font-weight:normal;
	}
div#redaction {
	font-size:1.1em;
	line-height:1.3em;
	}
.noir {
	color:#000;
	font-weight:bolder;
	}
.rouge {
	font-weight:normal;
	color:#f00;
	}
.orange {
	color:#FF8000;
	font-weight:bolder;
	text-decoration:none;
	}
.vert {
	color:#339900;
	font-weight:bolder;
	text-decoration:none;
	}
.bleu {
	color:#025787;
	font-weight:bolder;
	}
.blanc {
	color:#fff;
	font-weight:bolder;
	}

a.lien {
	color:#CC0000;
	text-decoration:underline;
	}
a.lien:hover {
	color:#6699CC;
	text-decoration:none;
	}
a.lien2 {
	text-decoration:underline;
	font-weight:bold;
	}
a.lien2:hover {
	color:#CC0000;
	text-decoration:none;
	}
.legende {
	color:#F26822;
	display:inline;
	font-size:11px;
	font-weight:normal;
	line-height:110%;
	text-align:center;
	z-index:20;
	}
.tableau {
	color:#000;
	width:99%;
	background-color:#fff;
	border-collapse:collapse;
	margin:0 auto;
	position:relative;
	_position:static;
	z-index:0;
	}
.tableau td,
.grille td {
	padding:4px 2px;
	}
.tableau td {
	background-color:#f3f2f3;
	border:1px solid #fff;
	}
.grille {
	width:98%;
	clear:both;
	background-color:#fff;
	text-align:normal;
	margin:0;
	position:relative;
	_position:static;
	}
.grille table {
	width:100%;
	}
table.grille td p {
	text-align:left;
	}
	
@media print {	
	.noPrint {
		display:none;
		}
}/* entete de page */

img#banniere{
	display:none
	}
#header a.logo {
	width:435px;
	}
	
/*top menu*/

#topmenu li.homePage { width:50px; }
#topmenu li.promo { width:75px; }

/*Pour le bug de dépassement du fond de site, sous IE*/

#topmenu li.spa ul,
#topmenu li.relaxation ul {
	*margin:7px 0px 0 -90px;
	_margin:7px 0px 0 -90px;
	}

/*sidebar-menu*/

#sidebar ul.menuderoulant li.promo a {
	display:none;
	}
/* pied de page */

#pied-de-page ul.liensbdp,
#pied-de-page p#contactBdP {
	margin:55px 0 0 15px;
	}
#pied-de-page p#contactBdP {
	margin-left:192px;
	width:491px;
	}