.recettes_leftbloc {
	float : left; 
	width : 700px; 
	
	
}

.recettes_rightbloc {
	float : left; 
	width : 300px; 
	margin-left : 24px; 
	/* height : 400px; 
	background-color : red; */
	
}	

.recettes_bloc {
	box-sizing : border-box;
	border : 1px solid rgb(242,239,232);
	
}	

.recettes_bloc_menu {
	height : 30px;
	/* background-color : rgb(168,189,34);
	background-color : rgb(188,217,28);
	background-color : rgb(218,184,28); */
	padding-left : 40px;
	padding-right : 40px;
	margin-bottom : 5px;
}

	.recettes_bloc_menu_el{
		box-sizing : border-box;
		width : 20%;
		height : 100%;
		color: rgb(168,188,58);
		text-align : center;
		padding-top : 5px;
		float : left;
		font-weight : 400;
		/* font-size : 20px; */
	}
	.recettes_bloc_menu_el_sel{
		font-weight : 600;
		text-decoration : underline;
		color : rgb(138,158,48);
		/* cursor : pointer; */
	}

	
.recettes_bloc_rec {
	box-sizing : border-box;
	margin : 1%;
	float : left;
	width : 48%; /*31.3%;*/
	/* background-color : yellow; */
	margin-bottom : 10px;
	-webkit-transition: -webkit-transform .05s ease;
			  -moz-transition: -moz-transform .05s ease;
			  -o-transition: -o-transform .05s ease;
			  -ms-transition: -ms-transform .05s ease;
			  transition: transform .05s ease;
	
}


.recettes_bloc_rec:hover {
	-webkit-transform: scale(1.02);
			-moz-transform: scale(1.02);
			-o-transform: scale(1.02);
			-ms-transform: scale(1.02);
			transform: scale(1.02);
}


	.recettes_bloc_rec_img{
		overflow : hidden;
		width : 100%;
		/* height : 135px; */
		height : 207px;
		background-color : white;
		padding-bottom : 0px;
		border-bottom : 3px solid rgb(204,230,62);
		border-bottom : 4px solid rgb(168,188,58);
	}
	
	.recettes_bloc_rec_title {
		box-sizing : border-box;
		width : 100%;
		/* height : 22px; */
		margin-top : 10px;
		margin-bottom : 5px;
		/* text-align : center; */
		/* background-color : blue; */
		font-size : 17px;
		font-size : 22px;
		/* font-weight : 600; */
		padding-left : 10px;
		padding-right : 10px;
		color: rgb(187,215,28);
		color: rgb(168,188,58);
	}
	.recettes_bloc_rec_desc {
		box-sizing : border-box;
		font-size : 15px;	
		font-size : 17px;	
		padding-left : 10px;
		padding-right : 10px;
		color : rgb(90,90,90);
		/* background-color : red; */
	}
	
	
	
	
.recettes_rightbloc_el {
	box-sizing : border-box;
	padding : 5px;
	
	border : 1px solid rgb(242,239,232);
	margin-bottom : 20px;
	/* height : 200px; */
	border-radius : 3px;
}

.recettes_rightbloc_el_title {
	box-sizing : border-box;
	padding : 5px;
	height : 30px;
	/* background-color : rgb(188,217,28); */
	/* background-color : rgb(218,184,28); */
		color: rgb(168,188,58);
		font-weight : 600;
}

.recettes_rightbloc_el_order{
	
	text-align : center;
	background-color : rgb(222,239,129);
	background-color : rgb(201,215,120);
	background-color : rgb(204,230,62);
	color: rgb(100,100,100);
	padding : 2px;
	border-radius : 3px;
	
}

.recettes_rightbloc_el_une{
	height : 80px; 
	margin-bottom :  5px; 
	background-color : rgb(250,250,250);
	-webkit-transition: -webkit-transform .05s ease;
			  -moz-transition: -moz-transform .05s ease;
			  -o-transition: -o-transform .05s ease;
			  -ms-transition: -ms-transform .05s ease;
			  transition: transform .05s ease;
}
.recettes_rightbloc_el_une:hover{
	text-decoration : underline;
	-webkit-transform: scale(1.02);
			-moz-transform: scale(1.02);
			-o-transform: scale(1.02);
			-ms-transform: scale(1.02);
			transform: scale(1.02);
}


.recettes_rightbloc_el_une_img {
	height : 100%; 
	width : 100px; 
	/* background-color : pink;  */
	float : left;
	overflow : hidden;
	
		border-right : 3px solid rgb(168,188,58);
}

.recettes_rightbloc_el_une_desc{
	 height : 100%; 
	 width : 160px; 
	 float : left; 
	 box-sizing : border-box; 
	 padding : 10px; 
	 font-size : 15px;
	 color : rgb(90,90,90);
}
