﻿a img { border: none; }
.zou {
	position: absolute;
	left:-9999px;
	text-indent: -9999px;
}

.stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;     
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
	
}

.stepwizard-row:before {
    top: 15px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
    
}

.stepwizard-step {    
    display: table-cell;
    text-align: center;
    position: relative;
	width: 50%;
}

.btn-circle {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 1px 0;
  font-size: 12px;
  line-height: 2.1;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin-left:auto;
  margin-right:auto;
  background:white;
  
}

.btn-primary {
    background-color: #F7B960;
    border-bottom-color: #ff9805;
    border-left-color: #ff9805;
    border-right-color: #ff9805;
    border-top-color: #ff9805;
    color: #fff;
}


.progressbar {
	width: 720px;
	padding: 0;
	margin: 6px 0 20px 0;
	color: #f7e0b0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: url(/img/juiz/progressbar.png) center top no-repeat;
}
.progressbar li {
	display: inline-block;
	width: 240px;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}
.progressbar .etape_ok { color: #ff9805; }

.etape2 { background-position: 0 -55px; }
.etape3 { background-position: 0 -110px; }

h1 { margin-bottom: 15px; }
h1.others {
	color: #99ccff;
	margin-bottom: 0.2em;
	cursor: pointer; /* JUIZ */
}
h1.others2 {
	cursor: pointer; /* JUIZ */
	font-size: 2em;
	margin-bottom: 0.2em;
	color: #299cff;
}
h1.others3 {
	cursor: pointer; /* JUIZ */
	font-size: 1.8em;
	margin-bottom: 0.2em;
	color: #4d91cc;
}

#information_menu {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	/*z-index: 900;*/
}
#information_menu > li {
	display: inline-block;
	width: 108px;
	height: 66px;
}
#information_menu > li > a {
	position: relative;
	display: inline-block;
	padding: 3px;
	/*border: 1px solid #ffa140;*/
	/*background: #ffb31a;*/
	color: rgba(0, 0, 0, 0.34);
	text-decoration: none;
	
	/*-moz-border-radius: 4px;*/
	/*-webkit-border-radius: 4px;*/
	/*border-radius: 4px;*/
}
#information_menu .even a {
	/*color: #ff5553;*/
	/*border-color: #ff5451;*/
	/*background: #ff6b68;*/
}
#information_menu .promo a {
	/*color: #8cc4ff;*/
	/*border-color: #8cc4ff;*/
	/*background: #add4ff;*/
}
#information_menu > li > a span {
	position: absolute;
	top: 0; 
	left: 0;
	width: 108px;
	height: 16px;
	background: #fff;
}
#information_menu > li > a > span.shadow {
	top: -3px;
	left: -29px;
	height: 26px;
	background: transparent url(/img/juiz/ombre-menu.png) center top no-repeat;
}














#promo ul, .promotions ul {
	margin: 0 10px;
	padding: 1px;
}
.promotions {
	margin-bottom: 25px;
	/*background: #77afea url(/img/juiz/bg-promo.png) 0 0 repeat-x;*/
	background: #C9E3FD;
	/*-moz-box-shadow: 1px 1px 6px #999;*/
	/*-webkit-box-shadow: 1px 1px 6px #999;*/
	/*box-shadow: 1px 1px 6px #999;*/
}
.promotions ul { margin: 0 50px; }
.promotions img {
	margin-top: 5px;
	margin-left: 5px;
	float: left;
}
#promo li, .promotions li {
	margin: 20px 0 10px 0;
	padding-top: 10px;
	list-style: none;
	text-align: center;
	border-top: 1px dotted #fff;
}
#promo li:first-child, .promotions li:first-child {
	margin-top: 12px; 
	padding: 0;
	border-top: 0 none;
}
#promo li p, .promotions li p {
	margin: 0.1em 0;
}
.promo_title {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
}
.promo_content {
	font-weight: bold;
	color: #1e4e80;
	font-size: 1.2em;
}

.volet ol li { margin-bottom: 5px;}
.volet ol strong { text-shadow: 1px 1px 0 #b86b10;}
.volet .conseils { font-style: italic; }
.volet .conseils p { 
	font-weight: bold;
	margin-bottom: 0;
}
.volet .conseils ul { margin-top: 0;}

#sendtoafriend { text-align: center; }
.volet form {
	width: 200px;
	margin: auto;
}
.volet input {
	width: 90%;
	padding: 3px;
	background: #f5dec4;
	border: 1px solid #d37c12;
	color: #d37c12;
	text-align: center;
	
	/*-moz-border-radius: 8px;*/
	/*-webkit-border-radius: 8px;*/
	/*border-radius: 8px;*/
}
.volet input:focus { border-color: #fff; }
.volet #my_code { color: #555; }
.volet #friend_submit {
	color: #fff;
	background: #ef952a;
	cursor: pointer;
	width: 50%;
	
	-moz-box-shadow: -1px -1px 10px #e58614 inset, 2px 2px 4px #fff inset;
	-webkit-box-shadow: -1px -1px 10px #e58614 inset, 2px 2px 4px #fff inset;
	box-shadow: -1px -1px 10px #e58614 inset, 2px 2px 4px #fff inset;
}
.volet #friend_submit:hover, .volet #friend_submit:focus {
	cursor: pointer;
	width: 50%;
	
	-moz-box-shadow: 2px 2px 2px #d07c18 inset, -2px -2px 6px #e7d0b5 inset;
	-webkit-box-shadow: 2px 2px 2px #d07c18 inset, -2px -2px 6px #e7d0b5 inset;
	box-shadow: 2px 2px 2px #d07c18 inset, -2px -2px 6px #e7d0b5 inset;
}

/* = la galerie des photos */
.order {
	padding: 0;
	margin: 0;
}
.conseil {
	margin-top: 15px;
	padding: 5px 10px;
}
.conseil img {
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}
.viewphoto { margin-bottom: 0; }
div.item_photo {
	float: left;
	width: 130px; /* enlevé de son attribut style */
	height: 170px;
	text-align: center;
}
div.item_photo > .image {
	display: block;
	width: auto;
	margin: 7px auto 8px auto;
	z-index: 5;
	border: 0 none; /* enlevé de son attribut style */
	
	-moz-box-shadow: 2px 1px 4px #555;
	-webkit-box-shadow: 2px 1px 4px #555;
	box-shadow: 2px 1px 4px #555;
}



/* = Les offres séries */
#bandeau_action_serie, .photos_offertes, .conseil,  .bandeau_action_serie {
	height: auto;
	/*background: #eeeeee url(/img/juiz/bg-widget.png) top left repeat-x;*/
	/*border: 1px solid #dbddda;*/
	margin-bottom: 25px;
}

.zone_selection
{
	border: 1px solid #dbddda;
	min-height:100px;
	margin-bottom: 25px;
	padding:10px;
	font-weight:bold;
}
#blocsoft {
	height: auto;
	/*background: #eeeeee url(/img/juiz/bg-widget.png) top left repeat-x;*/
	border: 1px solid #dbddda;
	margin-bottom: 25px;
}


.series { margin-top: 5px; }

/* = les photos offertes */
.photos_offertes 
{
	position: relative; 
	background-color:white;
	padding-bottom:10px;
}
.photos_offertes .corner {
	position: absolute;
	z-index: 10;
}
/* suggestion supprimée après réflexion
.photos_offertes .corner_bottom {
	width: 111px;
	height: 81px;
	bottom: -14px;
	right: -14px;
	background: transparent url(/img/juiz/free_photos_bottom.png) bottom right no-repeat;
}
*/
.photos_offertes .corner_top {
	width: 115px;
	height: 83px;
	top: -8px;
	left: -9px;
	background: transparent url(/img/juiz/free_photos_top_fr_en.png) bottom right no-repeat;
}

.photos_offertes div { padding-top: 15px; }
.photos_offertes table {
	position: relative;
	z-index: 100;
	margin: 10px auto;
}

/* liens top promos */
.promos_top {
	position: relative;
	display: inline-block;
	padding-left: 45px;
	height: 31px;
	line-height: 29px;
	background: transparent url(/img/juiz/btn-up.png) 0 0 no-repeat;
	text-decoration: none;
	color: #8b5f08;
}
.promos_top:hover, .promos_top:focus {
	text-decoration: underline;
	color: #674708;
}
.promos_top span {
	position: absolute;
	top: 0;
	right: -46px;
	width: 46px;
	height: 31px;
	background: transparent url(/img/juiz/btn-up.png) right top no-repeat;
}

.orderphoto, .orderselection {
	background: #FDF1EA;
	/*-moz-box-shadow: 1px 1px 6px #999;*/
	/*-webkit-box-shadow: 1px 1px 6px #999;*/
	/*box-shadow: 1px 1px 6px #999;*/
}

.orderselection {
	background: #FDF1EA;
	/*-moz-box-shadow: 1px 1px 6px #999;*/
	/*-webkit-box-shadow: 1px 1px 6px #999;*/
	/*box-shadow: 1px 1px 6px #999;*/
}

/* corrections flottements */
#resumepanier { clear: right; }
.juizTipsDescription { z-index: 50; }

/* JUIZ test order2 */
.orderphoto2 {
	width: 48%;
	float: left;
	margin-left: 2%;
}
.orderphoto2:first-child {
	margin-left: 0;
}