#recipe-info {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 15px 0 0 15px;
	bottom: 26px;
	padding: 0;
	position: absolute;
	right: 22px;
	text-align: left;
}

#img-container:hover #recipe-info {
box-shadow: 4px 4px 3px -3px;
background-color: rgb(255, 255, 255);
}

#recipe-info > span {
    color: #6A6A6A;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
}

.difficulte {  }

.persons > span {
    background-image: url("images/cuillere.png");
    background-position: left top;
    background-repeat: repeat-x;
    display: inline-block;
    height: 16px;
    margin-bottom: -1px;
    margin-left: 0;
}
.persons > span.p1{
	width: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.persons > span.p2{
	width: 40px;
}
.persons > span.p3{
	width: 60px;
}
.persons > span.p4{
	width: 80px;
}
.persons > span.p5{
	width: 100px;
}
.persons > span.p6{
	width: 120px;
}
.persons > span.p7{
	width: 140px;
}
.persons > span.p8{
	width: 160px;
}

.persons { display:block; color:#555; text-shadow: 1px 1px 1px #FFF; }
.time {
    background: url("images/clock.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #555555;
    display: inline-block;
    height: 10px;
    margin-bottom: -5px;
    padding: 5px 0;
    width: 24px;
}
.money { background:url(images/people-icon.png) no-repeat left; color:#555; text-shadow: 1px 1px 1px #FFF; }
.cuisine { background:url(images/cuisine.png) no-repeat left; color:#555; text-shadow: 1px 1px 1px #FFF; }
#recipe-info > span.persons{
	padding: 5px 0;
}


.pas_cher,.moyen,.cher,.tres_cher{	 
	padding-left: 77px !important;
	padding: 0px 13px 5px 80px !important;
	background-repeat: no-repeat;
}
.pas_cher {
	background-image: url(images/prix_pas_cher.png);
}
.moyen {
	background-image: url(images/prix_moyen.png);
}
.cher {
	background-image: url(images/prix_cher.png);
}
.tres_cher {
	background-image: url(images/prix_tres_cher.png);
}

.difficulte_simple,.difficulte_moyen,.difficulte_difficile{
	background-repeat: no-repeat;
	padding-left: 70px !important;
}
.difficulte_simple{
		background-image: url(images/difficulte_simple.png);
}
.difficulte_moyen{
	background-image: url(images/difficulte_moyen.png);
}
.difficulte_difficile{
		background-image: url(images/difficulte_difficile.png);
}

	
	/*** Ingredients ***/
	.note-wrapper { float:right; margin:0 0 10px 10px; width:251px; position:relative; z-index:999;}
	.note-top { background:url(images/note-top.png) no-repeat; width:251px; height:42px; }
	.note-content { background:url(images/note-bg.png) repeat-y; padding-bottom:1px; }
	.note-content ul { padding-left:32px; margin:0 !important; }
	.note-content li { background:url(images/green-dot.png) no-repeat top left !important; padding:1px 2px 0 14px !important; margin:0 !important; line-height:25px; color:#444; }
	.note-bottom { background:url(images/note-bottom.png) no-repeat; width:251px; height:28px; }
	
		/*jamel numérotation personalisé */
#etapes ol {
	counter-reset: li;
	list-style: none;
	font-size:15px;
}

#etapes ol li {
	/*width: 312px;*/
	border-bottom-color: bisque;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	position: relative;
	display: block;
	padding: .4em 0px .4em .4em;
	font-size:18px;
	border-radius: 7px;
}

#etapes ol li:before {
	font-size: 15px;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.3em;
	top: 50%;
	margin-top: -1em;
	background: #8C413C;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: 700;
	border-radius: 2em;
	transition: all 1s ease-out;
	color: white;
}
#etapes ol li:hover:before{	
	background-image: url(images/green-circle.png);
	background-color:rgba(0,0,0,0);	
}

#etapes ol li:hover{
	background-color: bisque;
	border-radius: 5px;
	box-shadow: 4px 4px 3px -3px;
}

/*les conseils*/
#conseil {
	padding: 10px;
	margin: 20px;
	border-width: 0px;
	border-style: solid;
	border-color: grey;
	border-radius: 10px;
	background-color: floralwhite;
}

#recipe-info-print
{
	display:none;
}

/* Print */

@media print {
	#recipe-info-print
	{
		display:block;
		font-size: 16px;
		text-align:center;
		font-weight: bold;	
	}
	
	#recipe-info{
		display:none;
	}
	#etapes ol li{
		border-bottom-style: none;
	}

}

