#bg_header_recette {
    width: 100%;
    max-width: 1492px;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    background-image: url(../../images/img_bg_page_recette.png);
    background-repeat: no-repeat;
    background-position: center;
}

#top_title {
	float: left;
	width: 100%;
	background-image: url(../../images/icone_recette.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 56px;
	/*padding-left: 120px;*/
	padding-top: 30px;
}
#block_recette {
	float: left;
	width: 20%;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#img_detail_recette {
	background-repeat: no-repeat;
	width: 94%;
	max-width: 319px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#ingredients ul li {
	font-family: "Century Gothic";
	color: #FFF;
	text-align: left;
	margin-left: 30px;
}
#ingredients ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_text {
	width: 69%;
	float: right;
}
.h1title_recette {
	text-transform: uppercase;
}
.h2_title_auteur_recette {
	font-family: "Lobster";
	text-transform: capitalize;
}
#title_recette {
	float: left;
	width: 80%;
}
#title_auteur_recette {
	float: left;
	width: 80%;
}
#text_recette {
	float: left;
	width: 100%;
}


#ingredients {
	background-color: #6f7e46;
	float: left;
	width: 94%;
	max-width: 319px;
	list-style-type: disc;
	margin-top: 10px;
}


.title-page {
	color: #6f7e46;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6f7e46;
	display: block;
	padding-bottom: 10px;
    margin-left: 120px;
}

#img_recette {
	background-repeat: no-repeat;
	width: 100%;
	max-width: 249px;
	border-top-left-radius: 35px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#titre_recette {
	background-color: #423e3e;
	float: left;
	max-width: 249px;
	font-family: "Century Gothic";
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	color: #FFF;
	width: 100%;
}
.bg_header_recette {
	background-image: url(../../images/img_bg_page_recette.png);
}
#sidebar_recette_detail {
	float: left;
	width: 30%;
	margin-left: 0.5%;
	margin-top: 10px;
}
#subtitle_recette {
	float: left;
	width: 100%;
	max-width: 249px;
	text-align: center;
	background-color: #c0b944;
	border-bottom-right-radius: 35px;
}
.en_savoir_plus_recette {
	width: 100%;
	display: block;
	font-family: "Lobster";
	color: #FFF;
	padding-top: 5px;
}
@media screen and (max-width: 1000px) {
    #block_recette {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 640px) {
    #content_home { width: 98%; }
    #ingredients ul li { font-size: 75%; }
}

.miniature {
    /*width: 45.8% !important;*/
}
