body {
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	font-size: 11px;
	color: #474747;
	text-align: center;
	background-color:#f6f7f1;
}
#fixed{
	background:#f6f7f1 url(bg.jpg) repeat-y center 247px;
}
p {
	margin: 10px;
}
/* CONTAINERS */
#container {
	width: 960px;
	margin: -30px auto 0px auto;
	_margin: 0px auto;
}
#seocol {
	float:left;
	width:760px;
}
#leftcol {
	float: right;
	width: 200px;
	text-align: left;
	overflow:hidden;
}
#content {
	float: left;
	width: 560px;
	text-align: left;
	overflow:hidden;
}
#rightcol {
	float: right;
	width: 200px;
	text-align: left;
	overflow:hidden;
}
#footer {
	clear:both;
	height: 200px;
	background:url(footer.jpg) center top no-repeat;
}
#footer p {
	width: 960px;
	margin: 0px auto;
	padding-top: 130px;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	color: #474747;
}
#footer p a {
	color: #474747;
}
#footer #rss-icon{
	float: left;
	margin-right: 20px;
}
/* HEADER */
#wrap {
	background:url(header.jpg) center top no-repeat;
}
#header {
	position: relative;
	width: 960px;
	height: 247px;
	margin: 0px auto;
	text-align: left;
}
#blogtitle {
	width: 320px;
	height: 100px;
	padding: 80px 0px 0px 80px;
}
#blogdesc {
	position:absolute;
	top: 40px;
	left: 100px;
	width: 220px;
	text-align: center;
	color: #fffbcb;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}
h3#blogdesc {
	white-space: normal;
}
#header ul {
	position: absolute;
	top: 5px;
	left: 20px;
	height:30px;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;
}
#header ul li {
	float:left;
	list-style-type:none;
}
#header ul li a {
	display:block;
	padding:0px 10px 0px 10px;
	letter-spacing: -1px;
	font-size:17px;
	color:#d2611f;
	text-decoration:none;
	text-transform:uppercase;
}
#header ul li a:hover {
	color: #fffbcb;
}
/* SEARCH */
#search {
	position:absolute;
	top:5px;
	right:0px;
	text-align:center;
}
#searchbutton {
	position:absolute;
	top:0px;
	right:0px;
	width:90px;
	height:20px;
	padding-bottom:2px;
	border:1px solid #474747;
	border-collapse:collapse;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height:18px;
	color: #aaaaaa;
	font-weight:bold;
	text-align:center;
	text-transform:lowercase;
	background-color:#323232;
}
#searchtext {
	position:absolute;
	top:0px;
	right:100px;
	width:148px;
	height:16px;
	padding:1px;
	border:1px solid #aaaaaa;
	border-collapse:collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color:#ffffff;
}
/* MENUS */
ul.menu {
	color: #d2611f;
}
ul.menu li {
	list-style-type:none;
	padding-bottom:20px;
}
ul.menu li ul li {
	margin: 0px 10px 0px 10px;
	padding-bottom: 2px;
	background: none;
}
ul.menu ul li li {
	margin: 0px 3px 0px 8px;
	padding: 2px 0px;
}
ul.menu div.title {
	padding-bottom: 5px;
	color: #ffc528;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
ul.menu #offre p{
	color: #474747;
}
/* LINKS */
a:link,
a:visited {
	color: #d2611f;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
ul.menu a {
	color: #d2611f;
}
ul.menu div.title a {
	color: #ffc528;
}
div.post a.dl:hover {
	text-decoration: overline underline;
}
#tag-cloud a.current {
	font-weight: bold;
}
#tag-cloud a:link{
	text-transform: lowercase;
}
#tag-cloud a:visited{
	text-transform: uppercase;
}
div.post h2 a {
	color: #d2611f;
	text-decoration: none;
}
h3 a {
	color: #d2611f;
}
div.header p a,
div.footer p a {
	color: #cccccc;
}
div.header p a:active,
div.header p a:hover{
	text-decoration: overline;
}
/* PAGE */
#meta h1 {
	position:absolute;
	top: 170px;
	left: 20px;
	width: 160px;
	padding-left: 15px;
	background: url(../home.gif) left 1px no-repeat;
	color: #fffbcb;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
/* POSTS */
div.post {
	background: url(hr.jpg) center 5px no-repeat;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: center;
}
div.post h1,
div.post h2 {
	margin: 0px auto;
	width: 500px;
	font-size: 20px;
	color: #d2611f;
	font-weight: normal;
	text-align: center;
}
div.header p {
	text-align: right;
	padding: 0px 70px 0px 0px;
	font-size: 9px;
	text-transform: uppercase;
	color: #cccccc;
	font-weight: bold;
}
div.entry {
	padding: 0px 10px;
	line-height: 150%
}
div.entry p{
	text-align: left;
}
div.post a.dl {
	color: #ffc528;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
#dvd {
	margin:10px auto;
}
#related li.title{
	text-align:center;
	font-size: 13px;
	color: #d2611f;
	font-weight: bold;
}
#related {
	font-size: 11px;
	line-height: 150%;
}
#related div.play {
	border:1px solid #d2611f;
}
div.thumbs img {
	border:1px solid #d2611f;
}
#related h3 {
	font-size: 13px;
	text-align: left;
	white-space:nowrap;
	overflow:hidden;
}
/* NAV */
.wp-pagenavi {
	margin: 20px auto;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active,
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	color: #aaaaaa;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #aaaaaa;
	color: #fafaf8;
	background-color: #aaaaaa;
}
#nav a {
	color: #d2611f;
}
/* ERRORS */
div.error,
div.error a{
	color: #d2611f;
}

