body {
  background-color : #004922;
  font-size : 12px;
  font-family : Helvetica,Arial;
}

.menu {
  margin-left : 20px;
}

.menu td {
  background-color : #E70002;
  border : 1px solid #FFED00;
  width : 90px;
  height : 20px;
  text-align : center;
}

.menu a {
  font : 9px Tahoma,Helvetica,Arial;
  text-decoration : none;
  color : #FFFFFF;
}

.menu a:hover {
  color : #FFED00;
}


.red {
  color:#FF0000;
}

.little {
  font-size : 11px;
}

.big {
  font-size : 16px;
}

.price{
  font-size : 10px;
  color : #004922;
}

.green {
  color: #004922;
}

.undeuxtroisquatre {
  text-align : right;
  width : 390px;
}

#cadre {
  position : absolute;
  background-color : #A8FCA4;
  margin-top : 40px;
  width : 500px;
  height : 379px;
  border : 1px solid #E70002;
  z-index : 14;
}

#sous_cadre {
  width : 100%px;
  height : 100%px;
  border : 1px solid #004922;
  z-index : 15;
}

.cadre {
  background-color : #A8FCA4;
}

#div_menu {
  position : absolute;
  z-index : 30;
}

#photo {
  position : absolute;
  margin-left:400px;
  z-index : 20;
}



#ombre {
  position : absolute;
  margin-left:405px;
  margin-top:0px;
  filter: alpha(opacity=30); 
  z-index : 18;
}

#contenu {

}

#recettefond {
  position : absolute;
  margin-left : 0px;
  z-index : 35;
}

#recettetext {
  position : absolute;
  margin-left :50px;
  margin-top : 60px;
  width : 320px;
  z-index : 40;
}


