/** CSS du rapport de stage web **/
/** $Id: rapport.css,v 1.11 2005/08/25 14:06:32 bastien Exp $ **/
/** Définitions générales **/
body  {
  background: #ffffff;
  color: #000000;
  font-size: 0.85em;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
object, iframe  {
  border: 0px;
  width: 100%;
  height: 100%;
}
h1  {      
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  text-decoration: none;
  font-variant: small-caps; 
}
h2  {      
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
  font-variant: small-caps;
}
h3  {      
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.35em;
  text-decoration: none;
  font-weight: bold; 
}
h4  {      
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  text-decoration: none;
  font-weight: bold;
}
h5  {      
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.15em;
  text-decoration: none;
  font-weight: bold;
}
h6 { 
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1.05em;
  text-decoration: none;
  font-weight: bold; 
}
p {
  text-align: justify;
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-decoration: none;
  font-weight: normal;
}
small  {      
  font-family: inherit;
  font-size: 0.8em;
  color: #848484;
}
small a {
  color: #6ca6cd;
}
a img {
  border-width: 0px;
  border-style: none;
}
.caption {
  font-weight: bold;
  font-size: 0.9em;
  font-style: italic;
}
code { 
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  color: #0047ff;
}
code i { 
  color: #800000;
}
code b { 
  color: #008000;
}
code span { 
  color: #000000;
}
/** Définitions particulières **/
/** Menu **/
/** Définition du menu pour IE **/
#menu  {      
  width: 200px;
  height: 100%;
  position: absolute;
  margin-right: 0em;
  margin-top: 0em;
  right: auto;
  left: 2px;
  top: 0px;
  bottom: 0px;
  text-indent: 0.5em;
  padding: 0;
  border: 0px solid #000;
  line-height: 1.5em;
}
/** Définition du menu pour vrai navigateur **/
body>#menu  {      
  overflow: auto;
  width: 200px;
  height: 100%;
  position: fixed;
  float: right;
  margin-right: 0em;
  margin-top: 0em;
  right: auto;
  left: 2px;
  top: 0px;
  bottom: 0px;
  text-indent: 0.5em;
  padding: 0;
  border: 0px solid #000;
  line-height: 1.5em;
  float: left;
}
/** IE **/
#menu table { 
  border-bottom: 7px solid white;
  width: 100%;
}
/** Vrais navigateurs **/
#menu>table { 
  border-bottom: 0px none;
  padding-bottom: 0.5em;
  width: 100%;
}
#menu th { 
  color: #606060;
  font-variant: small-caps;
  text-align: left;
  border-bottom: 3px solid #ff4040;
}
#menu th:first-letter { 
  color: #ff4040;
  font-weight: bold;
  font-size: 1.2em;
}
#menu td a { 
  color: #ff4040;
  display:block; /** Colorise toute la cellule **/
}
#menu td {
  color: #ff4040;
  border: 0px none;
/*  border-bottom: 1px dotted #969696;*/
}
#menu a {
  text-decoration: none;
  width: 100%;
}
#menu th a { 
  color: #606060;
  display:block; /** Colorise toute la cellule **/
}
#menu th a:first-letter { 
  font-size: 1.2em;
  color: #ff4040;
}
#menu a:hover {
  text-decoration: underline;
  background: #ffe0e0;
}
#menu th.flags {
  text-align: right;
  white-space: nowrap;
  width: 25px;
  border-right: 0px;
  border-left: 0px;
}
/** Corps **/
#corps  {
  margin-left: 200px;
  display: block;
}
#corps table { 
  margin: 0px;
  border: 1px solid #404040;
  padding: 0px;
  border-collapse: collapse;
}
#corps table th { 
  border: 1px solid #404040;
  padding-left: 1em;
  padding-right: 1em;
  color: black;
  background: #ccffcc;
}
#corps table td { 
  border: 1px solid #404040;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
/** Index **/
#corps .left { 
  left: 2px;
  position: absolute;
}
#corps .right { 
  right: 2px;
  position: absolute
}
div.top { 
  position: relative;
  top: 2px;
  width: 100%;
}
div.bottom { 
  position: absolute;
  bottom: 2px;
}
/** IE **/
div.center {
  right: 2px;
  left: 204px;
  top: 40%;
  bottom: 50%;
  position: absolute;
  text-align: center;
}
/** Vrais navigateurs **/
#corps>div.center {
  right: 32px;
  left: 232px;
  top: 40%;
  bottom: 50%;
  position: absolute;
  text-align: center;
}
h1.title { 
  border: 4px groove black; 
  font-variant: small-caps; 
  font-size: 2em;
  width: 99%;
  background: #ccffcc none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#corps .bottom table, #corps .bottom table td {
  margin:0px;
  border:0px none;
  padding:0px;
}
/** Sommaire **/
#sommaire {
  font-size: 1.45em;
  padding-left: 0.2em;
}
#sommaire ul { 
  font-size: 0.88em;
  padding-left: 1em;
}
#sommaire li {
  list-style: none;
}
/** Fin **/
