html, body {
	height: 100%;
	margin: 0;
	}
body {
	font: 90% "Trebuchet MS", sans-serif;
}
html {
	background: #F6FDE5;
	}

div#header {
	height: 200px;
	font-weight: bold;
	position: relative;
        padding: 0 5px;
	}
div#header h1 {
	margin: 0;
	position: absolute;
        color: #fff ;
	bottom: 10px;
	left: 30px;
	font: 3em Georgia, serif;
	}

div#global {
        height: auto;
	width: 800px;
	margin: 0 auto;
	position: relative;
	background: url(../img/bglobal2.png) center repeat-y;
	padding: 0 20px;

	}

div#content {
	width: 746px;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
margin-right: 20px;
        margin-left: 5px; 
        height: auto important;
        height:100%;
	}


div#content h2 {
	padding-left: 2.5em;
	}
h2 a {
        padding-left: 3em;
        font-size: small;
        font-weight: normal; 
        color: #6c0;
        }
div#content h3 {
	color: #c00;
	font-variant: small-caps;
	}


a {
	color: #6c0;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}
div#center {
	padding-bottom: 50px;
	overflow: auto;
        }

h2 {
	color: #6CA1E7;
	padding-left: 40px;
        margin-left: 20px;
        margin-right: 30px;
        margin-bottom: 0px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1.3em;
	line-height: normal;
	background-image: url(../img/puce.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd62f;
   }

div#footer {
	width: 766px;
        padding-left: 21px;
        margin-left: 5px; 
	background: url(../img/footer3.png) repeat-x;
	color: #fff;
	}
#tabnav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #696;
	}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border-bottom: 2px solid transparent;
	}

#tabnav a:link, #tabnav a:visited {
	float: left;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	}

#tabnav li.active a:link, #tabnav li.active a:visited, #tabnav a:hover {
	border-bottom: 2px solid #696;
	}

blockquote 
{
  font-family: "Courrier News", serif;
  border : 2px solid #000;
  margin: 10px 0 0 0;
  padding: 10px;
  background-color: #D4FEAE;
  quotes: "\201C" "\201D";
}

