/* @override 
	http://dev.royalpixel.net/slobrain/pourriture.css
	http://slo.brainsol.net/pourriture.css
*/

@font-face {
  	font-family: "eaveseaves";
  	src: local("Mrs Eaves OT"),local("MrsEaves"), url(fonts/MrsEavesOT-Roman.otf) format("opentype");
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;

}

#link_bar {
	position: absolute;
	top: 14px;
	left: 261px;
	font: 15px eaveseaves;
}

#link_bar,#link_bar a {
	color: #627271;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#link_bar a:hover {
	background-color: #251718;
	color: #958283;
}

#link_bar a.mail {
	color: #79676b;
}

#link_bar a.mail:hover {
	color: #958283;
	background-color: transparent;
}

#pre_box {
	margin-left: 20px;
	margin-top: 30px;
	height: 789px;
}

#viande {
	width: 198px;
	height: 431px;
	background-image: url(pic/slobrain_viande.jpg);
	position: relative;
	margin-top: 282px;
	cursor: pointer;
	z-index: 1;
	float: left;
	left: 29px;
}

#box {
	background-image:
	url(pic/bg_gch.jpg) 
	, url(pic/bg_drt.jpg)
	, url(pic/bg_drt_trans.png)
	, url(pic/bg.jpg);
	background-repeat:
	no-repeat
	, no-repeat
	, no-repeat
	, repeat-x;
	background-position:
	left top
	, right top
	, right top
	,465px top;
	height: 789px;
	padding-right: 130px;
	float: left;
	padding-left: 40px;
	line-height: 789px;
	z-index: 0;
	margin-right: 40px;
}

#box img {
	margin-left: 90px;
	vertical-align: middle;
}


#box_2 {
	background: url(pic/bg_un.jpg) no-repeat left top;
}

#box_3 {
	background: url(pic/bg_drt.jpg) no-repeat right;
}

#box_4 {
	height: 789px;
	background: url(pic/bg_drt_trans.png) no-repeat right;
}

#debug {
	color: #e48384;
	top: 7px;
	left: 850px;
	position: fixed;
}