/* Marc Folly Website */

/* @group Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

*, input, textarea {
	margin: 0;
	padding: 0
}

/* @end */

/* @group Common Classes */

.clear-both {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

/* @end */

/* @group Layout */

body {
	background: #fff;
	font: 100% arial, sans-serif;
	color: #666;
}

#page-wrapper {
	margin: 10px auto;
	width: 800px;
	background: transparent url(main.png) no-repeat 50% 0;
	height: 500px;
}

#header {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	height: 165px;
}

#page,
#content,
#footer {
	padding: 0 0 0 130px;
	margin-bottom: 20px;
	font-size: 12px;
}

/* @end */

/* @group Header */

#header p {
	position: absolute;
	color: #000;
	font-size: 22px;
	text-align: right;
	top: 110px;
	left: 190px;
}

#header ul {
	text-align: right;
}

#header ul li {
	line-height: 1.6;
}

#header ul li a {
	color: #a8a8a8;
	text-decoration: none;
}

#header ul li a:hover {
	color: #999;
}

/* @end */

/* @group Page title */

#page h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #666;
	border-bottom: 1px solid #a8a8a8;
	padding-bottom: 5px;
}

/* @end */

/* @group Content */

#content p {
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 20px;
}

/* @group Home */

#home #content img {
	margin-left: 113px;
}

/* @end */

/* @group Info */

#info #content p {
	margin-bottom: 10px;
}

#info #content p a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#info #content p a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#info #content p.divider {
	text-align: center;
}

/* @end */

/* @group Links */

#links #content ul {
	padding: 80px 0 134px 0;
}

#links #content ul li {
	float: left;
	width: 200px;
	margin-bottom: 50px;
}

#links #content ul li.first {
	margin: 0 55px 0 15px;
}
* html #links #content ul li.first { margin-right: 40px }

#links #content ul li h2 {
	color: #000;
	font-size: 14px;
}

#links #content ul li p {
	margin: 0;
	font-size: 12px;
}

#links #content ul li p a {
	color: #666;
	text-decoration: underline;
}

#links #content ul li p a:hover {
	color: #333;
	text-decoration: underline;
}

/* @end */

/* @group Contact */

#contact #content dl {
	float: left;
	line-height: 1.4;
}

#contact #content dl dt {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#contact #content dl dd a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#contact #content dl dd a:hover {
	color: #333;
	text-decoration: none;
}

#contact #content fieldset#inputs {
	float: right;
	width: 480px;
}

#contact #content fieldset#inputs label {
	display: block;
	width: 460px;
	font-size: 11px;
}

#contact #content fieldset#inputs input,
#contact #content fieldset#inputs textarea {
	display: block;
	width: 460px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 10px;
}

#contact #content fieldset#inputs label.half {
	width: 220px;
	display: block;
	float: left;
	margin-right: 20px;
}

#contact #content fieldset#inputs input.half {
	width: 220px;
	display: inline;
	clear: left;
	margin-right: 10px;
}

#contact #content fieldset#submission {
	text-align: right;
	padding-right: 15px;
}

#contact #content input#reset {
	background: #fff;
	border: 0;
	border-bottom: 1px solid #999;
	font-size: 11px;
	cursor: pointer;
	margin-right: 10px;
}

#contact #content fieldset#inputs input#nom,
#contact #content fieldset#inputs input#email,
#contact #content fieldset#inputs textarea#message {
	border-top: 2px solid #a8a8a8;
}

#contact #content fieldset#submission label#outmessage {
	margin-right: 20px;
	color: #000;
}

/* @end */

/* @group Paintings */

#paintings #content ul {
	margin-left: 10px;
}

#paintings #content ul li {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
	text-align: center;
}

#paintings #content ul li a {
	text-align: center;
	display: block;
	width: 200px;
}

/* @end */

/* @end */

/* @group Footer */

#footer p {
	text-align: right;
	font-size: 10px;
	background: #ccc;
	padding: 5px 10px;
}

#footer p a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#footer p a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

/* @end */


















