/** Tags **/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #8b2323;
	color: #000000;
}

img {
	border: none;
}

li {
	list-style-image: url('../images/lecygne-list.png');	
	margin-bottom: 10px;
}

ul.nested li {
	list-style-image: none;
	list-style-type: circle;
}

a {
	color: #000000;
	font-weight: 600;
	font-variant: small-caps;
	font-style: italic;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 0px;
	padding-left: 5px;
	font-style: italic;
}

/** IDs **/
#menu {
	text-align: center;
	font-size: 15px;
	padding: 0px;
	margin: 0px auto;
	white-space: nowrap;
	list-style-type: none;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 0.1em 0.5em;
	background-color: #ffffff;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}

#menu li a:hover {
	background-color: #ffffc0;
	color: #000000;
	text-decoration: underline;
}

#header {
	background-color: #ffffe0;	
}

#menu_div {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-bottom: none;
	background-color: #ffffe0;
}

#content {
	background-color: #ffffe0;
}

#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	display: block;
	width: 260px;
	margin: 15px auto;
	font-size: 12px;
}

#emailform {
	display: none;
	margin-left: 15px;
	width: 300px;
}

#counter {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 300px;
	margin: 15px auto;
	color: #c0c0c0;
}

#counter:first-line {
	text-decoration: underline;

}

/** Classes **/
a.current {
	background-color: #ffffa0;
	color: #000000;
}

a.current:hover {
	background-color: #ffffa0;
	color: #000000;
}

.main {
	width: 800px;
	border: 1px solid #000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: #fff;
	color: #000000;
}

.center {
	display: block;
	width: auto;
	margin: 15px auto;
}

.heading {
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
	padding-top: 10px;
}

.subheading {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

strong.price {
	position: relative;
	float: right;
	margin-right: 15px;
	top: -1em;
}

/* For broken browsers (read: Internet Explorer) 
* html #menu {
display: inline-block;
width: 1px;
padding: 0 2px;
}

* html #menu li {
	display: inline;
}

* html #menu a {
	display: inline-block;
	margin: 0 -2px;
}

/* End support for broken browsers */
