html, body {
 margin:0;
 padding:0;
 min-width: 980px;
 min-height: 700px;
 }
body {
	margin: 0;
	padding: 0;
	font: bold 12px/1.5em Verdana;
	background-color: black;
}  
#header {
   background-image: url(../pictures/header.gif);
	background-repeat: no-repeat;
	width: 980px;
	height: 200px;
	margin: auto;
}
#header2 {
	background-image: url(../pictures/header2.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 40px;
	margin: auto;
}
/*- Menu Tabs E--------------------------- */
#tabsE {
      float:none;
		width:980px;
		text-align:center;
		position: relative;
		margin: auto;
      background:#000;
      font-size:93%;
      line-height:normal;

      }
    #tabsE ul {
        margin:0;
		  width:980px;
		  position: relative;
		  margin: auto;
        padding:10px 10px 0 20px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
		width: 980px;
		position: relative;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("../pictures/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("../pictures/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }
-->
#contenu {
	background-image: url(../pictures/back.jpg);
	background-repeat: repeat;
	width: 970px;
	height: 530px;
	overflow: auto;
	padding-top: 10px;
	padding-left: 05px;
	padding-right: 05px;
	text-align: justify;
	margin: auto;
	font-size: medium;
}

#bottom {
	background-image: url(../pictures/header2.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 40px;
	margin: auto;
	padding: 0;
	text-align: center;
	font-size: larger;
}
h1 {
 font-size: 200%; 
 color: #000000; 
 text-align: left;
 }
 h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

img {
border: none;
}
a:link {
 color: grey;
 text-decoration: none;
 }
a:visited {
 color: #007FFF;
 }
a:active {
 color:#00A1CB;
}
a:hover {
 color: white;
 text-decoration: none;
}
a img {border: none;}
