html,body {
  background-color : white;
  text-align: justify;
}

p,ul,li,td {
  font-size : 14px;
  font-family : "Times New Roman", Times, serif, Verdana,Arial,Helvetica,sans-serif;
  color : black;
  background-color : transparent;
}

h1 {
  font-size : 200%;
  font-family : "Times New Roman", Times, serif, Verdana,Arial,Helvetica,sans-serif;
  color : black;
  text-align: center;
}

h2 {
  font-size : 150%;
  font-family : "Times New Roman", Times, serif, Verdana,Arial,Helvetica,sans-serif;
  color : black;
  text-align: center;
}

/*
a:link {color: #cccc99; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}
*/

table {
  border-collapse:collapse;
/*  width: 75%; */
}

td {
  padding: 5px;
}

.noborder {
 border-style: none;
}

.border { 
  border-style: solid; 
  border-width: 1px; 
  border-color: black;
}

.logo {
  border-style: solid; 
  border-width: 0px; 
  border-color: black; 
  background-color: transparent; 
  width: 200px; 
  padding: 10px; 
  height: 120px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.fronton {
  border-style: solid; 
  border-width: 1px; 
  border-color: #cccc99; 
  background-color: #cccc99; 
  margin-left: 205px; 
  width: 780px; 
  padding: 10px; 
  height: 120px;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size : 200%;
  color: black;
  text-align: center;
}

.menu {
  border-style: solid;
  border-width: 0px;
  border-color: red;
  background-color: transparent;
  width: 200px; 
  padding: 10px; 
  height: 250px;
  position: absolute;
  left: 0px;
  top: 140px
;
}

/*
.menu a {
  font-size: 110%;
  text-decoration: none;
}

.menu a:before {
  content: url(/icons/4all/puce.gif) " ";
  marker-offset: 5px;
}
*/

.main {
  border-style: solid; 
  border-width: 0px; 
  border-color: blue; 
  margin-left: 205px; 
  width: 780px; 
  padding: 10px; 
  height: 450px;
  position: absolute;
  left: 0px;
  top: 135px;
}

/*
li:before {
  display: marker;
  content: url(/icons/4all/puce.gif) " ";
  marker-offset: 5px;
}
*/

p {
  background-color: transparent;  
  color: black;
}


/*
  aussi

  @import "subs.css";
  H1 { color: blue }

  ou

  @import "subs.css";
  @media print {
    @import "print-main.css";
    BODY { font-size: 10pt }
  }
  H1 { color: blue }

*/
