* { margin:0; padding:0; }

body
{
  margin: 0;
  padding: 0;
  font-family: Verdana,Sans-serif;
  font-size: 10px;  
}

img
{
    border: none;
}

#global
{
    width: 100%;
    min-width: 948px;
}

#header
{
    margin: 0;
    padding: 0;
    position:relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 83px;
    background: #0290be url('/images/header_bg.gif') repeat-x;
    text-align:left;
    white-space: nowrap;
}

#header a
{
    display: block;
    margin: 0;
    padding: 0;
}

#logo2
{
    margin: 51px 0 9px 110px;
}

#contact
{
    position:absolute;
    right: 5px;
    background-repeat: repeat-x;
}

#contact span
{
    margin: 0;
    padding: 0;
    height: 31px;
    display:block;
    float:left;
}

#cont_left
{
    width: 7px;
    background: url('/images/contact_left.gif') no-repeat;
}

#cont_right
{
    width: 11px;
    background: url('/images/contact_right.gif') no-repeat;
}

#cont_cent
{
    background: url('/images/contact_cent.gif') repeat-x;
}

#cont_cent a
{
    position:relative;
    top: 7px;
    padding: 0 10px 0 10px;
}

#english_site
{
    display: block;
    position: absolute;
    right: 10px;
    top: 48px;
    width: 20px;
}

#english_site, #english_site fieldset
{
    border: none;
}

#main_menu
{
    background-color: #025d7c;
    padding: 0 0 0 0;
}

#main_menu ul
{
    width: 100%;
    height: 25px;
    padding: 0;
    margin: 0;
    background:  url('/images/mmenu_bg.gif') repeat-x;
    display: table;
    table-layout: auto;
    white-space: nowrap;
}

#main_menu ul li
{
    margin: 0;
    padding: 0 12px 0 17px;
    background: url('/images/mmenu_item_bg.gif') no-repeat left;
    display: table-cell;
    height: 25px;  
    float: left;
    white-space: nowrap;
}

#main_menu ul li a
{
    display: inline-block;
    margin: 6px 0 2px 0;
    color: White;  
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

#main_menu ul li a:hover
{
    text-decoration: underline;
	color :#CCCCCC;    
}

#breadcrumb
{
    height: 20px;
    color: White;  
    background-color: #025d7c;
    padding: 5px 0 0 17px;
    font-size: 11px;
}

#breadcrumb ul
{
    display: inline-block;
    margin:0;
    padding:0;
}

#breadcrumb span
{    
  float: left; 
  margin-right: 5px;
}

#breadcrumb li
{
    margin: 0 0 0 5px;
    display: inline-block;
    float: left;
}

#breadcrumb li a
{
    margin: 0 0 0 0;
    color: #0099CB;
}

#breadcrumb li a:hover
{
	color : #B0D9F8;
}

#home_images
{
    background-color: White;
    padding: 5px 0 5px 0;
    margin: 0;
    width: 100%;
    height: 200px;
    text-align: justify;
    white-space: nowrap;
    
}

#home_images a
{
    width: 33%;
    height: 200px;
    margin: 0 0 0 5px;
    padding: 0;
    color: White;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background: black url('/images/home_images_bg.gif') repeat-x;
    border: none;
}

#home_images a img
{
    border: none;
}

#home_images a.first
{
    margin: 0;
}

#home_images a span
{
    position: absolute;
    bottom: 10px;
    left:0;
    background: url('/images/pointes.gif') no-repeat left;
    padding: 0 0 0 30px;
    height: 17px;
}

#home_images a:hover
{
	color : #B0D9F8;
    text-decoration: underline;
 
}

#home_links
{
    width: 100%;
    height: 94px;
    text-align: center;
    background: url('/images/home_links_bg.gif') repeat-x;
    position: relative;
}

#home_links img
{
    margin-top: 10px;
}

#home_links div
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 41px;
    margin: 0;
    padding: 53px 0 0 0;
    background: url('/images/home_links_bg2.gif') no-repeat left center;    
}

#home_links div ul
{
  padding: 9px 0 0 0;
  margin: 0;
/*  border: solid 1px red; */
  display: block;
  text-align: center;  
}

#home_links ul li
{
    display: inline;
    height: 32px;
    padding: 5px 5px 3px 30px; 
    background: url('/images/pointes.gif') no-repeat left;
}

#home_links ul li a
{
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;    
    font-weight: bold;
    color: White;
    text-decoration: none;
}

#home_links ul li a:hover
{
  color :#CCCCCC;
  text-decoration: underline;
}

#HomeContent
{
  position: relative;
}

#homeText
{
  padding: 10px 20px 5px 420px;
  text-align: justify;
}

#homeSmallBanners 
{
  position: absolute;
  top: 0;
  left: 0;
/*
  float: left;
*/
  padding: 20px 10px 10px 20px;
  width: 420px;
}

#homeSmallBanners a
{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 10px;
  text-decoration: none;
  text-align: center;
  color: #666666;
}

#homeSmallBanners a span { display: block; }

#CommonMain
{
/*
border: solid 1px red;
*/
  margin: 3px 0 0 0;
  padding: 0;
  background-color: #e5e5e5;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

#menLevel2
{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 200px;
}

#menLevel2 h3
{
  position: relative;
  left:0;
  top: 0;
  width: 196px;
  color: white;
  background-color: #a19f9f;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 5px 2px 4px 2px;
/*
border: solid 1px red;
*/
}

#menLevel2 ul
{
/*
border: solid 1px green;
*/
  margin: 0;
  padding: 0 0 0 20px;
  list-style: square url('/images/pointe2.gif') outside;
  text-align: left;  
}

#menLevel2 ul li
{
  color: #015B79;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 0 0 0px;
}

#menLevel2 ul li a
{
  color: #333333;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

#menLevel2 ul li a:hover
{
  color : #1B73A5;
  text-decoration: underline;
}

#CommonContent
{
/*
  position: relative;
  top: 0;
  left: 200px;
*/
  margin: 0 0 0 200px;
  padding: 0 0 0 3px;
  background-color: White; 
}

#CommonHeader
{
  height: 124px;
  padding: 15px 0 0 0; 
  background-color: #036687;   
}

#CommonHeader img
{
  float: left; 
  clear: left;
  margin: 0 5px 0 0;
  padding: 0 25px 0 0;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #036687;
  border-left: solid 1px #036687;
  background: url('/images/fleche_page2.gif') no-repeat right top;
}

#CommonHeader div
{
  width: 100%;
  height: 124px;
  background: #036687 url('/images/fond_haut_page.jpg') repeat-x top;
}

#CommonHeader div div.CommonHeaderInner
{
  width: auto;
  padding: 0 10px 0 0;
  display: block;
  background: url('/images/triangle.gif') no-repeat bottom right;
}

#CommonHeader h1
{
  color: #0290BE;
  margin: 0;
  padding: 20px 0 0 0;
  height: 25px;
  font-size: 18px;
  font-weight: bold;
}

#CommonHeader div.subtext
{
  height: 64px;
  width: 100%;
  padding: 5px 0 10px 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: normal;
  background: none;
}

#CommonHeader div.subtext p
{
  text-align: left;
}

#CommonHeader div.subtext ul, #CommonHeader div.subtext p
{
  margin: 0 15px 0 0;
  padding: 0;
}


#CommonHeader div.subtext ul li
{
  margin: 0 0 0 0;
  list-style-position:inside;
  list-style-type:square;
}

#text
{
  width: 100%;
  
  padding: 15px 0 15px 0;
  color: #606060;
  font-size: 11px;
}

#footer
{
  text-align: center;
}

#copyright
{
  display: inline-block;
  padding-top: 10px;
}

.clear {  clear: both; }

.white
{
    color:#FFFFFF;
    font-weight:normal;
    text-decoration: none;
}

.white:hover
{
    text-decoration: underline;
}





































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
