/* 
    Document   : styles
    Created on : 21-mai-2011, 13:52:04
    Author     : jacques
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body{
    background-color: #211;
    padding-left:50%;
}

div#page{
    background-color: black;
    max-width: 1024px;
    text-align: center;
    margin-left: -512px;
}

div#header{
    /*background-color: white;*/
}


div#leftlnk{
    /*background-color: lightpink;*/
    width:15%;
    padding-top: 20px;
    float:left;
}
div#titre {
    float:left;
    color: lightsteelblue;
    /*background-color: lightgreen;*/
    width:70%;
}
div#rightlnk{
    float:right;
    /*background-color: lightblue;*/
    width:15%;
    padding-top: 20px;
}

h1 a{
    color: wheat;
    text-decoration: none;
    font-size: 1.8em}

a.discret{
    color : lightgreen;
    font-size: 1.5em;
    text-decoration: none;
}

a.discret2{
    font-size: 0.9em;
    text-decoration: none;
    color:lightpink;
}
div.pageTitre{
    color : lightgrey;
}

h1{
    color: wheat;
    font-size : 1em;
}


/**
  * @section clearing methods
  * @see     http://yaml.de/en/documentation/basics/general.html
  */

  /* (en) clearfix method for clearing floats */
  /* (de) Clearfix-Methode zum Clearen der Float-Umgebungen */
  .clearfix:after {
    clear:both;
    content:".";
    display:block;
    font-size:0;
    height:0;
    visibility:hidden;
  }

  /* (en) essential for Safari browser !! */
  /* (de) Diese Angabe benÃ¶tigt der Safari-Browser zwingend !! */
  .clearfix { display:block; }

  /* (en) alternative solution to contain floats */
  /* (de) Alternative Methode zum EinschlieÃen von Float-Umgebungen */
  .floatbox { overflow:hidden; }

  /* (en) IE-Clearing:Only used in Internet Explorer, switched on in iehacks.css */
  /* (de) IE-Clearing:BenÃ¶tigt nur der Internet Explorer und Ã¼ber iehacks.css zugeschaltet */
  #ie_clearing { display:none; }

div#foot{
    color: lightcyan;
    font-size: 0.7em;
    padding-bottom: 10px;
}
div#contenu{
    clear: both;
    color:lightgray;
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 10px;
}

p#description{
    margin: 0;
    font-size: 0.7em;
}