/**
*Marges des images
**/
.pull-left.item-image
{
    margin: 5px 3px 0px 5px;
}

/**
* @couleur_des_champs
**/

.field-entry .field-label 
{
    font-weight: bold; color: blue;
	font-style: italic;
 	text-shadow: 1px 1px 2px pink;
}
/**
* @encadrement_des_photos
*/

img {border-radius: 3px;
box-shadow: 0px 3px 5px rgba(0,0,0,0.20);
​​​​​​​padding: 3px;
​​​​​​​border: 1px solid #ddd;
}

dl.article-info dd {display:inline-block;}
dl.fields-container {display:inline-block;}


/**
* @couleur_des_sous_categories
**/

h1
{
  display: block;  
  width: 50%;
  height: 50%x;
  margin: auto;
  border-style: ridge;
  border-radius: 8px;
  text-align: center;
  color: #1E37FF;
  text-shadow: 1px 1px 2px red;

}

h2
{
   	text-align: center;
  	color: #009F28;
}

.category-desc.clearfix

{
	padding-left: 250px;
  	padding-bottom: 10px
}
h3
{
	text-shadow: 2px 1px #35BDBD;
}

/**
*Marges des images
**/
.pull-left.item-image
{
    margin: 5px 3px 0px 5px;
}

.site-title
{
  color: grey;
text-shadow: 1px 1px 2px red, 0 0 1em yellow, 0 0 0.2em white;
}

/**
*Menu catégories et nombre de recettes
**/

nav-child unstyled small
{
    font-size: 13px;  
 }

h5,h6
{
  font-size: 13px;
  font-style: normal;
  font-weight: normal;  
  margin: 0;
  color: #333;
  text-align: left;
  line-height: 2; 
}

/**
ul
{
  margin: 5px 5px 5px 15px;
  font-size: 13px;  
  list-style-type: ""; // thumbs up sign;

}
/**
ul ul
{
  font-size: 14px; 
  list-style-type: ""; // thumbs up sign;
}
**/