body
{
background-color:black;
background-repeat:no-repeat;
margin:0px;
}

div, p, h1, h2, h3, h4, h5, h6, img
{
	margin:0px;
	padding:0px;
	border:none;
}

#corps
{
	margin:0px;
	padding:0px;
	border:none;
	margin-left:177px;
	height:100%;
}

#bouttons img
{
border:none;
padding:0px;
margin:0px;
}

#menu-container
{
	float: left;
	width:281px;
}
#menu_start
{
	background-image:url("menu_start.jpg");
	background-repeat:no-repeat;
	width:281px;
	height:271px;
}
#menu_end
{
	background-image:url("menu_end.jpg");
	background-repeat:no-repeat;
	width:281px;
	height:69px;
	margin-bottom:30px;
}
#menu
{
	width:273px;
	border-left:1px solid rgb(26,26,26);
	border-right:1px solid rgb(26,26,26);
	background-color:rgb(5,12,20);
	padding-top:20px;
	color:white;
}
#menu a
{
	color:rgb(24,76,103);
}

.submenu
{
width:253px;
margin:10px;
border:1px solid rgb(32,39,45);
background-color:rgb(2,5,10);
text-align:center;
}
.submenu a
{
	color:rgb(24,76,103);
	display:block;
	font-size:1.5em;
	font-style:italic;
	text-decoration:none;
}

#main
{
	margin-left:281px;
	padding-top:50px;
}

#littlephrase
{
	color:white;
	font-family:"Trebuchet MS";
	padding-left:5px;
}

#contenu_container
{
	color:white;
	padding:60px 5px 5px;
	width:546px;
	margin:auto;
}
#contenu_start
{
	background-image:url("content_start.jpg");
	background-repeat:no-repeat;
	width:546px;
	height:63px;
}
#contenu
{
	background-image:url("content.jpg");
	background-repeat:repeat-y;
	color:black;
	padding:0px 15px;
}
#contenu a
{
	margin-bottom:5px;
}

#contenu_end
{
	background-image:url("content_end.jpg");
	background-repeat:no-repeat;
	width:546px;
	height:59px;
	margin-bottom:30px;

}

#copy
{
	color:white;
	text-align:right;
	font-family:"Trebuchet MS"
}
#copy:before
{
	content:"design par ";
}
#copy:after
{
	content:" pour Byakuei.org";
}

.error
{
color:black;
background-color:red;
font-weight:bold;
margin:10px;
}

.rlzcorps
{
	padding-left:10px;
	display:none;
}

.active_news, .full_news
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	border:thick double #b3b3b6;
	padding:5px;
}

a
{
color:orange;
}

.projectdiv
{
	width:500px;
}

