@import url('general.css');
@import url('listes.css');

p.comment
{
	color: #c0008b;
}
div.recette
{
	top: 120px;
	left: 296px;
	width: 583px;
	color:#464545;
}
div.recette form
{
 	position:absolute;
	top:10px;
	left:395px;
	margin:0;
	padding:0;
}

div.recette h1
{
	color: #e8630b;
	border-bottom: 2px dotted #e8630b;
	padding-bottom: .4em;
}
div.recette p
{
	width: 580px;
}
div.ingred-choisir
{
 	position:absolute;
	top: 268px;
	left: 320px;
	width: 370px;
	height:245px;
	font-size: 1.1em;
	overflow:auto;
	color:#464545;
}
div.ingred-choisir h2
{
 	text-transform:uppercase;
	font-family:arial;
	font-size:15px;
	color: #e8630b;
	font-weight:bold;
}
div.ingred-choisir p
{
 	margin-top:12px;
}	
.block-ingred-suiv{
	position:absolute;
	top:514px;
	left:400px;
	width:410px;
}
p.ingred-suiv{
	font-size: 1.1em;
	text-align:right;
}
p.ingred-suiv a{
	color: #d81e30;
	text-decoration:underline;
}

form h3,h2
{
	font-family: Georgia, serif;
	font-weight: normal;
}

form h3
{
	color: #d70303;
	font-size: 2.2em;
	margin: .8em 0 .2em;
	line-height: 1;
}

input.action
{
	background: url('../pix/btn_ok.gif') no-repeat transparent;
	border: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

select
{
	border: 1px solid #e2e1e1;
	font-size: .9em;
	width: 190px;
}

