/* CSS Document */

body{
background-color:#CCCCCC;
/**
background-image: url('images/fl_bg1.jpg');
background-repeat:repeat;
**/
}

.top-cap{
margin-left: auto;
margin-right: auto;
padding:0px;
width: 800px;
height:0px;
/**height: 10px;
background-image: url(images/top_cap.png);
**/
}

.bottom-cap{
margin-left: auto;
margin-right: auto;
padding:0px;
width: 800px;
height: 10px;
background-image: url(images/bottom_cap.png);
}

.page{
margin-left: auto;
margin-right: auto;
padding:0px;
width: 800px;
background:#FFFFFF;
min-height: 500px;
color: #273850;
    font: 0.75em/160% Helvetica, Arial, Verdana, sans-serif;
	overflow: visible;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.banner{
width: 100%;
color: #273850 ;
height: 85px;
background-image:url(images/banner.jpg)
}

.banner-left{
padding-left: 40px;
float: left;

}

.banner-middle{
float: left;
vertical-align:middle;
padding-left: 100px;
margin-top: 20px;

color: white;}

#middle{
min-height:550px;
}

#columnLeft{
float: left;
width: 20%;
height: 100%;
min-height: 100%;
}

.logo{
width:20%;
height:74px;
float:left;
}

.banner img{
width:100px;
height:64px;

}

.banner-text{
background-color:#666666;
height: 20px;
padding: 0px;
margin-top: auto;
margin-bottom:auto;
width: 80%;
}

.shadow-down{
 background: #2f425c url("images/shadow_under_navigation.gif") repeat-x 0 0;
 width: 100%;
 height: 41px;
}

#navigation {
    background: #2f425c url("images/bg_navigation1px.gif") repeat-x 0 0;
    height: 31px;
    line-height: 31px;
	padding: 0px;
	margin: 0px;
}
#navigation h2 {
    color: #fff;
    font-size: 120%;
    padding: 1em 20px;
    padding-bottom: 0;
    text-transform: uppercase;
}
#navigation ul {
    float: left;
    list-style: none;
	padding: 0px;
	margin: 0px;
	
}
#navigation li,#navigation li a {
    color: #a0b2c0;
    display: inline;
    float: left;
    text-decoration: none;
    height: 31px;
    line-height: 31px;
	border-color: red;
	padding:0px;
	margin:0px;
	margin-left: 50px;
    margin-right: -10px;
}
#navigation .selected a,#navigation .selected a:hover {
    background: transparent url("images/icon_navi_selected2.gif") no-repeat 50% 0;
}
#navigation li a:hover {
    background: transparent url("images/icon_navi_selected2.gif") no-repeat 50% 0;
}
#navigation .selected a {
    color: #fff;
    font-weight: bold;
}

/*** Subnavigation Components *************************************************/

#subnavigation {
    background: transparent url("/images/bg_subnavigation.gif") no-repeat 100% 0;
    float: left;
    width: 180px;
	min-width: 180px;
    padding-top: 8px;
	border-right:solid 1px #E2E2E2;
	
}
#subnavigation ul {
    list-style: none;
    margin-top: 5px;
	margin-left: 5px;
}
#subnavigation li a:hover {
    background: transparent url("images/icon_navi_selected.gif") no-repeat 0 50%;
}
#subnavigation li,
#subnavigation li a {
    float: left;
    clear: both;
}
#subnavigation a {
    color: #2f425c;
    padding: 0.2em 0 0.2em 10px;
    text-decoration: none;
}
#subnavigation .selected a {
    background: transparent url("images/icon_navi_selected.gif") no-repeat 0 50%;
    font-weight: bold;
}



/** */

#content{
padding: 10px 20px 20px 20px;
margin-left: 20px;
width: 65%;
float:left;
}
#content a {
   color: #fd7b0e;
}

#content em {
  font-style: normal;
  font-weight: bold;
}

#content h1 {
  font-size: 200%;
  line-height: 100%;
  margin-bottom: 1em;
}
#content h1 span {
  color: #415570;
  display: block;
  font-size: 60%;
  font-weight: normal;
  letter-spacing: 0;
}
#content h2 {
  color: #fd7b0e;
  font-size: 140%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.4em;
}
#content h3 {
  color: #7b8ea2;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 0.1em;
}
#content p {
  margin-bottom: 1em;
  text-align:justify;
}
#content .itemizedlist {
  margin-bottom: 2em;
  margin-left: 0;
}
#content .itemizedlist li {
list-style:none;
  background: transparent url("images/icon_list.gif") no-repeat 0px 3px;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
#content .itemizedlist li em {
  display: block;
  font-style: normal;
  font-weight: bold;
}
#content .itemizedlist a {
    color: #273850;
    text-decoration: none;
}
#content .itemizedlist a strong {
    display: block;
}
#content .itemizedlist a:hover strong {
    text-decoration: underline;
}
#content .itemizedlist .folder li {
    background: transparent;
    padding: 0;
}
#content .itemizedlist .folder li a {
    display: block;
    background: transparent url("../images/icon_link.gif") no-repeat 0 0.2em;
    padding-left: 20px;
}

/** */
#footer{
clear: both;
width: 750px;

height: 20px;
margin: 0px;
padding: 0px;
padding-left: 50px;
border-top: solid 1px gray;
}

#langage{
margin-bottom: 15px;
}

.tables{
width: 550px;
margin-left: -20px;
padding: 0px;
padding-bottom: 10px;
background-image:url(images/background_paragraph.jpg);
background-repeat:repeat-x;
border: 2px solid gray;
border-left: 2px solid gray;
}