@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 */

/* header */
div#header_webdesign{
	text-align:center;
	background:url(../images/head.png) repeat-x bottom center;
	margin:0;
	padding:0 0 27px 0;
}

div#logo_rcrea{
	text-align:center;
}

div#portfolio_flash{
	text-align:center;
}

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

div#creazen_playlist_deezer{
	padding:0 0 0 0;
	text-align:right;
	width:310px;
	height:63px;
	margin:auto;
	margin-top:0;
}

div#space{
	height:10px;
	margin:1%;
}

/* texte bas de page */
div#txt{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
div#txt .white{
	color:#999999;
	font-size:12px;
	font-weight:bold;
}
div#txt .grey{
	color:#484F5E;
	font-size:10px;
}
div#txt .grey a{
	text-decoration:underline;
	color:#333744;
	font-size:10px;
}
