﻿@import url("boxes-fr.css");
@import url("footer-fr.css");
@import url("header-fr.css");
@import url("nav-fr.css");
@import url("promoboxes-fr.css");
@import url("tabs-fr.css");
@import url("adp-common-fr.css");
@import url("content-fr.css");
@import url("sitemap-fr.css");

/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  background:url(../images/backgrounds/bg-home-page.gif) repeat-x left top #fff;  
  font-family: Arial, Helvetica, sans-serif;
  /*margin:0px;*/
  /*padding:0px;*/
  width:100%;
  height:100%;
  font-size: 10pt;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

.learn-more  {
background:url("../images/backgrounds/icon-orange-forward.png") no-repeat scroll 0 2px transparent;
margin:0 0 0 10px;
padding:0 0 0 17px;

/*End of Default Sitecore Stylesheet */

