/* @override http://192.168.0.50/maisondesgreffes.com/css/maisondesgreffes.css */

html, body {
	margin: 0;
	padding: 0
}

body {
	text-align: center;
	font: 76% "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../images/main/background.jpg);
}

img {
	border-style: none;
}

/*
p {
	margin: 0 10px 10px
}

a {
	display: block;
	color: #981793;
	padding: 10px
}
*/

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px;
	color: #701013;
	font-style: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px;
}

h6 {
	font-size: 8px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 256px;
}

#wrapper {
	float: left;
	width: 100%
}

/* @group Navigation */

#navigation {
	float: left;
	width: 145px;
	margin: 0;
	padding: 0;
}

#navigation-menu {
	width: 145px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../images/main/menu.jpg) no-repeat;
}

#navigation-menu ul {
	margin: 0;
	padding: 20px 10px 0 20px;
}

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

#navigation-menu ul ul {
	margin: 0;
	padding: 10px 5px 10px 15px;
}

#navigation-menu ul ul li {
	padding: 0;
	font-size: 11px;
	margin: 0 0 5px;
	opacity: 1;
	list-style-image: url(../images/main/puces.gif);
}

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

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

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

#navigation a:hover {
	color: white;
	text-decoration: underline;
}

#dropmenudiv {
	position: absolute;
	background-color: #910019;
	line-height: 2;
	z-index: 100;
	color: white;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover {
}

.navlist {
	margin: 0;
	padding: 30px 0 0 20px;
}

.navlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 2;
}

/* @end */

#content {
	width: 652px;
	margin-left: 145px;
	background: url(../images/main/content.jpg) repeat-y;
	line-height: 1.4;
}

#content1col {
	width: 652px;
	margin-left: 145px;
	background: url(../images/main/content1col.jpg) repeat-y;
	line-height: 1.4;
}

#contentleft {
	float: left;
	width: 450px;
}

#contentleft1col {
	float: left;
	width: 630px;
}

#contentlefttext {
	padding: 0 25px 0 20px;
}

#contentlefttext p {
	line-height: 1.4;
	margin: 0 0 12px;
}

#extra {
	margin-left: 450px;
	width: 199px;
	font-size: 11px;
}

#extracontent {
	padding-left: 50px;
}

#extracontent ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#extracontent ul li {
	padding: 0;
	margin: 0 0 4px;
}

#extracontent ul li .date {
	color: #666;
	font-style: italic;
}

#extracontent a:link {
	color: #701013;
	text-decoration: none;
}

#extracontent a:active {
	color: #701013;
	text-decoration: none;
}

#extracontent a:visited {
	color: #701013;
	text-decoration: none;
}

#extracontent a:hover {
	color: #701013;
	text-decoration: underline;
}

#footer {
	clear: left;
	width: 655px;
	height: 50px;
	text-align: right;
	margin: 0 0 0 145px;
	font-size: 11px;
	position: relative;
	top: -5px;
	background-image: url(../images/main/background.jpg);
}

#footercopyright {
	color: gray;
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
}

#footerartisan {
	color: gray;
	font-size: 0.9em;
	text-align: center;
	padding-top: 10px;
}

#footerartisan a:link {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

#footerartisan a:active {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

#footerartisan a:visited {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

#footerartisan a:hover {
	color: #701013;
	text-decoration: underline;
	font-weight: bold;
}

.error {
	color: red;
}