@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	background: #FFFFFF;
	color: #000000;
}

a, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color: #D2B46A;
}

a:hover, .selected {
	color: #FFFFFF;
}

div {
	margin: 0;
	padding: 0;
}

img, img a {
	margin: 0;
	padding: 0;
	border: none;
}

p, h1 {
	margin: 0 15px 6px 15px;
	padding: 0;
	line-height: 18px;
}

h1 {
	margin-top: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #78001E;
}

.vinoscope {
	color: #78001E;
}

ul, li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

#page {
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	margin-top: 60px;
}

#logo, #menu, #pict, #redline, #content, #footer {
	width: 100%;
}

#logo {
	height: 75px;
}


#logo img {
	top: 0;
	left: 0;
	width: 288px;
	height: 60px;
}

#menu {
	height: 30px;
	background: #69000F url("../../img/red1.gif");
}

#menu ul {
	float: right;
}

#menu li {
	margin-top: 8px;
	padding-right: 15px;
	float: left;
	display: inline;
	line-height: 15px;
	font-size: 15px;
	text-transform: uppercase;
}

#pict {
	height: 450px;
	background: #D2B46A no-repeat left top;
}

#pict.home	{ background: url("../../img/vinoscope.jpg"); }
#pict.demangeot	{ background: url("../../img/demangeot.jpg"); }
#pict.carbon	{ background: url("../../img/carbon.jpg"); }
#pict.contact	{ background: url("../../img/contact.jpg"); }

#redline {
	height: 15px;
	background: #69000F url("../../img/red2.gif");
}

#content {
	margin-top: 30px;
	background: url("../../img/bg.gif") no-repeat left top;
}

#textbox {
	position: relative;
	left: 499px;
	width: 500px;
	border-left: #D2B46A 1px solid;
	text-align: justify;
}

.intro p {
	margin-bottom: 30px;
	line-height: 24px;
	font-size: 15px;
}

#footer {
	margin-top: 30px;
	text-align: center;
	font-size: 9px;
	color: #D2B46A;
}

.copyright {
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 3px;
}