
body { 
  background-color:#CCCCCC ; 
  font-family:Times, serif ;
  font-style:normal ;
  font-size:16px ;
}

h1 { 
  font-family:Times, serif ;
  font-style:normal ;
  font-weight:normal ;
  font-size:32px ; 
}

h3 { 
  font-family:Times, serif ;
  font-style:normal ;
  font-weight:bold ;
  font-size:18px ; 
}

sup { 
  font-size:smaller ;
}

p, td, span { 
  font-size:16px ;
}

div.container {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 750px ;
  height: 550px;
}

div.main {
  position: absolute;
  top: 0px;
  left: 50px;
  width: 650px;
  height: 500px;
}

div.sommaire {
  position: absolute;
  top: 420px;
  left: 0px;
  width: 650px;
}

div.left {
  position: absolute;
  top: 300px;
  left: 0px;
  width: 50px;
  height: 160px;
  font-size:18pt ;
  font-weight:bold ;
}

div.right {
  position: absolute;
  top: 300px;
  left: 700px;
  width: 50px;
  height: 160px;
  text-align:right;
  font-size:18pt ;
  font-weight:bold ;
}

table.main{ width:100%; height:100%; }
td.main { vertical-align:middle; text-align:center; }

span { display:block }
a { color:#330099; text-decoration:none; }
a:hover {color:#330099 ; text-decoration:underline; }

