/*      ZERO.CSS      */

html {
width: 100%;
min-width: 833px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }
#content ol.navli,ul.navli,li.navli { list-style-position: inside; list-style-image: url(../img/li.gif); }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }

/*Site */

#container { 
 	width: 100%;  /* ce paramtrage cre un conteneur dont la largeur est 100 % de celle du navigateur */
	min-width: 833px;
	}

* {
  font-family : verdana,sans-serif;
  font-size : 12px;

}

body {
  background : #caeec3 url(../img/body_bg.png) repeat-x;
  margin : 0px;
  color : #333;
}
h1 {
  float : left;
}

 #nav {
  height : 40px;
  background : transparent url(../img/nav_bg.png) repeat-x;
  font-weight : bold;
  font-size : 10px;
  overflow : hidden;
 }
 
 #nav .bt_mail {
  float : right;
 }
 
 #nav .bt_home {
  float : left;
 }
 
 #nav ul {
  float : left;
  margin: 0;
  padding: 0;
 }
 
 /*
 #tabs {
 position : absolute;
 width:600px;
 }
 */
 
 #nav ul li{
  float : left;
  display : block;
  width : 107px;  
  height : 40px;
  background : transparent url(../img/nav_on.png) no-repeat;
  margin: 0;
  padding: 0;
  color : #005f77;
  text-align : center;
  line-height : 40px;
 }
 
 #nav ul li a{
  float : left;
  display : block;
  width : 107px;  
  height : 40px;
  text-decoration : none;color : white;
  background : transparent url(../img/nav_off.png) no-repeat;
  
 }
 
 #content {
  background : transparent url(../img/main_bg2.png) no-repeat;
 }
 
 #nav2 {
   height : 55px;
   background : transparent url(../img/nav2_bg.png) bottom repeat-x ;
   text-align : center;
   font-size : 11px;

  }
 
 #nav2 a {
  color : #005f77;
  text-decoration : none;
  font-weight : bold;
 }
 #nav2 ul {
  padding : 15px;
 }
 #nav2 li {
  background:transparent url(../img/nav2_li.png) no-repeat scroll right center;
  display:inline;
  padding:0px 14px 0px 6px;
  text-align:center;
 }
 
 #nav2 li.last {
  background : none;
 
 }
  
 #footer{
  text-align : right;
  margin : 10px 26px;
 }
 #footer, #footer a {
  font-size : 10px;
  color : #4b843a;
  
 }
 
 
 #main {
  margin-left : 20px;
  margin-right : 20px;
  margin-top : 20px;
  margin-bottom : -40px;
}

 #main ol, #main ul, #main li { margin-left: 10px; list-style-position: inside; list-style-image: url(../img/li.gif); }


