html { /*  document */
  font: 12px Arial, Helvetica, sans-serif;
  color: #330099;
  background: inherit;
  background-color:#FFCCFF;

}

body {
margin: 0;
font: 12px Arial, Helvetica, sans-serif;
color:black;
background: inherit;
background-color:#FFCCFF;

}

a { /* lien */
  color: #0033CC;
  background: inherit;
  text-decoration: none;
}
a:hover { /* lien survolé */
font: 15px Arial, Helvetica, sans-serif;
  color: #FF3366;
  text-decoration: none;
  font-weight: bold;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}

h1{
font: 28px Arial, Helvetica, sans-serif;
font-weight: bold;
}

table.table1  { /*  */

  width: 960px;
  font: 15px Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #330099;
  text-align: left;
  background-color:#FFCC33;
  border-style:solid;
  border-width:5px;
  border-color:#FFCC00;
  border-top: 3px ridge #FFCC00;
  border-right: 6px ridge #FFCC00;
  border-bottom: 3px ridge #FFCC00;
  border-left: 6px ridge #FFCC00;
  
}

td { /* titre niveau 1 */
  border: none;
font: inherit;
text-align: left;
color: inherit;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
margin-bottom: 1px;
padding:0px;
background-color:inherit;

}

td.titre { /* titre niveau 1 */
font: inherit;
text-align: left;
color: inherit;
margin-top: 1px;
margin-left: 9px;
margin-right: 1px;
margin-bottom: 1px;
padding:0px;
width: 100%;
height: 250px;
background-image:url(img/femme_tete.jpg);

}





span.menuhaut { /*  */
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  text-align: center;
  border-bottom: 5px outset #FFFF66;
  background-color:white;
  padding:2px;
background-color:#FFCC00 ;
  border-top: 10px ridge #FFFF66;
border-right: 1px ridge #FFFF66;
border-bottom: 10px ridge #FFFF66;
border-left: 3px ridge #FFFF66;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius:10px 10px 10px 10px;
behavior:url(border-radius.htc);

}
div { /*  */
  font: inherit;
  color: inherit;
  margin-left: 15px;
  margin-top: 15px;
  text-decoration: none;
  text-align: left;
  width: 95%;
}




