.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;
	}
body {
	line-height: 1;
	}
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:#222;
	text-decoration:none;
	cursor:pointer;
	}
a:hover {
	color:#d15c17;
	}

a:active {
	color:#222;
	}
ul {
	overflow:hidden;
	}
hr {
	visibility:visible;
	clear:both;
	}
h1, h2 {
	font-family:helvetica,arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	}
h1 {
	color:#003f86;
	line-height:1.5em;
	margin-top:5px;
	margin-bottom:10px;
	font-family:helvetica,arial,sans-serif;
	}
h2 {
	color:#003f86;
	font-family:helvetica,arial,sans-serif;
	margin:15px 0 5px;
	padding-bottom:5px;
	font-size:1.5em;
	}
h2, h3 {
	margin-top:5px;
	line-height:1.2em;
	color:#003f86;
	font-family:helvetica,arial,sans-serif;
	}

.separator {
	color:#c00;
	font-weight:bold;
	font-size:1.1em;
	}
.clear {
	clear:both;
	}
table {
	width:99%;
	}
p {
	line-height:1.3em;
	padding:3px 0;
	}

.required {
	color:#c00;
	}
.photosNonContractuelles {
	color:#666666;
	float:right;
	font-size:1em;
	font-style:italic;
	padding:2px 26px;
	}

/* ----------container pour centrer le layout-------- */
#container {
	margin:0 auto;
	width:984px;
	}

/* ----------header-------------- */
#header {
	height:116px;
	text-align:center;
	position:relative;
	}
#header ul {
	color:#FFF;
	padding-top:8px;
	overflow:inherit;
	}
#header li {
	display:inline;
	padding:0 3px;
	}
#header #flash-page {
	background-color:transparent;
	margin-top:10px;
	position:absolute;
	right:0;
	}
#header #flash-page object {
	text-align:left;
	}

#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;
	}
#container #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;
	} 

/* --------------sidebar------------- */
#sidebar {
	width:160px; 
	_margin-left:1px;
	float:left;
	margin-top:4px;
	text-align:center;
	}
#sidebar a.lienDivers {
	border-bottom:1px dotted red;
	border-top:1px dotted red;
	display:block;
	height:17px;
	margin:0 0 10px 10px;
	padding:5px 0 0 5px;
	text-align:left;
	width:147px;
	}
	
#sidebar #newsletter {
	background:transparent url(img/amalgame-langue.gif) no-repeat scroll -578px -118px;
	height:180px;
	width:168px;
	position:relative;
	}
#sidebar #flash-menu {
	position:static;
	margin-left:1px;
	*margin-left:8px;
	height:217px;
	width:160px;
	}
#sidebar #flash-menu object {
	position:relative;
	z-index:100;
	top:0;
	_margin-left:-315px;
	}
#sidebar #contactRapide {
	margin-top:2px;
	width:170px;
	height:186px;
	background:#fff url(img/amalgame-langue.gif) no-repeat 0 -4px;
	margin-left:-1px;
	*margin-left:4px;
	}
#sidebar #menuRapide {
	border-bottom:1px dotted red;
	border-top:1px dotted red;
	height:58px;
	margin-bottom:10px;
	margin-left:10px;
	margin-top:15px;
	padding-bottom:4px;
	padding-top:5px;
	width:150px;
	}
#sidebar #menuRapide a {
	display:block;
	width:43px;
	height:57px;
	float:left;
	margin:0 3px;
	}
#sidebar #menuRapide a#btnCaddie {
	background:#fff url(img/amalgame-langue.gif) no-repeat -12px -314px;
	}
#sidebar #menuRapide a#btnCaddie:hover{
	background:#fff url(img/amalgame-langue.gif) no-repeat -12px -256px;
	}
#sidebar #menuRapide a#btnContact {
	background:#fff url(img/amalgame-langue.gif) no-repeat -66px -314px;
	}
#sidebar #menuRapide a#btnContact:hover {
	background:#fff url(img/amalgame-langue.gif) no-repeat -66px -256px;
	}
#sidebar #menuRapide a#btnInfo {
	background:#fff url(img/amalgame-langue.gif) no-repeat -121px -314px;
	}
#sidebar #menuRapide a#btnInfo:hover {
	background:#fff url(img/amalgame-langue.gif) no-repeat -121px -256px;
	}
	
#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) -181px -310px;
	margin-top:3px;
	text-align:right;
	color:#ffffff;
	display:block;
	font-family:helvetica,arial;
	font-size:1.em;
	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;
	}	
	
#sidebar div.liste{
	width:100%;
	margin-left:7px;
	}
	#sidebar div.liste h2 {
		background:transparent url(img/amalgame-commun.gif) no-repeat scroll 0 0;
		color:#FFFFFF;
		display:block;
		font-family:helvetica,arial;
		font-size:1em;
		line-height:1em;
		height:auto;
		margin:0;
		min-height:37px;
		overflow:hidden;
		padding:8px 3px 6px 54px; _padding-bottom:20px;
		width:99px;
		font-weight:lighter;
		text-align:left;
		}
	#sidebar div#themesComplementaires h2{
		background-position:-181px -143px;
		}
	#sidebar div#themesConnexes h2{
		background-position:-181px -223px;
		}
	#sidebar div.liste ul {
		margin:0 2px 0 3px;
		padding:0;
		width:155px;
		overflow:hidden;
		height:auto;
		}
		#sidebar div.liste ul li,
		#sidebar ul.menuderoulant li ul a {
			background:#FFFFFF url(img/amalgame-commun.gif) no-repeat scroll -381px -216px;
			border-left:medium none;
			border-top:1px dotted #B3B3B3;
			margin:0; *margin-top:-4px;
			padding:8px 6px; *padding-right:11px; _padding:2px 11px 10px 6px;
			width:140px; *width:136px;
			display:block;
			overflow:hidden;
			_height:auto;
			}
			#sidebar div.liste ul li span,
			#sidebar div.liste ul li a span {
				display:block;
				/* float:left; */
				margin:4px 0 0 4px;
				text-align:right;
				}
			#sidebar ul.menuderoulant ul li a {
				_margin-top:5px;
				}
		#sidebar ul.menuderoulant li.fiches-pratiques {
			margin-left:3px;
			}
		#sidebar ul.menuderoulant li.fiches-pratiques ul a{
			width:162px;
			}
		#sidebar ul.menuderoulant li.fiches-pratiques ul a.last{
			background-position:-3px -109px;
			}
			#sidebar div.liste ul li img{
				width:65px;
				height:65px;
				border:1px solid #b3b3b3;
				_margin:4px 4px -4px 0;
				float:left;
				}
		#sidebar div.liste ul li.lastListElement,
		#sidebar div.finLienAnnexe{
			background:transparent url(img/amalgame-commun.gif) no-repeat scroll -384px -633px;
			border:medium none;
			height:4px;
			margin:0 0 -14px 0; *margin-top:-4px;
			}
			#sidebar div.finLienAnnexe {
				background-position:-184px -501px;
				height:3px;
				margin:-10px 0 0 10px;
				width:169px;
				}
#sidebar a.lienAnnexe {
	background:#FFFFFF url(img/amalgame-commun.gif) no-repeat scroll -184px -389px;
	color:#FFFFFF;
	display:block;
	font-family:helvetica,arial;
	font-weight:lighter;
	height:auto;
	line-height:1em;
	margin:10px;
	min-height:35px;
	padding:13px 3px 2px 48px; _padding-bottom:10px;
	width:101px;
	text-align:left;
	}
			
/*----------------recherche----------------------*/
#sidebar #rechercher {
	background:transparent url(img/amalgame-commun.gif) no-repeat -190px -679px;
	margin:10px;
	width:157px;
	height:60px;
	}
#sidebar #rechercher span{
	color:#333333;
	display:block;
	font-size:1.2em;
	text-align:left;
	padding:4px 0 0 8px;
	}
#sidebar #rechercher form{
	margin-top:5px;
	padding-left:4px;
	}
#sidebar #rechercher input {
	float:left;
	margin:0 3px;
	width:103px;
	}

#sidebar #rechercher input#bouton-rechercher {
	height:25px;
	margin-left:6px;
	margin-top:-1px;
	width:25px;
	}


/* -----------------Elements de menu purs :: menu horizontal--------------------- */

#wrap #topmenu {
	position:relative;
	z-index:1200;
	margin-top:-20px;
	margin-left:-8px;
	_padding-left:9px;
	*margin-left:-8px;
	}
#wrap #topmenu .menuderoulant {
	background:url(img/background-menu-top.png) no-repeat;
	font-weight:bold;
	height:40px;
	margin:0;
	padding:0;
	width:1000px;
	z-index:1200;
	}
#wrap #topmenu .menuderoulant li {
	float:left;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	}
#wrap #topmenu .menuderoulant li a.entete-menu {
	padding-top:17px;
	}
#wrap #topmenu .menuderoulant li a {
	color:#EAFFED;
	display:block;
	height:26px;
	text-decoration:none;
	width:70px;
	}
#wrap #topmenu .menuderoulant li.promo a.entete-menu{
	width:95px;
	color:red;
	font-variant:small-caps;
	font-size:1.2em;
	}
#wrap #topmenu .menuderoulant li.musculation a.entete-menu{
	width:86px;
	}
#wrap #topmenu .menuderoulant li.cardio-training a.entete-menu{
	width:101px;
	}
#wrap #topmenu .menuderoulant li.electrostimulation a.entete-menu{
	width:121px;
	}
#wrap #topmenu .menuderoulant li.massage-relaxation a.entete-menu{
	width:92px;
	}
#wrap #topmenu .menuderoulant li.soins-corps-visage a.entete-menu{
	width:76px;
	}
#wrap #topmenu .menuderoulant li.gym a.entete-menu{
	width:108px;
	}
#wrap #topmenu .menuderoulant li.mesure-securite a.entete-menu{
	width:134px;
	}
#wrap #topmenu .menuderoulant li.nutrition a.entete-menu{
	width:100px;
	}
#wrap #topmenu .menuderoulant li.soins-corps-visage a.entete-menu,
#wrap #topmenu .menuderoulant li.gym a.entete-menu,
#wrap #topmenu .menuderoulant li.mesure-securite a.entete-menu,
#wrap #topmenu .menuderoulant li.massage-relaxation a.entete-menu {
	padding-top:11px;
	}

#wrap #topmenu .menuderoulant li.nutrition a.entete-menu {
	padding-top:11px;
	}
#wrap #topmenu .menuderoulant li.promo a.entete-menu {
	text-indent:-9999px;
	}	
	
#wrap #topmenu .menuderoulant li ul {
	margin:0;
	padding:0;
	position:absolute;
	visibility:hidden;
	z-index:600;
	}
#wrap #topmenu .menuderoulant li ul li{
	float: none;
	line-height:0.9em;
	*margin-top:-4px;
	_margin-top:-4px;
	text-align:left;
	z-index:200;
	}
#wrap #topmenu .menuderoulant li ul li a {
	width: auto;
	background: #A9C251;
	color: #fff;
	font-weight:lighter;
	height:27px;
	font-size:11px;
	padding-left:4px;
	width:145px;
	}
#wrap #topmenu .menuderoulant li ul li a{
	background:transparent url(img/topmenu-center.png) no-repeat scroll center top;
	padding-top:7px;
	}
#wrap #topmenu .menuderoulant li ul li a:hover {
	color:#d50000
	}
#wrap #topmenu .menuderoulant li ul li.ouverture a{
	background:transparent url(img/topmenu-up.png) no-repeat scroll center top;
	}
#wrap #topmenu .menuderoulant li ul li.fermeture a{
	background:transparent url(img/topmenu-down.png) no-repeat scroll center bottom;
	}
#wrap #topmenu .menuderoulant li.soins-corps-visage ul,
#wrap #topmenu .menuderoulant li.gym ul,
#wrap #topmenu .menuderoulant li.mesure-securite ul {
	padding-top:6px;
	}
/* -----------------content--------------------- */
#content { 
	position:relative;
	padding-top:10px;
	overflow:hidden;
	height:100%;
	float:right;
	width:803px;
	_width:798px;
	}

#content #path {
	width:792px;
	height:23px;
	margin-bottom:7px;
	background:transparent url(img/background-ariane.png) no-repeat 0 0;
	font-style:normal;
	font-weight:bold;
	color:#222;
	font-size:1em;
	}
#content #path div {
	padding:5px 0 5px 5px;
	}
#content #path a {
	text-decoration:none;
	}
#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:40px;
	background:transparent url(img/background-bottom.jpg) no-repeat center bottom;
	position:relative;
	z-index:2;
	}
	
/*  ----------------listes horizontales---------------------- */

.liste ul .prixConnexe {
	font-size:14px;
	font-weight:bold;
	padding-left:0px;
	padding-right:3px;
	color:#FF0000;
	font-size:16px;
	}
.liste ul .prixBarre {
	font-size:13px;
	text-decoration:line-through;
	margin-left:10px;
	color:#c00;
	}
.liste ul .prixVente,
.liste ul .prixPrefixe {
	font-weight:bold;
	font-size:15px;
	color:#c00;
	}

@media print {	
	.noPrint {
		display:none;
		}
}#wrap #topmenu .menuderoulant li.homepage a.entete-menu {
	width:80px;
	}

#wrap #topmenu .menuderoulant li.promo a.entete-menu {
	width:105px;
	}
#wrap #topmenu .menuderoulant li.cardio-training a.entete-menu {
	width:107px;
	}
#wrap #topmenu .menuderoulant li.musculation a.entete-menu {
	width:110px;
	}
#wrap #topmenu .menuderoulant li.electrostimulation a.entete-menu {
	width:131px;
	}
#wrap #topmenu .menuderoulant li.massage-relaxation a.entete-menu {
	width:158px;
	padding-top:17px;
	}
#wrap #topmenu .menuderoulant li.soins-corps-visage a.entete-menu {
	width:144px;
	}
#wrap #topmenu .menuderoulant li.mesure-securite a.entete-menu {
	width:144px;
	padding-top:11px;
	}
#wrap #topmenu .menuderoulant li.soins-corps-visage a.entete-menu {
	padding-top:17px;
	}
#demande-piece-detachee p{
	width:782px;
	}
#lienPieces a{
	float:right;
	}

#sidebar div#themesComplementaires h2,
#sidebar div#themesConnexes h2 {
	font-size:1em;
	line-height:1em;
	padding:8px 2px 7px 55px;
	text-align:left;
	width:98px;
	}

