@charset "utf-8";
/* CSS Document */

body {
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;

	background-image: url(/themes/default/img/bg.png);
	background-repeat: repeat-x;
	background-color: #BFBDA5;

	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

img.left {
	
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
  }
img.top {
	float:inherit;
	margin: 0 0 0 0;
	}
a	{
		text-decoration:none;
		color:#253F55;
	}
h3,h2,h1,h4
		{
			color:#253F55;

		}
		
#container
	{
	width:825px;
	position: absolute;
	left: 50%;
	margin-left: -412px;
}
	
	#header
	{
		background-image:url(../img/header.png);
		background-repeat:no-repeat;
		width:800px;
		height:25px;
		padding-right:40px;
		text-align:right;
		color:#8FC7FF;
	}
	#header a {color:#DFEFFF;}
		#logging
		{
			display:none;
			float:left;
			position:absolute;
			margin-left:550px;
			text-align:right;
			background-color:#6F6D5A;
			padding:4px;
			height:170px;
			width:230px;
			border:#cccccc solid 1px;
		}
			 #logging input{
				padding:4px;
				background-color:#AFAB8E;
				border:#333333 solid 1px;
			}
		
	#logo{
		margin-bottom:10px;
	}
	
	#menu
	{
		background-image:url(../img/menu.png);
		background-repeat:no-repeat;
		height:177px;
		font-size:13px;
		color:#f6f5ea;
		font-weight:bold;
		
		text-align:justify;
	}
		#menu a
		{
			font-size:13px;
			color:#f6f5ea;
			text-decoration:none;
			display:block;
			font-weight:bold;
			letter-spacing:0.01em;
		}
		#menu a:hover
		{
			color:#f6f5ea;
			font-weight:bold;
			text-decoration:none;
			display:block;
			background-color:#6F6D5A;			
		}
		#menu_bienvenue
		{
			width:310px;
			padding-top:40px;
			padding-left:10px;
			float:left;
		}
		#menu_bc2xserver
		{
			width:215px;
			padding-top:40px;
			padding-left:20px;
			font-size:14px;
			float:left;
		}
		#menu_support
		{
			width:225px;
			padding-top:40px;
			padding-left:20px;
			font-size:14px;
			float:left;
		}
	
	#offres
	{
		margin-top:15px;
		margin-bottom:10px;
		height:172px;
		color:#DFFAFF;
		font-weight:bold;
	}
		#offre_jeux
		{
			background-image:url(../img/offre_jeux.png);
			background-repeat:no-repeat;
			height:107px;
			width:240px;
			padding-left:35px;
			padding-top:65px;
			float:left;
			
		}
		#offre_teamspeak
		{
			background-image:url(../img/offre_teamspeak.png);
			background-repeat:no-repeat;
			height:107px;
			width:240px;
			padding-left:35px;
			padding-top:65px;
			float:left;
		}
		#offre_web
		{
			background-image:url(../img/offre_web.png);
			background-repeat:no-repeat;
			height:107px;
			width:239px;
			padding-left:35px;
			padding-top:65px;
			float:left;
		}
	
	#content
	{
		background-color:#FFFFFF;
		width:800px;
	}
		div.box_content
		{
			float:left;
			background-color:#FFFFFF;
			width:380px;
			height:130px;
			padding-right:10px;
			padding-left:10px;
			color:#62604F;
			
		}
		h3.box_content
		{
			color:#253F55;
		}
		div.box_center_big
		{
			padding:15px;		
		}
		h2.box_center_big
		{
			color:#253F55;
		}
		.box_membres
		{
			height:150px;
		}
		#errorMsg{
			background-color:#FFDFDF;
			border:#FF3F3F 1px solid;
			margin-bottom:15px;}
	
	#footer
	{
		clear:both;
		padding-top:15px;
		background-color:#FFFFFF;
		width:800px;
		text-align:center;
	}
	
	
	#thickbox_help
	{
		width:350px;
		position: absolute;
		left: 50%;
		margin-left: -175px;
		margin-top:30px;
		padding:5px;
		background-color:#FFFFFF;
	}