/*
  Feuille de style CSS pour la rubrique SUCCES
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url('images/background_top.gif') repeat-x top center;
	margin: 0;
	padding: 0;
}
img, table {
	border: 0;
	margin: 0;
	padding: 0;
}

/* MAIN */

.main {
	background: #ffffff url('images/cahier.jpg') repeat-y bottom right;
	margin: 0;
	padding: 0;
}
.main_bordure {
	background-color: #ffb70f;
}
.main_nav {
	background-color: #f2f2f2;
}
.main_content {
	background-image: url('images/bottom1.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
#flashcontent {
	width: 100%;
	height: 153px;
	background-color: #36a1d9;
}
#flashpromo {
	width: 158;
	height: 180px;
	background-color: #f2f2f2;
}
/* BOTTOM */

.bottom2 {
	background: #ffffff url('images/bottom2.gif') repeat-x top center;
}
.bottom3 {
	background: #36a1d9 url('images/bottom3.gif') repeat-x top center;
}
.bottom4 {
	background: #36a1d9 url('images/succes_bottom_bg.jpg') repeat-x top center;
}

/* LEFT (navigation) */

a.nav {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
a.nav:hover{
	background-color: #ff6100;
	color: #ffffff;
}

/* CONTENT */

.locator {
	font-size: 10px;
	color: #999999;
}
a.locator {
	text-decoration: underline;
	color: #ff6100;
}
a.locator:hover{
	text-decoration: none;
	background-color: #ff6100;
	color: #ffffff;
}

.titre {
	font-size: 14px;
	font-weight: bold;
	color: #ff6100;
}
.txt {
	padding-left: 1px;
	font-size: 11px;
	color: #666666;
}
a.txt {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
}
a.txt:hover {
	text-decoration: underline;
}

/* specifs recettes */
.ingredients_ligne{
	background: #ffffff url('images/recette_ingredients_ligne.jpg') repeat-y bottom left;
}

.ingredients p, h3, h5 {
    margin: 0;
}
.ingredients h5 {
	margin-top: 15px;
	color: #666666;
}
.ingredients h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #666666;
}
.ingredients p , ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	color: #777777;
}
/* gestion ingrédient bullets */
.ingredients ul{
    margin: 0px;padding: 0px;
	list-style: none;
}
.ingredients li{
    height: auto !important; 
	height: 8px; /* seult IE : force IE à recalculer la hauteur*/
	margin: 0px;padding: 0px;

	/*background-color:#3333FF;*/
	vertical-align: top; /* callage texte pareil sous IE et Mozilla */
	
	/*height: 12px;*/	
	background: url('images/recette_bullet_croix.gif') no-repeat top left;

	padding-left: 20px; /*espace avec la puce*/
	margin-left: 0px;

	margin-right: 10px;

	padding-top: 0px; /*Espacement des puces entre elles*/
	margin-top: 8px; /*Espacement des puces entre elles*/

	padding-bottom: 0px; /*Espacement des puces entre elles*/
	margin-bottom: 8px; /*Espacement des puces entre elles*/

}


.temps {
  float: right;
  padding-right: 50px;
  font-weight: bold;
}

.lien {
    margin: 0px;
	/* text-decoration: none; */
	background: url('images/recette_bullet_point.gif') no-repeat bottom left;
	padding-left: 20px;
	padding-top: 5px;
	/*padding-bottom: 5px;*/
	vertical-align: top; /* callage texte pareil sous IE et Mozilla */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

.etapes_prep {
	background: #ffffff url('images/recette_etapes_fond.jpg') no-repeat top right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
}

.etape, bas_etape {
    margin: 0px 35px;
	padding: 0px;
	padding-top: 0px;	

}
.etape {
    padding-top: 5px;
	background: url('images/recette_etape_top.gif') no-repeat top left;
	
}

.etape p{
    margin: 0; padding: 0;
    margin-left: 30px;
	color: #666666;
}
.etape h3{
    margin: 0; padding: 0;
	margin-top: 5px;
    margin-left: 15px;
	padding-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #FF9900;
}
.etape h5{
    margin: 0; padding: 0;
	margin-top: 5px;
	padding-bottom: 7px;
    margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #ff6100;
}
.etape h6{
    margin: 0; padding: 0;
	margin-top: 5px;
    margin-left: 30px;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}
.etape span{
	display: block;
	float:left;
    padding-left: 10px;
	color: #CCCCCC;
}


.bas_etape {
	background: url('images/recette_etape_bottom.gif') no-repeat bottom left;
    margin: 0px 35px;
	padding: 0px;
	padding-top: 0px;	
	margin-bottom: 4px;
	font-size: 5px;

}

.etapes_prep ul{
    margin: 0px 35px;
	padding: 0px;
	padding-top: 0px;	
	list-style: none;
}

.etapes_prep ul span{
   	display: block;
    margin: 0px;
	background: url('images/recette_etape_top.gif') no-repeat top left;
	/*padding-top: 3px;*/
	padding: 3px 15px 10px 30px; /*espace avec la puce*/
}

.etapes_prep li{
   	display: block;
    margin: 0px;
	padding: 0px;

	/*background-color:#3333FF;*/
	vertical-align: top; /* callage texte pareil sous IE et Mozilla */
	
	/*height: 12px;*/	
	background: url('images/recette_etape_bottom.gif') no-repeat bottom left;

	
	/*margin-left: 0px;*/

	/*margin-right: 10px;*/

	/*padding-top: 1px;*/ /*Espacement des puces entre elles*/
	/*margin-top: 10px;*/ /*Espacement des puces entre elles*/

	padding-bottom: 5px; /*Espacement des puces entre elles*/
	margin-bottom: 10px; /*Espacement des puces entre elles*/
}


/* fin specifs recettes */

/* RIGHT  (information) */

.family {
	background-image: url('images/img_family.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.ligne {
	background: #ffffff url('images/cahier2.jpg') repeat-y top right;
}
.tool {
	background: #ffffff url('images/tool_line.gif') repeat-x top left;
}

/* POPUPS */
.popup {
	background-color: #ffffff;
	border: solid 2px #ffb100;
}

/* OTHERS */

.txtb {
	font-size: 10px;
	color: #ffffff;
}
a.txtb {
	font-size: 10px;
	text-decoration: underline;
	color: #ffffff;
}
a.txtb:hover {
	font-size: 10px;
	background-color: #ffffff;
	color: #36a1d9;
}
.blanc {
	background-color: #ffffff;
}
.gris {
	background-color: #e7e7e7;
}
.sous_titre {

	font-size: 12px;
	font-weight: bold;
	color: #ff6100;
}
