

* {
	margin:0;
	padding:0;
	list-style:none;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 8000px;
	overflow: hidden;

}


a img {
	border:none;
}


p {
	line-height: 1.1em;
}



h1 a, h2 a, h3 a, p a{

	padding: 0 1px;
	color: #6bc6c5;
	text-decoration: none;	
}


h1, h2, h3, p {
	margin-top: 0;
	color: #fff;
}


img {
	border: none;
}



/*------------ GLOBAL ------------*/

.container {
	float: left;
	display: block;
	height: 1500px;
	width: 2000px;
	position: relative;
	z-index:0 !important;
}


.home {
	position: absolute;
	width: 75px;
	height: 26px;
	left: 0px;
	top: 0px;
}

/*------------ ACCUEIL ------------*/



#accueil {
	background: #6bc6c5 url(img/fond_bleu.jpg) no-repeat top left;
}


/*------------ PORTFOLIO ------------*/

#portfolio {
	background: #414142 url('img/fond_noir.jpg') no-repeat top left;
}


/*------------ PARCOURS ------------*/


#parcours {
	background: #ee2e52 url('img/fond_bleu.jpg') no-repeat top left;
	
}

/*------------ CONTACT ------------*/


#contact {
	background: #c5d053 url('img/fond_noir.jpg') no-repeat top left;
	margin-left:-1px;
}