body
{
	padding: 0;
	margin: 0;
	background: url(img/main_bg.jpg) no-repeat;
	background-color: #black;
	background-position: center top;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}
#top_bar
{
	position: absolute;
	height: 116px;
	width: 100%;
	background-image: url(img/top_bar.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}


#login_box
{
	position: absolute;
	top: 132px;
	left: 0;
	width: 232px;
	height: 101px;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	background-image: url(img/login_box.png);
	background-repeat: no-repeat;
	text-indent: 10px;
	line-height: 30px;
}
#login_box a
{
	font-size: 10px;
	text-indent: 0;
	font-weight: bold;
	width: 212px;
	height: 23px;
	text-align: center;
	background-image: url(img/bouton_login_box.jpg);
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	margin: 0 0 7px 10px;
	line-height: 22px;
	!opacity:0.8;
	!filter:alpha(opacity=80);
}
#login_box a:hover
{
	background-image: url(img/bouton_login_box2.png);
	!opacity:1;
	!filter:alpha(opacity=100);
}
a#register_mini
{
	font-size: 10px;
	text-indent: 0;
	font-weight: bold;
	width: 140px;
	height: 23px;
	text-align: center;
	background-image: url(img/bouton_login_box_mini.png);
	background-repeat: no-repeat;
	display: inline-block;
	color: #FFF;
	margin: 15px 0 0 0;
	line-height: 22px;
	!opacity:0.8;
	!filter:alpha(opacity=80);
}
a#register_mini:hover
{
	background-image: url(img/bouton_login_box_mini2.png);
	!opacity:1;
	!filter:alpha(opacity=100);
}
#pub_box
{
	position: absolute;
	top: 132px;
	left: 241px;
	height: 101px;
	width: 786px;
	background-image: url(img/pub_box.png);
	background-repeat: no-repeat;
}
#pub_box img
{
	position: absolute;
	top: 6px;
	right: 7px;
	display: none;
}
.title_box
{
	position: relative;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 24px;
	height: 24px;
	margin: 0 0 0 9px;
	background: url(img/title_box.png) 100% 0 no-repeat;
}
.title_box div
{
	width: 9px; height: 24px;
	background: url(img/title_box.png) no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}
.content
{
	background-image: url(img/fond_gris_trans.png);
	background-repeat: repeat;
	float: left;
	width: 100%;
	display: block
	position: relative;
}


#box_ludogold .content
{
	background-image: url(img/fond_ludogold.png);
	background-repeat: no-repeat;
	width: 206px;
	height: 212px;
	text-align: justify;
	font-size: 12px;
	color: #333;
}

