/* Bastide Gallery style sheet
	Fabrice Pabois - ProxyService */

body, html {
	background: #fff;
	color: #000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
	
#wrapper {
	background: #fff;
	margin: 0 auto;
	width: 840px;
}

#header {
	background: transparent url("images/header.jpg") no-repeat 70% 0; 
	height: 140px;
}

#flower {
	background: transparent url("images/fleur.jpg") no-repeat 10px 0;
	height: 140px;
	width: 159px;
}

#header h1 {
	display: none;
}

#hbar {
	padding: 5px 10px;
	background: #c99;
}

#body {
	/*border: solid #004500;
	border-width: 0 1px 0 0;*/
	background: transparent url("images/background.gif") repeat-y;  /* faux columns  */
	height: 1%;		/* IE6 hack */
	min-height: 320px;
}

#main {
	color: #004500;
	font-size: 1em;
	margin-left: 180px;
	padding: 10px;
	width: 636px;
}

html>body #main {
	padding: 10px;
	width: 639px;  /* hidden for IE6 */
}

#main h1 {
	font-size: 1.6em;
}

#main h2 {
	font-size: 1.4em;
}

#main a, #splash a {
	color: #5f1828;
}

#main a:hover, #splash a:hover {
	text-decoration: none;
}

#main img {
	border: solid 1px #004500;
	/* display: block; */
	margin: 0 auto;
}

#main .noborder {
	border: 0;
}
	
h1, h2 {
	color: #5f1828;
	margin: .5em 0;
}

em {
	font-style: normal;
	font-weight: bold;
}

/*   Navigation */
#nav {
	/*background: #004500; */
	float: left;
	font-size: 1.1em;
	padding: 0;
	width: 180px;
}

html>body #nav {
	position: fixed;
}

#nav #menu {
	padding-top:10px
}

#menu ul {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	border-bottom: 1px solid #005100;
	margin: 0;
	padding: 1px 0;
}

#menu li a {
	color: #fff;
	display: block;
	line-height: 2em;
	padding: 0 5px;
	text-decoration: none;
}

#menu li ul li  {
	border: none;
}

#menu li li a {
	padding-left: 20px;
}

#menu li a:hover, #nav li#current a, #nav li a:focus {
	background: #5f1828;
}

#nav #language {
	height: 45px;
	padding: 10px;
	text-align: center;
}

#language img {
	border: none;
}

/*   Listing */
#listing td.photo {
	padding: 2px;
	width: 66%;
}

#listing a img {
	border: solid 2px #004500;
	display: block;
}

#listing a:hover img, #listing a:active img, #listing a:focus img {
	border: solid 2px #5f1828;
}

/*   Collection */

#collection td {
	text-align: center;
	}
	
#collection td.photo {
	padding: 2px;
	width: 33%;
}

#collection a img {
	border: solid 2px #004500;
	display: block;
}

#collection a:hover img, #listing a:active img, #listing a:focus img {
	border: solid 2px #5f1828;
}

/*   Footer */
#footer {
	background: #004500;
 	clear: both;
 	padding: 5px 10px;
}

#footer p {
	color: #fff;
	font-size: .7em;
	margin: 0;
	text-align: center;
}

* html #footer {
	height: 1px;
}

/*	Google map */
.gmap {
	border: 1px solid #5F1828;
	height: 500px;
	/* background-color: rgb(229, 227, 223); */
	margin: auto;
	width: 600px;
	}

