body {
	background: #FFF url(../images/design/chardonBleu.jpg) no-repeat top left fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height: 1.5em;
}

#header {
	width: 80%;
	background:transparent;
	margin: 0 auto;
	padding: 0;
	height: 101px;
}

#header h1 {
	padding: 30px 0;
	color: #999;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

#nav {
	position: absolute;
	top: 85px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 25px;	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background: transparent url(../images/design/trans12.gif) repeat;
	text-decoration: none;
}

#nav li a:link { color: #828282; }
#nav li a:visited { color: #828282; }

#nav li a:hover {
	color: #000;
	font-weight:bold;
	background: transparent url(../images/design/trans8.gif) repeat;
}

#nav li a#current {
	color: #333;
	background: transparent url(../images/design/trans8.gif) repeat;
	border-bottom: 1px solid #999;
}

#container {
	background: transparent url(../images/design/trans8.gif) repeat;
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

#content {
	margin: 0;
	padding: 40px;
	
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
	display:none;
}

div.legal, div.legal a:link, div.legal a:visited {
	/*background: transparent url(../images/design/trans9.gif) repeat;*/
	/*background: #FFB538;*/
	background: #b7c4e6;
	text-align: center;
	width: 100%;
	height: 25px;
	font-size: 10px;
	font-weight:bold;
	vertical-align: middle;
	color: #999;
	text-decoration: none;
	border-bottom: none;
}

a, a:visited {
	background: transparent;
	color: #333;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666;
}

h2 {
	color: #666;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}

/* Photo */
td.thumb {
  text-align: center;
  width: 130px;
  height: 130px;
  /*background-color: #666666;*/
  background: transparent url(../images/design/trans13.gif) repeat;
	/*border: 1px solid #fba02b;*/
  border: 1px solid #8093c4;
  text-decoration: none;
}

img.thumb {
  border-width: 0px;
}

div.navthumb {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

thumb a.navthumb {
  font-family: Verdana;
  font-weight: bold;
  font-size: 13pt;  
  color: #aaaaff;
}

