@charset "utf-8";
body {
	background-color: #000000;
	margin-top: 30px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1   {
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a   {
	color: #000000;
	text-decoration: none;
}
a:hover   {
	color: #333333;
}


#contain {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	height: 610px;
}
#contain p {
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
}
#contain #header {
	height: 170px;
	padding-top: 10px;
	padding-left: 120px;
}
#contain #actu {
	width: 380px;
	height: 250px;
	overflow: hidden;
	margin-left: 90px;
	padding-left: 10px;
	background-color: #000000;
}
#contain #actu p {
	font-size: 10px;
}

#contain #releases {
	padding-left: 0px;
	left: 180px;
	top: 1200px;
	height: 38px;
}


#contain #newsletter {
	float: right;
	width: 320px;
	margin-right: 90px;
}
#contain #newsletter p {
	font-size: 10px;

}
#contain #actu #encart {
	height: 162px;
	width: 472px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#contain #actu #encart img {
	margin-top: 10px;
}
#contain #actu #encart #info {
	width: 320px;
	float: right;
	margin-top: -7px;
}
#contain #actu #encart #info #buy {
	width: 85px;
	float: right;
	margin-top: -30px;
}


#accueil {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	height: 400px;
	margin-top: 100px;
}





.titre {
	padding-left: 40px;
}
.grey {
	color: #990000;
}

