html body {
	background: #FFFF00 url(img/32pxblack.gif) repeat-x 0 0;
}

html .wrapper > header {
	background: transparent;
	padding: 0;
	margin: 0;
	height: 32px;
	line-height: 32px;
	margin-bottom: 20px;
}

html .wrapper > header > h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .1em;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

html .wrapper > header > h1:before {
	content: 'Les ';
}
html .wrapper > header > h1:after {
	content: ' présente:';
}

html .wrapper > header > h1 a, html .wrapper > header > h1 a:link, html .wrapper > header > h1 a:visited {color: #fff;}

html .wrapper > header .clearfix, article div.meta {display:none;}

#content article {
	padding-left: 0;
}

html article header h1 {
	background: transparent url(img/superdiscount.jpg) no-repeat 0 0;
	height: 600px;
	margin: 0 auto 20px auto;
	text-indent: -5000em;
	width: 600px;
}

html article.post a:link,
html article.post a:visited {
	color: #000;
	text-decoration: underline;
}
html article.post a:hover {
	color: #ff6600;
	text-decoration: underline;
}
html article.post a:active,
html article.post a:focus {
	color: #ff0000;
	text-decoration: underline;
}

html article.post {
	color: #000;
	font-size: 14px;
	margin-bottom: 120px;
}

html article.post h4 {
	height: 80px;
	margin: 80px auto 30px auto;
	text-align: center;
	text-indent: -5000em;
	width: 80px;
}

html article.post h4:hover {
	background: none;
	line-height: 80px;
	text-indent: 0;
	width: 400px;
}

html article.post .video {
	float: right;
	margin-left: 20px;
	width: 620px;
}

html article.post .fleft {
	float: left;
	margin: 6px 20px 0 0;
}

html article.post p {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 19px;
}

html article.post blockquote {
	background: none;
	font-family: Georgia, serif;
	font-size: 32px;
	margin: 0;
	padding:0;
	width: 940px;
}

html article.post blockquote p {font-family: Georgia, serif;}


html article.post .double {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	text-align: justify;
	width: 940px;
}

html article.post .clearfix > .double {
	width: 620px;
}

h4.pound {
	background: transparent url(img/superdiscount-l.png) no-repeat;
}

h4.yen {
	background: transparent url(img/superdiscount-y.png) no-repeat;
}

h4.franc {
	background: transparent url(img/superdiscount-f.png) no-repeat;
}

h4.dollar {
	background: transparent url(img/superdiscount-s.png) no-repeat;
}

.buehnefrei {
	margin-top: 80px;
}
#container .more-article header {border-color: #000;}
#container .more-article header h1 {
	background: #FFFF00;
	color: #000;
}

body > footer {
	background: #000 !important;
}