body {
	background: #242424; 
	color: #0F1415;
	font-size: 10px;
	font-family: Verdana, Arial;
	margin-bottom: 10px;
}
A{
    color: #6699FF;
    text-decoration: underline;
     border-style: none;
}
A:hover{
    text-decoration: none;
    font-weight: bold;
    color: #0F1415;
    cursor: pointer;    
}
A:visited{
    color: #0000FF;
}

.all {
	position: relative;
	left: 50%;
	top:0px;
	margin-left: -458px;
	width: 900px;
}
img{
	border: none;
}
table{
	border: none;
}
.titre {
	
	position: absolute;
	left:0px;
	width: 100%;
	height: 270px
	top: 0px;
	text-align: center;
	
}
.content{
	position: absolute;
	top: 250px;	
	left: 270px;
	width: 620px;
	height: 1200px;
	color: white;

}
.leftmenu{
	position: absolute;
	color: 	#FFFFFF;
	top: 200px;
	left: 12px;
	width: 266px;
}
.post_top{
	position: relative;
	background: url("post-top.png") top left repeat-y;
	color: 	#2b2b2b;
	height: 46px;
	width: 618px;
	padding-left: 32px;
	padding-top: 3px;
}
.post_body{
	position: relative;
	background: url("post-body.png") top left repeat-y;
	color: 	#FFFFFF;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 5px;
	width: 558px;
}
.post_footer{
	position: relative;
	background: url("post-footer.png") top left repeat-y;
	height: 40px;
	width: 618px;
}
.input_right{
	width: 48%;
}
.php{
	background-color: #E6E6FA; 
	width: 99%;
	overflow-x: scroll;	
}
.html{
	background-color: #E6E6FA; 
	width: 99%;
	overflow-x: scroll;	
}
.bash{
	background-color: #E6E6FA; 
	width: 99%;
	overflow-x: scroll;	
}
