body,html {
          height: 93%;
          width: 98%;
          }
body{
     font-family      : "Arial";
     font-size        : 12pt;
     color            : #663300;
     font-weight      : 900;
}
.normalpage {
     background-color : #E7ECD6;
}
.produitmenu{
     position         : absolute;
     top              : 180px;
     left             : 0px;
     width            : 100%;
     height           : 380px;
     vertical-align   : super;
}
.cadre {
    width              : 990px;
    height             : 600px;
    background-color   : #ffffff;
    background-image   : url(../images/fond1.jpg);
    position           : absolute;
    top                : 10px;
    left               : 10px;
}
.liens {
       color           : #FF9900;
}
.liensacc {
       color           : #FF9900;
       background-color : white;
}
.logoIndex {
       position        : absolute;
       right           : 500px;
}
a.green:link {
  color            : #99CC00;
  text-decoration  : none;
  background-color : white;
}
/* cibles visitées */
a.green:visited {
  color            : #99CC00;
  text-decoration  : none;
  background-color : white;
}
a.green:hover {
  color            : red;
  text-decoration  : none;
  background-color : white;
}
 /* Liens cliqués */
a.green:active {
  color            : red;
  text-decoration  : none;
  background-color : white;
}
a.liens:link {
  color            : #ED960D;
  text-decoration  : none;
  background-color : white;
}
/* cibles visitées */
a.liens:visited {
  color            : #ED960D;
  text-decoration  : none;
  background-color : white;
}
a.liens:hover {
  color            : red;
  text-decoration  : none;
  background-color : white;
}
 /* Liens cliqués */
a.liens:active {
  color            : red;
  text-decoration  : none;
  background-color : white;
}
a.lienssf:link {
  color            : #ED960D;
  text-decoration  : none;
}
/* cibles visitées */
a.lienssf:visited {
  color            : #ED960D;
  text-decoration  : none;
}
a.lienssf:hover {
  color            : red;
  text-decoration  : none;
}
 /* Liens cliqués */
a.lienssf:active {
  color            : red;
  text-decoration  : none;
}
/* cibles non encore visitées */
a.clair:link {
  color            : #FF9900;
  text-decoration  : none;
}
/* cibles visitées */
a.clair:visited {
  color            : #FF9900;
  text-decoration  : none;
}
/* Liens pour "MouseOver" */
a.clair:hover {
  color            : red;
  text-decoration  : none;
}
 /* Liens cliqués */
a.clair:active {
  color            : red;
  text-decoration  : none;
}
/* cibles non encore visitées */
a:link {
  color            : #663300;
  text-decoration  : none;
}
/* cibles visitées */
a:visited {
  color            : #663300;
  text-decoration  : none;
}
/* Liens pour "MouseOver" */
a:hover {
  color            : red;
  text-decoration  : none;
}
 /* Liens cliqués */
a:active {
  color            : red;
  text-decoration  : none;
}
.cado {
     width             : 500px;
     height            : 60px;
     border-width      : 2px;
     border-style      : ridge;
     border-color      : #FF9900;
     background-color  : none;
}