@charset "utf-8";
/* LimpBizkit.fr Version 4.0 CSS Document */
html
{ 
    overflow-x:hidden ; 
}
body
{
	width:auto;
    background-color:#000000;
	padding:0;
	margin:0;
	font-family:Calibri, Segoe UI, Arial, Lucida Sans Unicode, Trebuchet MS, Verdana;
	font-size:12px;
	color:#000000;
}
/* Div */
#membres
{
   position: relative;
   padding:0;
   margin:auto;
   width:100%;
   height:auto;
   background-color:#000000;;
   padding-bottom: 0;
   font-family:Calibri, Segoe UI, Arial, Lucida Sans Unicode, Trebuchet MS, Verdana;
   font-size:12px;
   color:#000000;
  }
  
 #input[type=text]{
 border:1px solid white;
 background-color:#000000;
 }

#navigation
{
	position: absolute;
	padding:auto;
	margin:auto;
	border-width: 1px 0;
	width:1002px;
	height:19px;
	background-color:#000;
	text-align: center;
	z-index : 100;
	left: 244px;
	top: 0px;
}
#content
{
   position: relative;
   padding:0;
   margin:auto;
   width:746px;
   background-color:#000000;
   height:auto;
   padding-bottom: 0;
   font-family:Calibri, Segoe UI, Arial, Lucida Sans Unicode, Trebuchet MS, Verdana;
   font-size:12px;
   color:#000000;
}
#header
{
	position:relative;
	background-image: url("design/header.png");
	width: 746px;
	height:83px;
	z-index : 10;
}
#under_bar
{
	position:relative;
	padding:0;
	margin:auto;
	background-image: url("design/under_bar.png");
	width: 746px;
	height:81px;
	left: 0px;
	top: -5px;
}
#third_bar
{
	position:absolute;
	padding:0;
	margin:auto;
	width: 746px;
	top: 288px;
}
#under_third_bar
{
	position:absolute;
	padding:0;
	background-image: url("design/foot_third_bar.png");
	margin:0;
	width: 746px;
	height: 34px;
	top: 463px;
}
#facebook
{
 display:block;
 width:140px;
 height:59px;
 background:url(design/third_facebook01.png) no-repeat 0 0;
}
#facebook:hover
{
	background:url(design/third_facebook02.png) no-repeat 0 0px;
}
#rss
{
 display:block;
 width:140px;
 height:65px;
 background:url(design/third_rss01.png) no-repeat 0 0;
}
#rss:hover
{
	background:url(design/third_rss02.png) no-repeat 0 0px;
}
#twitter
{
 display:block;
 width:140px;
 height:51px;
 background:url(design/third_twitt01.png) no-repeat 0 0;
}
#twitter:hover
{
	background:url(design/third_twitt02.png) no-repeat 0 0px;
}
#txt_fr
{
    position:relative;
	padding:0;
	margin:auto;
	width: 100%;
	top: 204px;
	font-family:Calibri, Segoe UI, Arial, Lucida Sans Unicode, Trebuchet MS, Verdana;
    font-size:12px;
    color:#000000;
}
#footer
{
	position: absolute;
    bottom: -5px;
}
/* Couleurs Liens */

a:link {
	text-decoration:none;
	color:#B8585A;
}

a:visited {
	text-decoration:none;
	color:#B8585A;
}

a:hover {
	text-decoration:overline;
	color:#3D3D3D;
}

a:active {
	text-decoration: none;
	color:#B8585A;
}
