﻿@charset "utf-8";
/* CSS Document */

/* Début de la Base CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	background-color: #171a1c;
}

a {
	text-decoration: none;
	color: #8a8a8a;
}

a:hover {
	text-decoration:underline;
}

div.clear {
	clear: both;
}

/* Fin de la Base CSS */

div#conteneur{
	z-index:0;
}

div#Playlist_CreaZen{
	background:url(../images/bg_player.jpg) no-repeat top left;
	width:1024px;
	height:681px;
	margin:auto;
	margin-top:0;
}

div#lecteur_deezer{
	padding:146px 0 0 450px;
	margin:0 0 0 0;
}

div#lien_deezer{
	margin:5px 0 0 650px;
}

div#bg_portfolio{
	background:url(../images/bg_portfolio.jpg) no-repeat top left;
	width:750px;
	height:186px;
	margin:auto;
	margin-bottom:20px;
}

div#All_Rcrea{
	margin:0 0 0 300px;
	padding:25px 0 0 0;
}

div#album_photo{
	padding:10px 0 0 0;
	text-align:right;
	width:310px;
	height:61px;
	margin:-5px 0 0 0;
	margin-top:10px;
	background:url(../images/more.png) no-repeat top left;
}


/* texte bas de page */
div#txt{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

div#txt .grey{
	color:#484F5E;
	font-size:10px;
}