/* Start of CMSMS style sheet '2 - Gabarit' */
/*
 * Body ---------------------------------------------------------------------------------------------------------
 */
body
{
  background : #91a5af;
  
  color : #ebf7fd;
  
  font-family : Arial,sans-serif;
  font-size : 12px;
  font-weight : 400;
}


/*
 * Container ---------------------------------------------------------------------------------------------------
 */
div#container
{
  width : 970px;
  
  margin-left : auto;
  margin-right : auto;
  
  background : url(images/gabarit/container.png) repeat-y #ebf7fd;
  
  color : #91a5af;
}


/*
 * Header ------------------------------------------------------------------------------------------------------
 */
div#header
{
  width : 960px;
  height : 110px;
  
  margin-left : auto;
  margin-right : auto;
  
  background : url(images/gabarit/header.png) repeat-x;
  
  text-align : center;
}

object#banner
{
  width : 960px;
  height : 110px;
}


/*
 * Menu ---------------------------------------------------------------------------------------------------------
 */
div#menu
{
  width : 960px;
  height : 40px;
  
  margin-left : auto;
  margin-right : auto;
}

div#menu ul
{
  list-style-type : none;
}

div#menu ul li
{
  float : left;

  background : url(images/gabarit/menu_bg.png) repeat-x;
}

div#menu ul li a
{
  display : block;
  
  float : left;
  
  margin-left : 1px;
  margin-right : 1px;
  
  padding-top : 5px;
  padding-bottom : 5px;
  
  width : 158px;
  height : 30px;
  
  background : url(images/gabarit/menu_link.png) top left repeat-x;
  
  line-height : 30px;
  
  color : #fff;
  
  text-align : center;
  
  font-size : 1.2em;
  font-weight : 700;
}

div#menu ul li#menu_accueil a
{
  margin-left : 0px;
  
  width : 159px;
}

div#menu ul li#menu_me-contacter a
{
  margin-right : 0px;
  
  width : 159px;
}

div#menu ul li.currentpage a, div#menu ul li a:hover
{
  background : url(images/gabarit/menu_link.png) bottom left repeat-x;
}


div#menu ul li#menu_experiences-professionnelles a
{
  width : 318px;
}


/*
 * Content ---------------------------------------------------------------------------------------------------------------------
 */
div#content
{
  width : 960px;
  
  margin-left : auto;
  margin-right : auto;
}


/*
 * Footer -------------------------------------------------------------------------------------------------------
 */
div#footer
{
  clear : both;
  
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  
  background : url(images/gabarit/footer.png) top no-repeat #91a5af;
  
  text-align : center;
  
  color : #ebf7fd;
}


div#footer p
{
  margin-top : 0.5em;
  margin-bottom : 0.5em;
}


div#footer a
{
  color : #EBF7FD;
}


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


div#footer p#W3C-valid
{
  padding-top : 1em;
  padding-bottom : 1em;
}

div#footer p#W3C-valid img
{
  margin-left : 0.5em;
  margin-right : 0.5em;
}
/* End of '2 - Gabarit' */

