@CHARSET "ISO-8859-1";

body
{
  font-family:Verdana,Arial,sans-serif;
  font-size:11px;
  margin: 0px;
  padding: 0px;
}


div#content h2 
{
  color:#FE7E1D;
  font-size:16px;
  font-weight:600;
}

div#logo
{
	float:left;
}

div#boutique
{
	width: 100%;
	text-align: center;
}
/* Styles du détail d'une recette.
------------------------------------------------------------------------------*/
div#recipe
{
  line-height:15px;  
  margin-bottom: 15px;
}

div#recipe img.picture
{
  border:1px solid #E0DFE4;
  margin:0 10px 10px 0;
  float:left;
}

div#recipe div.instructions
{
  padding-top:10px;
}

div#recipe div.ingredients h3
{
  color:#FE7E1D;
}

div#recipe div.ingredients{
	padding: 10px;
	border: 1px solid #70BC00;
}

div#recipe-print{
	margin-left:123px;	
}

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


/* Styles utilitaires         
------------------------------------------------------------------------------*/
div.content-with-sidebar
{
  margin-right:20px;
}

/* Styles de la barre latérale
------------------------------------------------------------------------------*/
div#content div#sidebar
{
  float:right;
  width:209px;
}

div#content div#sidebar h1
{
  font-size:15px;
  text-transform:uppercase;
  margin-top:13px;
  color:#68BD00;
}

div#content div#sidebar div.content
{
  padding:38px 25px 0px 25px;
}

div#content div#sidebar div.content p
{
  color:#414141;
  margin-top:20px;
}

div#content div#sidebar strong
{
  font-weight:normal;
  color:#FE7E1D;
}

div#content div#sidebar select
{
  font-size:12px;
}

div#recipe ul.buttons {
	display:none;	
}
