@charset "utf-8";
/* CSS Document */

#left_side{
	float:left;
	margin:25px 0 0 0;
}
#right_side{
	float:right;
	margin:25px 0 0 0;
}

#ajouter{
	width:131px;
	height:134px;
	background:url(../img/recettes_ajouter.jpg) top center no-repeat;
}
#cuisiner, #rechercher{
	margin:25px 0 0 0;
}
#cuisiner{

}
#rechercher{
	padding:60px 10px 10px 10px;
	width:111px;
	height:112px;
	background:url(../img/recettes_rechercher.jpg) top center no-repeat;
	color:#00730b;
	font-weight:bold;
}

#right_side{
	width:607px;
}
#right_side #head_right{
	height:54px;
	background:url(../img/closeup_recette_totale.jpg) top center no-repeat;
}
#right_side #in_right{
	background:url(../img/contenu_border.jpg) top center repeat-y;
	padding:15px;
}
#right_side #bottom_right{
	background:url(../img/contenu_bottom.jpg) top center no-repeat;
	height:8px;
}


/*  # * # * # * # * # * # ____ Forms */
#rechercher form input{
	width:110px;
	height:18px;
	margin:6px 0 6px 0;
	font-family:Arial;
	font-size:11px;
	color:#00730b;
	border:1px solid #05bc16;
}
#rechercher form select{
	width:110px;
	height:18px;
	margin:6px 0 6px 0;
	font-family:Arial;
	font-size:11px;
	color:#00730b;
	border:1px solid #05bc16;
}
#rechercher form select:hover{
	background:#ECFEEE;
}
#rechercher form input#recettes_rechercher_submit{
	height:22px;
	background-color:#05bc16;
	border:2px solid #0e560c;
	color:#0e560c;
	font-weight:bold;
	margin:0;
}
