html, body{
    margin: 0;
    padding: 0;
}

body{
    text-align: center;
    background-color:#000000;
}

#navig {
	width:178px;
	float:left;	
}


#logo {
	width:178px;
	height:150px;
}

#menu {
	width:178px;	
}

#main_droite {
	width:822px;
	float:left;	
}

#recette_produit {
	height:440px;	
}

#photo_recette {
	overflow:hidden;	
}

#bandeau {
	width:822px;
	height:150px;	
}

#footer {
	margin-top:auto;
	margin-bottom:5px;
    text-align: center;
	clear:both;
}

