body {
	background-color: white;
	font-family: Arial;
	font-size: 0.8em;
	color: #00000;
	margin: 20px;
}

#IE6,
#IE7,
#IE,
#NOTIE {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#entete {
	display: block;
	position: relative;
	width: 100%;
	float: left;
}

#contenu {
	display: block;
	position: relative;
	width: 100%;

	min-height: 300px;
	float: left;

	background-color: #fbfaf1;
	background-image: url("/images/imageFond.jpg");
	background-repeat: no-repeat;
	background-position: bottom;

	padding-top: 60px;
}

#contenuHome {
	display: block;
	position: relative;
	width: 100%;

	min-height: 300px;
	float: left;

	background-color: #fbfaf1;
	background-image: url("/images/imageFondHome.jpg");
	background-repeat: no-repeat;
	background-position: 0 32px;

	padding-top: 60px;
}

#pied {
	visibility: hidden;
	display: block;
	position: relative;
	width: 100%;
	float: right;

	background-color: #fbfaf1;
	font-size: 0.95em;

	padding-top:15px;

	background-image: url("/images/pied.jpg");
	background-repeat: no-repeat;

}

#piedPrint {
	visibility: visible;
	text-align: center;
}


/* Menu */

#menu {
	visibility: hidden;
	display: block;
	position: absolute;
	width: 900px;
	top: 234px;
	min-height: 30px;
	float: left;
	background-color: transparent;
	background-image: url("/images/fdmenu.jpg");
	background-repeat: repeat-x;
	z-index: 10;

	color: white;
	padding-top: 3px;
}

#partage {
	visibility: hidden;
}

.nav1, .nav2, .nav3, .nav4 {
	display: block;
	position: relative;
	width: 25%;
	/*border: solid 1px green;*/
	float: left;
	z-index: 10;
}

#menu ul { /* toutes les listes */
	display: block;
	width: 100%;
	padding-left: 32px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	float: left;
	overflow: visible;
	text-transform: uppercase;
	
	/* -moz-border-radius-bottomleft: 10px; */
	-moz-border-radius-bottomright: 10px;
	/* -webkit-border-bottom-left-radius: 10px; */
	-webkit-border-bottom-right-radius: 10px;
}

#menu a {
	/*padding-left: 5%;*/
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: #492B1C;
}

#menu li { /* tous les items de liste */
	float: left;
	width: 200px;
	_width: 195px;
}

#menu ul li {
	padding-left: 5%;
	_padding-left: 5px;

}

#menu ul li img {
	display: block;
	position:absolute;
	top: -103px;
	left: -999em;
	/*z-index:20;*/
	overflow:visible;
}

#menu li ul {
	position: absolute;
	width: 86%;
	width: 193px;
	left: -999em;
	background: #7f6a5c;
	margin-top: 0px;
	font-variant: normal;
	text-transform: none;
	opacity:0.8;
	z-index: 10;
	border-top: solid 4px #482b1d;
}

#menu li li {
	display: block;
	width: 100%;
	/*padding-left: 12px;*/
	padding-top: 4px;
	padding-bottom:5px;
	font-size: 1em;
}


#menu li:hover ul , #menu ul li:hover img { /* listes imbriquées sous les items de listes survolés */
	left: 0;
}



#menu li:hover ul { /* listes imbriquées sous les items de listes survolés */
	left: -0%;
	_left: -5px;
}


.menuvertical a{
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
}

.menuvertical img{
	margin-left: -20px;
}

.separation {
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0;
  border-bottom: solid 1px #dfc186;
  float: left;
  /*opacity: 0.8;*/
}

.spacer {
  clear: both;
  display: block;
  width: 100%;
  height: 0px;
  margin-top: 25px;
  padding: 0;
  /*opacity: 0.8;*/
}


.galerieGroupe {
	/*
	display: inline;
	width: 175px;
	height: 200px;
	border: solid 1px #afafaf;
	*/
	float: left;
	text-align:center;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
}


h1 {
	font-size: 2.2em;
	color: #755c3b;
	color: #99867a;
	color: #c4ac9e;
	font-weight: normal;
	line-height: 0.9em;
	letter-spacing: -1;
}

h2 {
	font-size: 1.8em;
	color: #99867a;
	color: #755c3b;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
}

p {
	font-size: 0.9em;
}



.homecol1 h1 {
	font-size: 1.6em;
	color: #b5000a;
	font-weight: bold;
}

.homecol1 h2 {
	font-size: 1.2em;
	font-style: italic;
	color: #bc9b5a;
	font-weight: bold;
}


.homecol1 h2 + h1 {
	margin-top: -0.2em;
	*margin-top: -10px;
}

.homecol1 h1 + p {
	margin-top: -1em;
	*margin-top: -10px;
}


.homecol2 h1 {
	font-size: 1.1em;
	color: #492B1C ;
	font-weight: bold;
}

.homecol2 h2 {
	font-size: 0.85em;
	font-style: italic;
	color: #bc9b5a;
	font-weight: bold;
}

.homecol2 img {
	margin-top: 10px;
}



.homecol2 h2 + h1,
.homecol2 h1 + p {
	margin-top: -0.4em;
	*margin-top: -15px;
}

.shop h2 + p {
	margin-top: -0.9em;	
}
.shop p + h3 {
	margin-top: -0.5em;	
}

.shop table {
	width: 100%;
	border-collapse: collapse;
}

.shop th {
	background-color: #eee8c6;	
}

.shop td {
	background-color: #fff;	
	padding: 5;
	border-bottom: solid 1px #c4ac9e;
}

.form-row {
	display: block;
	width: 100%;
	float:left;
}

.field-label {
	display: block;
	width: 24%;
	float: left;
	text-align: left;
	margin-top: 3px;
	padding-right: 1%;
}

.field-widget {
	display: block;
	width: 75%;
	float: left;
}

label {
	font-size: 0.95em;
}

.forme, .liste {
	width: 100%;
	border-collapse: collapse;
}


table {
	font-size: 1em;
}

td {
	padding-left: 5px;
	top: 0px;
}

.liste th {
	/*background-color: #BFAEA5;*/
	text-align: left;
	margin-top: 50px;
	padding-left: 5px;
}

.liste td {
	border-bottom: solid 1px #7f6a5c;
}

.liste td:first-child{
	font-weight: bold;
}

a:link, a:visited {
	color: #b5000a;
	text-decoration: none;
}

a:hover, a:active {
	color: #b5000a;
}

a img {
	border: 0px;
	vertical-align: middle;
}

img {
	border: 0px;
	vertical-align: middle;
}

.homecol1 a:link,
.homecol1 a:visited,
.homecol2 a:link,
.homecol2 a:visited
 {
	color: #492B1C;
	text-decoration: none;
}

.homecol2 a:hover,
.homecol2 a:active
 {
	color: #b5000a;
	text-decoration: none;
}

#pied td {
	background-color: #7f6a5c;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 5px;
}

#pied td:first-child {
	margin-left: -5px;
}

#pied a {
	color: white;
	text-decoration: none;
}

#pied a:hover {
	color: #492B1C;
}

#pied .dev {
	display: block;
	position: fixed;
	top: 2px;
	left: 2px;
	color: red;
	padding: 5px;
	background-color: #fff;
	opacity: 0.5;
}

#classification {
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.news {
	margin-left: -25%;
	margin-right: 15px;
}

.beige {
	color: #bc9b5a;
}

.beige td {
	border-bottom: solid 1px #bc9b5a;
}

.msgerr {
	color: red;
	font-weight: bold;
}

.intro {
	color: #755c3b;
	text-align: center;
	margin-bottom: 1.5em;
	font: italic 1em Georgia, "Times New Roman", Times, serif;
}
.intro h1, .intro a {
	color: #755c3b;
}

.lien:hover {
	background-color: #BFAEA5;
	opacity: 0.85;
	-moz-border-radius-topright: 40px;
	-webkit-border-top-right-radius: 40px;
}

.center {
	text-align:center;	
}
.btn {
	float: left;
}