body {
	background:url(../img/nbullet.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;

}
#wrapper { 
	width:960px;
	margin:auto;
}
#nav {
	margin: 0px;
	padding: 0px;
	background-color: #0E0E0E;
	height: 45px;
	border-radius: 3px;
	border: #878787 solid 1px;
	width: auto;
}
#nav li{
	list-style:none;
	float:left;
	min-width:100px;
	text-align:center;
	font-size:24px;
	padding:8px;
}
#nav li:hover{
	color:#2D2D2D;
	text-shadow:#D7D7D7 1px 1px 1px;
	background:#D9D9D9;
	border:#B3B3B3 solid 1px;
}
#nav a{
	color:#989898;
	text-decoration:none;
}
#content {
	margin-top: 10px;
	border-radius: 4px;
	border: #878787 solid 1px;
	min-height: 600px;
	background: #F5F5F5;
	padding: 4px;
}

#footer {
	margin-top:10px;
	border-radius:4px;
	border:#878787 solid 1px;
	min-height:150px;
	background:#2B2B2B;
}
.footerdiv {
	width:295px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
.footerdiv h3{
	margin:0px;
	text-align:center;
	border-radius:3px 3px 0 0;
	color:#BBBBBB;
	border-bottom:#494848 solid 1px;
	background:#323232;
}
.contenterte{
	text-align: left;
	margin: 0px;
	padding: 5px;
	border-radius: 0 0 3px 3px;
	color: #F4E5E5;
	font-size: 12px;
	background: #323232;
	min-height: 100px;
}
.contenterte ul{
	margin:0;
	padding:0;
}
.contenterte li{
	list-style:none;
	font-size:16px;
	padding:3px;
}
.contenterte li a{
	color: #D6D6D6;
	text-decoration: none;
}
#follow li{
	float:left;
}
.picfollow{
	width:40px;
	height:40px;
	margin:3px;
}
.tittre {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000;
}
#liwik {
	text-align: left;
}
