@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

.title{
	background-color:rgba(0,0,0,1);	
	background-image:url(../images/header.png);
	margin: auto;
	margin-top:27px;
	padding: 0px;
	height: 151px;
	width: 801px;
}
.cont{
	background-color:rgba(0,0,0,1);
	background-image:url(../images/cont.png);
	background-repeat:repeat-y;
	margin: auto;
	padding: 0px;
	min-height:580px;
	height: 100%;
	width: 801px;
}
.menu
{
	margin:0px 24px 0px 24px;
	width:749px;
	height:77px;
	border-bottom:1px #FFF solid;
	border-left:2px #FFF solid;
	border-right:2px #FFF solid;
	border-top:1px #FFF solid;
}
.news
{
	margin:auto;
	margin-left:24px;
	display:inline-block;
	padding:0px;
	width:462px;
	min-height:580px;
	height:100%;
	border-bottom:1px #FFF solid;
	border-left:2px #FFF solid;
	border-right:1px #FFF solid;
	border-top:1px #FFF solid;
	color:#FFFFFF;
	vertical-align:top;
	overflow:auto;
}
.dr{
	margin:auto;
	display:inline-block;
	padding:0px;
	width:286px;
	min-height:580px;
	height:100%;
	border-bottom:1px #FFF solid;
	border-right:2px #FFF solid;
	border-top:1px #FFF solid;
	vertical-align:top;
}
	
.chat
{
	border-bottom:1px solid #FFF;
	height:250px;
	overflow:auto;	
}
.autre
{
	
	overflow:auto;	
}
.foot{
	background-color:rgba(0,0,0,1);
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	margin: auto;
	margin-bottom:27px;
	height: 62px;
	width: 801px;
}
.textfooter
{
	margin:auto;
	padding-top:10px;
	text-decoration:none;
font-family:'Orbitron', sans-serif;
color:#FFF;
text-align: center;

font-size:0.75em;
text-shadow: 2px 2px 4px black;
}

.themenu{

margin: auto;

padding: 0px;

}


.themenu li{

display:inline;



}

.themenu li a:hover{

background:url(../images/button1.png) no-repeat;

color: #fff;

display:inline-block;

width: 150px;

height:60px;
padding-top:20px;
margin-top:7px;
margin-left:27px;
text-decoration:none;
font-family:'Orbitron', sans-serif;
color:#FFF;
text-align: center;

font-size:17px;
text-shadow: 2px 2px 4px black;



}

.themenu li a{

background:url(../images/button2.png) no-repeat;

color: #000;

display:inline-block;

width: 150px;

height:60px;
padding-top:20px;
margin-left:27px;
margin-top:22px;
text-decoration:none;
font-family:'Orbitron', sans-serif;
color:#FFF;
text-align: center;

font-size:17px;
text-shadow: 2px 2px 4px black;


}



/* Holly Hack for IE \*/

* html .themenu  li { height: 1%; }

* html .themenu  li a { height: 1%; }
