html { /*  document */
  font: 12px Arial, Helvetica, sans-serif;
  color: #330099;
  background: inherit;
  background-color:white;
background-image:url(img/granit015.jpg);
}

body {
margin: 0;
font: 12px Arial, Helvetica, sans-serif;
color:black;
background-color:white;
background-image:url(img/granit015.jpg);
}

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

h1 { /* titre niveau 1 */
	font-size: 26px;
	color: #CC0000;
	text-align: center;
	margin-left: 1px;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 1px; 
}


h2 { /* titre niveau 2 */
	font-size:18px;
}
h3 { /* titre niveau 3 */
	font-size:16px;

}
h4 { /* titre niveau 4 */
font-size:16px;
color: #0000FF;
margin-left: 1px;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 1px; 
padding:0px;
background-color:#99FFFF;
border-top: 0px ridge #E9E9E9;
border-right: 1px outset #E9E9E9;
border-bottom: 2px outset #E9E9E9;
border-left: 0px ridge #E9E9E9;
}


table.tableprincipale  { /*  */
  border: double #000000;
  border-width: 1px;
  width: 95%;
  font: 12px Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #330099;
  text-align: left;
  background-color:white;
}

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



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

input.boutonsumit {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
background-color: #CCCCCC;
color: #000000;
font-style: normal;
font-weight: 100;
text-transform: none;
border-top: 1px ridge #E9E9E9;
border-right: 1px outset #E9E9E9;
border-bottom: 3px outset #E9E9E9;
border-left: 3px ridge #E9E9E9;
}


