/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet oziris.css ****/

  /*************************\
   * Css Style sheet       *
   * by Laurent Coustet    *
   *       alias ed        *
   * http://ed.zehome.com/ *
  \*************************/
  
  a {
    text-decoration: none;
  }

  a:visited {
    color: blue;
  }
  
  body
  {
    font-size: 12pt;
    background-color: #fff;
    color: white;
  }

  #main
  {
    text-align: left;
    background-color: #ffe9bb;
    color: black;
    border: 1px solid black;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: 97%;
    \-moz-border-radius: 3em 3em 1em 1em;
  }
  
  #menu
  {
    background: url("fondmenu.png");
    background-repeat: repeat-x;
    background-color: #93d3ff;
    color: black;
    width: 140px;
    padding: 5px;
    padding-bottom: 10px;
    float: left;
    border-right: 1px solid #443727;
    border-bottom: 1px solid #443727;    
  }

  #menu ul {
   padding:0;
   margin:0;
   list-style-type:none;
  }
 
  #menu li li {
   font-size: 11pt;
   list-style: none;
   margin: 0;
   margin-left: 15px; 
   display: list-item; 
   list-style-image: url("puce.png"); 
  } 

  #menu a
  {
    color: black;
    text-decoration: none;
  }
  
  #menu h4
  {
    color: #0000;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 12pt;
    font-weight: bold;
  }  
  
  #logo
  {
    margin: 0;
    padding: 0;
    background-color: #0299ff;
    color: white;
    text-align: center;
    \-moz-border-radius: 3em 3em 0em 0em;
  }

  #logo img
  {
    border: 0;
    padding: 0;
    margin: 0;
  }

  #header
  { 
    background: url("fondicone.png");
    background-repeat: repeat-x;
    color: black;
    padding: 0;
    margin: 0;
    height: 73px; 
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 0;
    padding-top: 1px;
  }

  #header a
  {
    color: #000000;
    text-decoration: none;
  }

  #header a img
  {
    border: 0;
  }
 
  #header div div
  {
    border: 1px solid transparent; /* Avoid resize! */
    padding-top: 5px;
    font-size: 8pt;
    color: #001f64;
    float: left;
    width: 90px;
    margin-right: 9px;
    margin-left: 9px;
    height: 65px; 
    font-weight: bold;
    vertical-align: middle;
  }

  #header p
  {
    margin: 0;
    padding: 0;
    padding-top: 1px;
  }

  #header b
  { 
    color: #001f64;
  }

  #header div:hover
  {
    background-color: #004bf4;
    border: 1px solid black;
    \-moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
  }

  #contenu
  {
    border-top: 1px solid black;
    background-color: #ffff;
    color: black;
    padding-left: 170px;
    padding-right: 15px;
  }

  #contenu h1
  {
    text-align: center;
    border: 1px solid #bf9759;
    background: url("fondh1.gif");
    background-repeat: repeat-x;
  /*  color: #894f04; */
    color: white;     
    font-weight: bold;
    font-size: 1.6em;
    \-moz-border-radius: 0.2em 0.2em 0.2em 0.2em;
  }

  #contenu h2
  {
    text-align: left;
    color: #00000;
    font-weight: bold;
    font-size: 1.4em;
/*    text-decoration: underline; */
  }

  #contenu p
  {
    margin-left: 30px;
    margin-right: 50px;
    font-size: 1em;
  }

  #contenu span
  {
    text-align: center;
  }
  .clear
  {
    clear: both;
    visibility: hidden;
  }
  
  #tail
  {
    border-top: 1px solid black;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  #tail p
  {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
  }
  
  .center
  {
    text-align: center;
  }
  
  /* avoid IE bug */
  body>#main
  {
    width: auto;
    margin-right: 10px;
  }