html
{
  height:100%;
}

body
{
  font-family:Verdana, Arial, Sans-Serif;
  background-color:#aaaaaa;
  
  height:100%;
  
  padding:0px;
  margin:0px;

  background-image: url(images/background.jpg);
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center top;  
}

div#page
{
  position:absolute;
  left:50%;
  margin-left:-375px;
  
  width:750px;

  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#000000;
  
  background-color:#ffffff;
    
  background-image:url(images/topgrad.jpg);
  background-position:0px 140px;
  background-repeat:repeat-x;

  min-height:100%;
}

div#header
{
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:#000000;  
}

div#header a img
{
  border-width:0px;
}

div#content
{
  width:470px;
  padding:20px;
  float:left;  
  
  font-size:12px;
}

div#content h1
{
  font-size:18px;
  
  padding-bottom:0px;
  margin-bottom:0px;  
}

div#content h1 a
{
  color:#000000;
  text-decoration:none;
}

div#content p.billet_date
{
  padding-top:0px;
  margin-top:0px;
  
  color:#777777;
  font-size:9px;
}

div#content p.billet_resume
{
  
}

div#content p a,
div#content div a,
div#content ul li a,
div#content ol li a
{
  color:#1b7cad;
}

div#content hr
{
  height: 1px;
  margin: -0.5em 0;
  padding: 0;
  color:#d10015;
  background-color:#d10015;
  border: 0;
}


div#sidebar
{
  width:200px;
  padding-left:20px;
  padding-right:20px;
  padding-top:20px;
  float:left;
}

div#sidebar div
{
  border-width:1px;
  border-color:#d10015;
  border-style:solid;
  
  font-size:10px;
  
  margin-bottom:20px;
}

div#sidebar div h2
{
  background-color:#d10015;
  
  color:#FFFFFF;
  font-size:11px;
  text-transform:uppercase;
  
  margin:0px;
  padding:3px;
}

div#sidebar div ul
{
  list-style-type:circle;
  padding-left:20px;
  padding-right:10px;
}

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

div#sidebar p a img
{
  border-width:0px;
}

div#sidebar div a:hover
{
  text-decoration:underline;
}
