body{
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
ul, li{
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,h2,h3,h4,p {
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	border: none;
}
a:hover {
	color: #f08125;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	border: none;
}
a:focus {
	border: none;
		text-decoration: none;
		outline:none;
}

img {
	border: none;
}
a:focus img{
	outline: 1px dotted #f08125;
}

/* Les blocs */

#conteneur{
	width: 1200px;
	padding-top: 10px;
	margin: auto;
}
#contenu{
	float: left;
	padding-bottom: 62px;
	height: 100%;
}
/* en-tete */
#entete {
	background-color: #1a1a1a;
	width: 1200px;
	height: 54px;
}
#entete #lienHome {
	display: block;
	float: left;
}

#entete #navPrincipale {
	float: right;
	width: 494px;
	font-size: 10px;
	padding-right: 10px;
}
#entete #navPrincipale ul{
	float: right;
}
#entete #navPrincipale li{
	float: right;
	width: 210px;
	padding-right: 12px;
	height: 27px;

}
#entete #navPrincipale li a{
	background-repeat:  no-repeat;
	background-position: 0px 0px;
	text-indent: -10000px;
	height: 27px;
	display: block;
	float: right;
}
#entete #navPrincipale li a:hover, #entete #navPrincipale li a:focus{
	background-position: 0px -27px;
}


#entete #navPrincipale li#contact a{
		background-image: url(../images/nav-contact.gif);
		width: 200px;
}
#entete #navPrincipale li#celebrities a {
		background-image: url(../images/nav-celebrities.gif);
		width: 80px;
}
#entete #navPrincipale li#TV a {
		background-image: url(../images/nav-TV.gif);
		width: 128px;
}
#entete #navPrincipale li#gallery a {
		background-image: url(../images/nav-gallery.gif);
		width: 60px;
}


/*Corps*/
#corps {
	padding-left: 18px;
	padding-top: 44px;
	float: left;
	width: 1110px;
}

/* FOOTER */
#footer{
	clear: both;
	height: 44px;
	width : 100%;
	z-index: 2;
	background-color: #000000;
}
#traitBas{
		border-top: 3px solid #202020;
		height: 10px;
		width : 100%;
}
#traitHaut {
	width: 12%;
	height: 3px;
	border-top: 1px solid #202020;
}
#footer h2{
	padding-left: 2%;
	font-size : 14px;
}
