/*
 * Cadre générale recettes
 */

#cadre_recette{
	width: 656px;
	background: #EAE6DA;
	padding-top: 10px;
	overflow: auto;
}

#cadre_recette h1{
	color: #FF6D00;
	font-size: 23px;
	font-weight: normal;
	margin: 2px;
}


/*
 * Cadres résultats
 */
 
.cadre_blanc{
	background: #FFFFFF;
	margin: 0px 10px 10px 10px;
	padding: 20px 10px 10px 10px;
	clear: both;
}

.titre_resultat{
	background: #FFFFFF;
	margin: 0px 10px 2px 10px;
	padding: 15px 0px 10px 0px;
	position: relative;
}

.titre_resultat h2{
	margin : 0px 0px 0px 15px;
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #524842;
	font-weight: normal;
}
.titre_resultat strong{
	margin : 0px 0px 0px 10px;
	font-family: verdana, sans-serif;
	font-size: 18px;
	color: #524842;
	font-weight: normal;
}
.liste_resultat{
	background: #FFFFFF;
	margin: 0px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	position: relative;
	overflow: visible;
}

.liste_resultat .img_resultat{
	border: 0px;
	margin-right: 10px;
	float: left;
}

.liste_resultat ul{
	font-weight: bold;
	list-style-image: url(/i/go/list_type.gif);
	list-style-position: inside;
	margin-top: 0;
}

.marge_liste_resultat{
	margin-left: 160px;
}


.pos_hautpage{
/*
	position: absolute;
	right: 0px;
	bottom: 0px;
*/
float: right;
	height: 19px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	background: url(/i/go/bg_btn.jpg);
}

.pos_hautpage img{
	border: 0px;
}

.pos_hautpage a:link{color: #FFFFFF; font-weight: bold; text-decoration: none;	height: 19px;}
.pos_hautpage a:visited{color: #FFFFFF; font-weight: bold; text-decoration: none;	height: 19px;}
.pos_hautpage a:hover{color: #FFFFFF; font-weight: bold; text-decoration: none;	height: 19px;}

.pos_hautpage a img{
	vertical-align: -5px;
}


/*
 * Google ads...
 */

#ads_google{
	border:10px solid #D6D1C2;
	padding: 5px 15px 10px 15px;
	clear: both;
	background: #EAE6DA;
	margin-right: 12px;
}