* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

body {
	padding: 0;
	margin: 0;
	background: #a7bc8f;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #0c624d;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	margin: 10px auto;
	border-bottom: 1px solid #dbe4d1;
}

#header {
	clear: both;
	height: 134px;
	width: 960px;
	background: #a7bc8f url(/img/design/genets/header.jpg) top left no-repeat;
	border-top: 1px solid #122d14;
	border-left: 1px solid #122d14;
	border-right: 1px solid #122d14;
}

#subHeader {
	clear: both;
	height: 23px;
	width: 950px;
	background: #a7bc8f url(/img/design/genets/header.jpg) bottom left no-repeat;
	color: #fff;
	padding: 3px 0 0 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #122d14;
	border-left: 1px solid #122d14;
	border-right: 1px solid #122d14;
}

#subHeader h1 {
	display: inline;
	margin: 0;
	font-family: Arial, sans serif;
}

#subHeader a {
	color: #fff;
	font-style: italic;
}

#styleSwitch {
	float: right;
	margin: 10px 10px 0 0;
	color: #fff;
	font-size: 11px;
	width: 220px;
	overflow: hidden;
	text-align: right;
}

#styleSwitch select {
	font-size: 10px;
	height: 18px;
	border: 1px solid #122d14;
	background-color: #d4e4c2;
}

#langSwitch {
	text-align: right;
	margin: 5px 0;
}

#sidebar {
	float: left;
	width: 178px;
	padding: 5px;
	margin-top: 10px;
	background-color: #eee48e;
	border: 1px solid #122d14;
}

#body {
	float: left;
	width: 755px;
	padding: 0 5px 5px 10px;
}

#body a {
	text-decoration: underline;
}

#footer {
	clear: both;
	display: block;
	font-size: 10px;
	padding: 5px;
	height: 10px;
}

#copyright {
	clear: both;
	display: block;
	text-align: center;
	font-size: 10px;
	margin: auto;
	margin-bottom: 10px;
	color: #1b3711;
}

#copyright a {
	font-size: 10px;
	color: #1b3711;
}

#sidebar .claireClaude img {
	border: 1px solid #122d14;
	display: block;
	margin: 15px auto 5px auto;
}

#sidebar .claireClaude {
	font-size: 12px;
	text-align: center;
}

#sidebar div.block {
	margin: 0 0 15px 0;
	padding: 5px;
}

#sidebar ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebar ul li a {
	border-bottom: 1px solid #997792;
	display: block;
	padding: 3px;
	background: #f7f2d1;
	color: #3c4f1e;
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar ul li a:hover {
	border-bottom: none;
	border-top: 1px solid #997792;
	text-decoration: none;
	background: #ebd93c;
	color: #3c4f1e;
	font-style: italic;
}

#sidebar ul li ul li a {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 5px;
}

#sidebar ul li ul li a:hover {
	font-style: normal;
	border: none;
}

#sidebar ul li ul {
	margin-bottom: 10px;
}

h1 {
	font-size: 1.2em;
	margin: 15px 0 15px 0;
}

h2 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
}

ul.listeImg {
	list-style-type: none;
	margin: 15px 0 0 5px;
	padding: 0;
}

ul.listeImg li {
	height: 67px;
	margin: 5px 0 10px 5px;	
}

ul.listeImg li img {
	margin: 0 10px 0 0;
}

div.gallery {
	text-align: center;
	margin: auto;
	clear: both;
	width: auto;
}

div.gallery a {
	margin: 5px;
}

div.gallery img {
	border: 1px solid #fff;
}

div.gallery .sep {
	display: block;
	clear: both;
	margin-top: 5px;
}

div.colPhotos {
	float: right;
	width: 310px;
	margin: 0 0 10px 10px;	
}

div.colPhotos img, img.colPhotos {
	margin: 5px;
	border: 1px solid #fff;
}

.odd {
	background-color: #efefef;
}

.over {
	background-color: #fbe8e8;
}

div.line {
	clear: both;
	padding-bottom: 10px;
}

div.label {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.input {
	float: left;
	padding-bottom: 10px;
}

input {
	height: 16px;
	border: 1px solid #000;
	font-size: 13px;
}

textarea {
	border: 1px solid #000;
	font-size: 13px;	
}

input.submit {
	height: 20px;
	font-weight: bold;
	padding-bottom: 1px;
	background: #f7f2d1;
}
