@import url("header.css");
@import url("sommaire.css");
@import url("receitas.css");
@import url("produtos.css");
@import url("m&v.css");
@import url("tabua.css");
@import url("ingredientes.css");
@import url("perfils.css");
@import url("mini_menu.css");
@import url("contato.css");
@import url("faq.css");
@import url("footer.css");
@import url("search.css");
/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	margin:0;
	padding:0;
	background:#f7f2aa url(../IMG/BKG_fond_left.jpg) left repeat-y;
	min-height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{ text-decoration:none;}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#GLOBAL {
	position:relative;
	height:750px;
	padding:0;
	margin:0;
	background:url(../IMG/BKG_principal.jpg) top left no-repeat;
}

#HEADER{
	position:relative;
	height:195px;
	width:760px;
}

#FLASH{
	position:relative;
	width:540px;
	height:140px;
}

#CONTAIN{
	position:relative;
	width: 760px;
	
}

#RECEITAS_MINI{
	position:absolute;
	top:386px;
	left:0;
}

#PRINT_BLOCK{ text-align:center; margin-bottom:20px;}

/*---SEND RECEITAS---*/

#SEND_FRIEND_LINK{margin-bottom:20px;}

.SEND_FRIEND_TXT{
	font-size:10px;
	color:#86704b;
	margin-bottom:3px;
}
#SEND_FRIEND{
	margin-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.SEND_FRIEND_INPUT{
	width:228px;
	height:14px;
	border:0;
	background-color:#892034;
	margin-right:10px;
	color:#FFFFFF;
	font-size:10px;
	padding-left:1px;
	padding-right:1px;
}

.SEND_FRIEND_SUBMIT{
	border:1px solid #892034;
	background-color:#FFFFFF;
	color:#892034;
	font-size:10px;
	width:60px;
	margin-top:10px;
	cursor:pointer;
}






