body { 
	font: 10px/2 "Lucida Grande", Helvetica, Sans-Serif;
	color: white;
	background: black;
}

#background {
	background: url(../images/background/background.png) repeat  5% 5%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#midground {
	background: url(../images/background/midground.png) repeat 20% 20%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
}

#foreground {
	background: url(../images/background/foreground.png) repeat 90% 110%;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
}
#page-wrap {
	width: 800px;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	text-align: right;
	z-index: 300;  
	background: rgba(0,0,0,0); 
	overflow: hidden;
	padding: 30px 50px;
/*	border-left: 10px solid rgba(255,255,255,0.2);
	border-right: 10px solid rgba(255,255,255,0.2);  */
}
#defil 
{ 
	position: relative; 
	width: 160px; 
	height: 300px; 
	overflow: auto; 
	background-color : rgbv (0,0,0,0); 
}


#tete
 {
	width: 800px;
	margin-top: 10px;
	
	
	
}
#menu
 {
	width: 120px;
	height: 500px;
/*	border: 1px solid yellow;  */
	margin-top: 10px;
	float: left;
	margin-right: auto;
}
#corps
 {
	width: 620px; 
	height: 530px;
	background: rgba(0,0,0,0.7);
	overflow: auto; 
/*	border: 1px solid purple;  */
	margin-top: 10px;
	margin-left: 160px;
	float: auto;
	text-align: center;
}
#corps a
{
	color: yellow;
}


.element_menu
{
		
}	
.element_menu ul
{
	
}
#element_menu li
{
	height: 30px;
	text-align: left;	
}



li{
	width:100px;
	height:50px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
}


a{
	color:#FFF;

	text-decoration:none;
}

p{
	padding:0px 5px;
}

	.subtext{
		padding-top:15px;
	}

/*Menu Color Classes*/
.green{background:#6AA63B url('images/green-item-bg.jpg') top left no-repeat;}
.yellow{background:#FBC700 url('images/yellow-item-bg.jpg') top left no-repeat;}
.red{background:#D52100 url('images/red-item-bg.jpg') top left no-repeat;}
.purple{background:#5122B4 url('images/purple-item-bg.jpg') top left no-repeat;}
.blue{background:#0292C0 url('images/blue-item-bg.jpg') top left no-repeat;}


