@CHARSET "ISO-8859-1";

/* Styles utilitaires         
------------------------------------------------------------------------------*/
div.content-with-sidebar
{
  margin-right:209px;
}


/* Styles de la barre latérale
------------------------------------------------------------------------------*/
div#body.body-sidebar
{
  background-image:url(../images/sidebar_background.gif);
  background-repeat:repeat-y;
  background-position:right;
  background-color : white;
}

div#body div#content div.header
{
  padding:30px 224px 15px 30px;
}

div#content div#sidebar
{
  background-image:url(../images/sidebar_shadow.gif);
  background-repeat:no-repeat;
  background-position:top;  
  float:right;
  width:209px;
}

div#content div#sidebar h1
{
  font-size:15px;
  text-transform:uppercase;
  margin-top:13px;
  color:#68BD00;
}

div#content div#sidebar div.content
{
  padding:25px 25px 0px 25px;
}

div#content div#sidebar div.content p
{
  color:#414141;
  margin-top:20px;
 /* line-height:20px;*/
}

div#content div#sidebar strong
{
  font-weight:normal;
  color:#FE7E1D;
}

div#content div#sidebar select
{
  font-size:12px;
}