@CHARSET "ISO-8859-1";

/* Tetiere
------------------------------------------------------------------------------*/
div#body div#tetiere
{
  background:url(../images/recipe/tetiere.jpg) repeat scroll 0%;
  height:120px;
}





/* Styles d'une liste de l'écran d'accueil des recettes
------------------------------------------------------------------------------*/
table#recipe-lists
{
  width:100%;
}

table#recipe-lists thead th
{
  padding-bottom:5px;
  text-align:left;
  padding-left:30px;
}

table#recipe-lists tbody td
{
  background-image:url(../images/shadow_background.gif);
  background-repeat:repeat-x;
  background-position:top;  
  padding-top:15px;
  padding-left:30px;
}

table#recipe-lists ul
{
  list-style-type:none;
}

table#recipe-lists ul li a
{
  text-decoration:none;
}

img.send-recipe{
	position:absolute;
	right: 30px;	
}





/* Styles du détail d'une recette.
------------------------------------------------------------------------------*/
div#recipe
{
  line-height:15px;  
}

div#recipe img.picture
{
  border:1px solid #E0DFE4;
  margin-left:30px;
  margin-right:15px;
  float:left;
}

div#recipe div.summary
{
  margin-left:200px;
  margin-right:230px;
}

div#recipe div.instructions
{
  margin-left:30px;
  /*margin-right:230px;*/
  width:370px;
  padding-top:10px;
  clear:left;
}

#instructions
{
	height: 250px;	
}

div#recipe ul.buttons
{
  margin-top: 10px;
  margin-left:30px;
  list-style-type:none;
}

div#recipe ul.buttons li
{
  display:inline;
}
/* Styles de la liste des ingrédients.
------------------------------------------------------------------------------*/
div#content div#sidebar strong
{
  color:#414141;
  font-weight:bold;
}

div#body div#content div#sidebar div.content p
{
  line-height:20px;
}


/* Styles du formulaire d'envoi de recettes
------------------------------------------------------------------------------*/
div#body div#content h3.form
{
  margin-top:35px;
}
