/* Start of CMSMS style sheet '01 - Gabarit - 01 - Usual' */
/*
 * Initialisation du body
 */
html, body
{
  margin : 0px;
  
  height : 100%;
  
  background : #ec920e;
  
  color : #404040;
  
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;
}


/*
 * Conteneur global centré
 */
div#gbl_container
{
  position : relative;
  
  margin-top : 0px;
  margin-bottom : 0px;
  margin-left : auto;
  margin-right : auto;
  
  padding-left : 5px;
  padding-right : 5px;
  
  width : 960px;
  min-height: 100%;
  
  background : #fff url(images/gabarit/bg_gbl_container.png) repeat-y;
}


/*
 * Conteneur central de contenu et colonnes
 */
div#content_container
{
  padding-bottom : 100px;
  
  overflow-x : hidden;
  overflow-y : auto;
}


/*
 * Header
 */
div#header
{
  height : 100px;
  
  background : #404040 url(images/gabarit/header.jpg) no-repeat;
}


/* Animation Logo */
object#anim_logo
{
  display : block;
  float : left;
  
  margin-left : 0.5em;
  
  width : 205px;
  height : 100px;
}


/* Slogan */
div#slogan_spe_info
{
  margin-left : auto;
  margin-right : auto;
  
  width : 370px;
  height : 100px;
}


/*
 * Content
 */
div#content
{
  float : left;
  
  width : 753px;
  
  background : #fff;
}


/*
 * Colonne droite
 */
div#content_right_col
{
  float : right;
  
  border-left : 2px solid #404040;
  
  width : 205px;
  
  background : #404040;
}


/* Séparateur */
div#content_right_col div.separateur
{
  border-top : 1px solid #ec920e;
  border-bottom : 1px solid #ec920e;
  
  height : 15px;
  
  background : url(images/gabarit/content_right_col_separateur.png) repeat-x;
  
  line-height : 15px;
}


/* Animation Contact */
object#anim_contact
{
  display : block;
  
  width : 205px;
  height : 80px;
}


/* Astuces et News */
a#right_col_astuces_et_news
{
  display : block;
  
  width : 205px;
  height : 80px;
}


/* Infopolis Live */
a#right_col_infopolis_live
{
  display : block;
  
  width : 205px;
  height : 80px;
}


a#right_col_infopolis_live img
{
  width : 205px;
  height : 80px;
}




/*
 * Footer
 */
div#footer
{
  position : absolute;
  bottom : 0px;
  
  padding-top : 0.5em;
  padding-bottom : 0.5em;
  padding-left : 10px;
  padding-right : 10px;
  
  border-top : 2px solid #ec920e;
  
  width : 940px;
/*  height : 75px;*/
  
  background : #404040;
  
  color : #ec920e;
  
  text-align : center;
  
  font-size : 0.8em;
  font-weight : 700;
}


div#footer ul
{
  overflow : auto;
  
  margin-left : 150px;
}


div#footer ul li
{
  clear : left;
  
  overflow : auto;
  
  margin-bottom : 0.25em;
  
  padding-left : 0.5em;
  padding-right : 0.5em;
  
  list-style : none;
  
  line-height : 1.5em;
}


div#footer ul li span
{
  float : left;
  
  width : 100px;
  
  line-height : 1.5em;
  
  text-align : right;
}


div#footer ul li ul
{
  float : left;
  
  margin-top : 0em;
  margin-bottom : 0em;
  margin-left : 0.5em;
  margin-right : 0em;
  
  color : #fff;
}


div#footer ul li ul li
{
  float : left;
  clear : none;
  
  margin-bottom : 0.1em;
  
  padding-left : 0.5em;
  padding-right : 0.5em;
  
  border-left : 1px solid #fff;
}


div#footer ul li ul li.first
{
  border : none;
  
  width : 110px;
}


div#footer ul li ul li a
{
  color : #fff;
}


div#footer ul li ul li a:hover
{
  text-decoration : underline;
}


div#footer a
{
  color : #ec920e;
}


div#footer a:hover
{
    text-decoration : underline;
}


div#footer p
{
  
}
/* End of '01 - Gabarit - 01 - Usual' */

