body {
	margin: 0px 0px 0px 0px;
	padding: 118px 0px 20px 0px;
	background-color: #000000;
}

#global {
	height: 610px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	
}

#top {
	position: absolute;
	background-image: url('../../Images/ban_title.png');
	height: 330px;
	width: 960px;
	margin-top: -70px;
}

#ban_menu {
	background-image: url('../../Images/fond_global_div.png');
	height: 40px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 290px;
}

#content {
	position: absolute;
	height: 305px;
	width: 960px;
	top: 375px;
}

#news_content {
	position: absolute;
	background-image: url('../../Images/HomeFond.png');
	height: 305px;
	width: 240px;
	top: 3px;
	padding-top: 10px;
}

#articles_content {
	position: absolute;
	background-image: url('../../Images/ArticleFond.png');
	height: 305px;
	width: 240px;
	top: 3px;
	margin-left: 240px;
	padding-top: 10px;
}

#tutoriaux_content {
	position: absolute;
	background-image: url('../../Images/TutorialFond.png');
	height: 305px;
	width: 240px;
	top: 3px;
	margin-left: 480px;
	padding-top: 10px;
}

#astuces_content {
	position: absolute;
	background-image: url('../../Images/TipFond.png');
	height: 305px;
	width: 240px;
	top: 3px;
	margin-left: 720px;
	padding-top: 10px;
}

#footer {
	position: absolute;
	background-color: #1f4971;
	height: 45px;
	width: 960px;
	margin-top: 565px;
	text-align: center;
}

ul {
	list-style-image: url('../../Images/arrow.png');
	list-style-type: square;
}

a {
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a:link {
	color: black;
}

a:visited {
	color: black;
}

a:active {
	color: black;
}

a img {
	border: none;
}