body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,th,td,blockquote {
  margin:0;
  padding:0;
  font-family: Verdana,Helvetica,sans-serif;
}
body {
	background: url('../img/fond.gif') top repeat-x #698F45;
}
a {
  	text-decoration: none;
}a img{
	border: 4px solid #eee;
}
a:hover img {
	border: 4px solid #777;
}
/* Global content */
div#global{
  	position:relative;
  	margin:0 auto;
  	width:980px;
	background: url('../img/content.gif') repeat-y;
}
/* header */
div#global div#header {
	position: relative;
	width: 960px;
  	padding: 0 10px;
	height: 144px;
	background: url('../img/header.gif') no-repeat;
}
div#header div#skip{
  	position: relative;
  	width: 960px;
  	height:24px;
	line-height: 24px;
  	color: #fff;
  	background: url('../img/skip.gif') no-repeat;
  	font-size: 9px;
  	text-align:center;
}
div#skip a:link,div#skip a:visited {
  	color: #fff;
}
div#skip a:hover,div#skip a:active {
  	color: #666;
}
div#header div#titles {
	position: relative;
	width: 960px;
	height:120px;
	color: #fff;
	font-family: Arial,Geneva,Sans-serif;
	background: url('../img/titles.jpg');
  	font-variant: small-caps;
  	font-weight: bold;
}
div#titles h1{
	padding: 10px 0 0 35px;
  	font-size:24px;
}
div#titles h2{
	padding: 0 0 0 35px;
  	font-size:18px;
}
div#global div#content{
  	position: relative;
  	left: 190px;
  	width: 760px;
  	min-height: 300px;
  	height: auto!important;
  	height: 300px;
  	padding: 0 0 10px 0;
  	color: #333;
  	font-size: 12px;
  	font-family: Verdana,Helvetica,sans-serif;
}
div#content h3{
  	font-size:16px;
  	font-weight: bold;
  	color: #555;
  	text-transform:uppercase;
  	margin:15px 0 10px 0;
  	padding: 0 0 2px 0;
  	border-bottom: 1px solid #eee;
}
div#content h4{
  	font-size:14px;
  	font-weight: bold;
  	color: #888;
  	margin:10px 0;
}
div#content p{
  	margin:5px 0;
  	text-align:justify;
  	line-height:16px;
}
div#content address {
	margin: 10px 0;
	font-style: normal;
}
div#content img {
	margin: 18px;
}
div#sidebar {
	position: absolute;
	left: 20px;
	top: 158px;
	width: 160px;
}
div#logo {
	margin: 5px 0;
	text-align: center;
}
div#menu {
	margin: 5px 0;
	font-size: 13px;
}
div#menu a{
	display: block;
	width: 100%;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #efefef;
}
div#menu a:link,div#menu a:visited {
  	color: #B6BF82;
  	background: #fff;
}
div#menu a:hover,div#menu a:active {
  	color: #333;
  	background: #eee;
}
div#menu ul {
	margin: 0 10px;
	list-style: none;
	text-align: right;
	font-variant: small-caps;
	font-family: Arial,Geneva,Sans-serif;
}
div#menu ul li {
	margin-top: -1px!important;
	margin-top: -4px;
	height: 26px;
}
div#footer {
  	position:relative;
  	top: 0;
  	margin:0 auto;
  	width:960px;
  	height: 28px;
  	padding: 0 10px;
  	line-height: 22px;
  	text-align: center;
  	font-size: 10px;
  	color: #666;
	background: url('../img/footer.gif') 0 0 no-repeat;
}
div#footer a:link,div#footer a:visited {
  	color: #B6BF82;
}
div#footer a:hover,div#footer a:active {
  	color: #333;
}
div#copyright{
  	position:relative;
    	margin:0 auto;
    	padding: 0 30px 0 0;
    	width:950px;
    	line-height: 18px;
    	text-align: right;
    	font-size: 10px;
    	color: #B6BF82;
}
div#copyright a:link,div#copyright a:visited {
  	color: #B6BF82;
}
div#copyright a:hover,div#copyright a:active {
  	color: #333;
}