/*=============================================================================
*
*============================================================================*/
html {
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
}

/*=============================================================================
*
*============================================================================*/
body {
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   background-image: url("../img/background/body-background.jpg");
   background-repeat: repeat;
   background-position: center top;
}

/*=============================================================================
*
*============================================================================*/
div#header {
   margin: 0 auto;
   background-image: url("../img/background/header-background.png");
   background-repeat: repeat-x;
   background-position: center center;
}

div#header h1 {
   color: #FFD400;
   font-size: 12pt;
   line-height: 32px;
   font-family: verdana;
   padding: 0;
   margin: 0;
   text-align: center;
   border-bottom: 2px solid #FFD400;
   text-indent: -9999px;
}

/*=============================================================================
*
*============================================================================*/
div#branding {
   width: 752px;
   margin: 16px auto 8px auto;
}

div#branding span.logo {
   margin: 0 0 0 8px;
}

/*=============================================================================
*
*============================================================================*/
div#communication {
   width: 768px;
   height: 432px;
   margin: 0 auto 64px auto;
   background-image: url("../img/background/communication-background.png");
   background-repeat: no-repeat;
   background-position: center center;
   line-height: 1px;
   font-size: 1px;
}

div#communication img {
   padding: 0;
   margin: 16px;
   position: absolute;
}

div#communication h2 {
   position: absolute;
   font-family: arial;
   font-size: 11px;
   line-height: 15px;
   color: #ffffff;
   padding: 0;
   margin: 20px;
   z-index: 5;
   text-align: right;
   width: 728px;
}

/*=============================================================================
*
*============================================================================*/
div#navigation {
   position: absolute;
   z-index: 5;
   height: 44px;
   width: 736px;
   margin: 236px 16px 16px 16px;
}

div#navigation ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
   height: 44px;
}

div#navigation ul li {
   float: left;
   padding: 0;
   margin: 0;
}

div#navigation ul li a {
   display: block;
   color: #ffffff;
   width: 368px;
   line-height: 44px;
   padding: 0;
   font-family: verdana;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
   text-indent: -9999px;
}

div#navigation ul li a.francais {
   background-image: url("../img/button/francais.png");
   background-repeat: no-repeat;
   background-position: center center;
}

div#navigation ul li a.english {
   background-image: url("../img/button/english.png");
   background-repeat: no-repeat;
   background-position: center center;
}

/*=============================================================================
*
*============================================================================*/
div#content {
   padding: 16px;
}

div#content h2 {
   font-family: arial;
   font-size: 4px;
   line-height: 4px;
   color: #023F88;
   padding: 0;
   margin: 0 0 0 16px;
}

div#content h3 {
   font-family: arial;
   font-size: 3px;
   line-height: 3px;
   color: #FFD400;
   padding: 0;
   margin: 0 0 0 20px;
}

div#content h4 {
   font-family: arial;
   font-size: 2px;
   line-height: 2px;
   text-decoration: none;
   font-weight: bold;
   color: #FFD400;
   padding: 0;
   margin: 0 0 0 28px;
}

div#content p {
   font-family: arial;
   font-size: 2px;
   line-height: 2px;
   color: #023F88;
   padding: 0;
   margin: 0 0 0 32px;
}

div#content a {
   color: #4F81BD;
   text-decoration: none;
}

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

div#content ul {
   font-family: arial;
   font-size: 2px;
   line-height: 2px;
   color: #17365d;
   padding: 0;
   margin: 0 0 0 56px;
   list-style-type: square;
}

div#content li {
   padding: 0 8px 0 8px;
   margin: 0;
   float: left;
}

/*=============================================================================
*
*============================================================================*/
div#flash {
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   font-size: 1px;
   line-height: 0px;
}

div#flash object {
   padding: 0;
   margin: 0;
}

/*=============================================================================
*
*============================================================================*/
div#footer {
   background-image: url("../img/background/footer-background.png");
   background-repeat: repeat-x;
   background-position: center center;
   position: fixed;
   width: 100%;
   bottom: 0;
   height: 32px;
   border-top: 2px solid #FFD400;
   z-index: 10;
}

/*=============================================================================
*
*============================================================================*/
div#signature {
   padding: 0;
   margin: 0;
   text-align: center;
   font-family: arial;
   color: #b0906a;
   font-size: 8pt;
   font-weight: bold;
   line-height: 32px;
}

div#signature a {
   color: #b0906a;
   text-decoration: none;
}