body {	
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;	
font-size: 12px;		
color: #FFFFFF;
margin: 0;
}

a img{ border:none;}

#conteneur{
clear:both;
margin:0 auto 0 auto;
width:990px;
height:900px;
background:url(../images/bg-conteneur.jpg) no-repeat;
}

#header{
	clear:both;
	margin:0 auto 0 auto;
	width:100%;
	height:80px;
	/*border:1px solid #ffffff;*/
}
#menu_principal{
		clear:both;
		width:100%;
		height:100%;
		margin:20px auto 0 auto;
}
#menu_principal ul{
			width:auto;
			height:100%;
			padding:0 0 0 120px;
			margin:0;
}
#menu_principal ul li{
				float:left;
				width:111px;
				height:100%;
				padding:0;
				margin:0;
				text-align:center;
				list-style:none;
				background:url(../images/bg-menu.jpg) no-repeat;
}
#menu_principal ul li a{
					display:block;
					width:110px;
					/*height:43px;
					padding:20px 0 0 0;*/
					margin:0;
					color:#E7C8AB;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					text-transform:uppercase;
}
#menu_principal ul li a:hover{
					display:block;
					color:#ffffff;
}


#content{
	clear:both;
	margin:0 auto 0 auto;
	width:100%;
	height:782px;
	/*border:1px solid #ffffff;*/
}

#left_side{
		float:left;
		margin:250px 0 0 50px;
		width:254px;
		height:241px;
		/*border:1px solid #ffffff;*/
}

#right_side{
		float:right;
		margin:250px 10px 0 0;
		width:250px;
		height:250px;
		/*border:1px solid #ffffff;*/
}
#right_side p{
			width:100%;
			margin:5px;
			padding:0;
}

#pied{
	clear:both;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
	width:86%;
	height:40px;
	/*text-align:right;*/
	font-size:9px;
	color:#E7C8AB;
	/*border:1px solid #ffffff;*/
}

/**************************************le style de scroll bar***************************************/
#support{
position:relative; 
width:230px !important; 
width:500px; 
height:217px; 
overflow:hidden; 
text-align:center;
font-size:10px;
color:#E7C8AB;
}

#le_scroll{
background:url(../images/scroll-bar.jpg) no-repeat;
background-position:0 27px;
width:18px; 
height:217px; 
position:absolute; 
right:0;
}
#le_scroll_haut{
cursor:pointer; 
position:absolute; 
right:0;
}
#le_scroll_bas{
cursor:pointer; 
position:absolute; 
right:0; 
bottom:0;
}
/***************************************************************************************************/
