/* CSS Document */

BODY {
	margin:0;
	padding:0;
	background-color:#fbf6f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

DIV {
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

IMG {
	border:none;
}

P {
	margin:0;
	padding:0;
}

FORM {
	margin:0;
	padding:0;
}
        

/************************************************************************************************/
/*																								*/
/*											GENERAL												*/
/*																								*/
/************************************************************************************************/
#main {	
	width:956px;
	height:auto;
	background-color:#fbf6f4;
}

	#logo {
		display:none;
	}
	
	#nav_haut {
		display:none;
	}
		
	#navigation {
		display:none;
	}
	
	#logo-cemoi {
		display:none;
	}
	
	#coeur_anim {
		display:none;
	}
	
	#reduc_anim {
		display:none;
	}
	
	#footer {
		display:none;
	}

	#push_bas_hp_spot {
		display:none;
	}
	
	#push_bas_hp_reductions {
		display:none;
	}
	
	#push_bas_hp_jeu {
		display:none;
	}
	
	#footer-hp {
		display:none;
	}


		
/************************************************************************************************/
/*																								*/
/*									PAGES INT													*/
/*																								*/
/************************************************************************************************/
	
	#entete {
		display:none;
	}
	
	#content {
		width:956px;
		height:auto;
		background-color:#fbf6f4;
		color:#000;
		float:left;
	}
	
		#content-nav {
			display:none;
		}
		
		#content-visio {
			width:386px;
			height:auto;
			float:left;
			background-color:#fbf6f4;
			text-align:center;
		}
		
		#content-visio-anim {
			width:386px;
			height:340px;
			float:left;
			background-color:#fbf6f4;
			text-align:center;
		}
		
		#content-visio-long {
			width:560px;
			height:auto;
			float:left;
			background-color:#fbf6f4;
		}
		
		#content-desc {
			width:530px;
			padding:0 25px 0 0;
			height:auto;
			float:left;
			background-color:#fbf6f4;
		}
		
		#content-desc-long {
			width:356px;
			padding:0 10px 0 0;
			height:auto;
			float:left;
			background-color:#fbf6f4;
		}
		
			#content-desc P, #content-desc-long P {
				padding:15px 0 0 0;
				color:#000;
			}
			
			#content-desc A, #content-desc-long A {
				color:#cb0064;
				font-weight:bold;
				text-decoration:underline;
			}
			
			.titre_rubrique {
				font-size:15px;
				color:#c83680;
			}
			.titre_produit {
				font-size:25px;
				color:#95553e;
			}
			.titre_valeur {
				font-size:25px;
				color:#683523;
			}
			.contenu_rose {
				color:#cc0067;
			}
			
		#content-rightcol {
			display:none;
		}
		
		.precedent {
			display:none;
		}
		
		.suivant {
			display:none;
		}
		
		.print {
			display:none;
		}
		
#recette-charlotte, #recette-entremet, #recette-mousse, #recette-brownies, #recette-gateau, #recette-tarte{
	position:absolute;
	top:10px;
	left:100px;
	background: url(../../images/fond-recette.gif) top left repeat-y; 
	z-index:98;
	color:#000;
}

#recette-charlotte P, #recette-entremet P, #recette-mousse P, #recette-brownies P, #recette-gateau P, #recette-tarte P{
		padding:0 0 0 26px;
		font-size:14px;
		color:#c83680; 
	}
	
	.titre_recette_rose{
		font-size:14px;
		color:#c83680;
	}



.bloc-recette {
	display:none;
}

.bloc-recette-entremet {
	display:none;
}