/* CSS Document */

    #titrerecette {
          width : 700px;
          height : 30px;
          position : absolute;
          top : 150px;
          left : 153px;
      }
    #ingredient {
          width : 250px;
          height: auto;
          position : absolute;
          top : 200px;
          left : 250px;
          background-color : #99ff99;
          border-style : double;
          border-color : #009900;
      }
    #preparation {
          width : 500px;
          height : auto;
          position : absolute;
          top : 450px;
          left : 250px;
          background-color : #99ff99;
          border-style : double;
          border-color : #009900;
      }
    #achatrecette {
          width : 500px;
          height: auto;
          position : absolute;
          top : 375px;
          left : 250px;
          background-color : #99ff99;
          border-style : double;
          border-color : #009900;
      }
    #annonce {
          width : 183px;
          height : 142px;
          position : absolute;
          top : 200px;
          left : 569px;
          vertical-align : middle;
          text-align : center;
      }
    #preparation1 {
          width : 500px;
          height : 400px;
          position : absolute;
          top : 520px;
          left : 250px;
          background-color : #99ff99;
          border-style : double;
          border-color : #009900;
      }
    #achatrecette1 {
          width : 500px;
          height : auto;
          position : absolute;
          top : 450px;
          left : 250px;
          background-color : #99ff99;
          border-style : double;
          border-color : #009900;
      }

