@import url("compte.css");
@import url("contact.css");
@import url("footer.css");
/* basic parameters */

body , html {
	margin: 0;
	padding: 0;
}

body {
	background:#000 url(images/body_bg.png) top left repeat-x;
	color:#FFF;
	font: normal 0.7em/1.4em  arial ,serif;
	font-weight:lighter;
}

#bigbody {
	position:absolute;
	margin:0 auto;
	top:0px;
	//left:0px;
	width:100%;
	height:840px;
	background: url(images/bigbody_bg.png) top center no-repeat;
}

.right { float:right; }
.wrem { float:left; width:300px;}
.wrem label{ float:left; margin-left:100px; }

p, ul, li, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0;}

a img {
	border:none;
}

strong{
	font-weight:bold;
}

.clear { clear:both; }

a {
	color:#FFF;
	text-decoration:none;
}

a:hover, a:active , a:focus, #menu a.current {
	color:#8c50a0;
	text-decoration:none;
}

/* Partie global */
#global {
	position:relative;
	width:1000px;
	margin:0 auto;
	z-index:0;
}

/* Partie header */

#header {
	width:100%;
	height:190px;
	float:left;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header  h1 a img {
	border:none;
}

/* Partie menu top */
#menu  {
width:100%;
height:32px;
float:left;
margin-left:-5px;
}

#menu ul {
list-style:none;
margin:0 auto;
}

#menu ul li {
float:left;
height:27px;
margin:0px 0px;
padding:0px 1px;
padding-bottom:5px;
background: url(images/li_bg.png) bottom left repeat-x;
}

#menu ul li a {
display:block;
height:100%;
line-height:25px;
padding:0px 13px;
font-size:1.2em;
text-align:center;
}

#menu ul li a, .on {
background: url(images/li_a_bg.png) 0px 0px no-repeat;
}

.on a {
color:#da03b9;
}

#menu ul li.megamarge {
	margin-right:300px;
}

#logoflash {
	position:absolute;
	width:271px;
	height:171px;
	top:0px;
	margin-left:365px;
	margin-top:35px;
	//left:0px;
}

/* Partie wrapper */
#wrapper {
	width:100%;
	min-height:620px;
	float:left;
}


/* Bloc de presentationb wysiwyg */

#presentation {
	float:left;
	width:610px;
	padding:10px;
	background:#111;
	border:1px solid #f3a5eb;
}

/* Bloc login */

#bloclogin {
	width:320px;
	height:125px;
	float:right;
	margin-right:50px;
}

#bloclogin #formlog_client label {
	float:left;
	width:100px;
	line-height:20px;
	text-align:right;
	color:#8c50a0;
}

#bloclogin #formlog_client input {
	float:left;
}

#oklogin {
	margin-left:50px;
	margin-top:20px;
}

/* bloc actus home */

#blocactus {
	width:560px;
	height:620px;
	float:left;
	position:absolute;
	/* background: url(images/actus.png) top left no-repeat; */
}

#imgActu {
	width:420px;
	height:280px;
	margin:0 auto;
	margin-top:40px;
}



#blocgalerie{
	width:435px;
	height:214px;
	float:right;
	margin-top:150px;
	margin-right:50px;
	background: url(images/galerie.png) top left no-repeat;
}

.slider {
	width:400px;
	list-style:none;
	margin-top:40px;
}

/* Bloc social link */

.social {
	width:100%;
	margin:5px;
	float:left;
}

.social a {
	float:right;
	margin:0px 5px;
}

.contactez {
	width:116px;
	height:16px;
	text-indent:-9999px;
	background: url(images/star.png) bottom left no-repeat;
}

.contactez:hover {
	background: url(images/star.png) top left no-repeat;
}

/* Bloc contenant les diferentes listes */

#lst_divers {
	width:80%;
	background: url(images/bg_trans_gris.png) top left repeat;
	//background:#333;
	margin:20px auto;
}

.prod_in_lst {
	width:95%;
	float:left;
	margin:2%;
	padding:5px;
	background: url(images/bg_trans_gris.png) top left repeat;
	//background:#111;
	border:1px double #333;
}

.video {
	float:left;
	width:320px;
}

.description {
	float:left;
	width:400px;
	margin-left:10px;
	margin-top:10px;
	color:#FFF;
	background: url(images/bg_trans_gris.png) top left repeat;
	//background:#111;
}

.Infos {
	width:99%;
	padding:5px;

	margin-bottom:10px;
	border-bottom:2px double #8c50a0;
}

.description h3 {
	font-size:1.4em;
	padding:2px;
	font-weight:normal;
	color:#8c50a0;
}

.description h5 {
	font-size:1.2em;
	padding:2px;
	font-weight:bold;
	color:#8c50a0;
	text-align:right;
}

.description h4 {
	font-size:12px;
		padding:2px;
		font-weight:normal;
		text-align:right;
}

/* Partie playlist */

.dj {
	width:98%;
	float:left;
	padding:1%;
}

.djname {
	width:150px;
	float:left;
}

.dj .description {
	width:550px;
	padding:10px;
}

.dj .description .text {
	margin:10px 0px;
	font-size:1.1em;
}

.dj .playlist {
	width:99%;
	float:left;
	list-style:none;
	background: url(images/bg_trans.png) top left repeat;
	//background:#7a4d9d;
	padding:5px;
}

.playlist  li {
	width:99%;
	padding:2px;
	border-bottom:1px solid #5b4968;
	background:#785c8d url(images/bg_list_dj.png) top left repeat-x;
}

.playlist  li:hover {
	background:#8f8198 url(images/bg_list_dj_hover.png) top left repeat-x;
}

.playlist li a {
	display:block;
	width:85%;
	padding-left:30px;
	font-size:1.2em;
	background: url(images/pictofleche.png) top left no-repeat;
}

.playlist li a:hover {
	color:#FFF;
}

/* Section goodies */

#goodies {
	width:80%;
	margin:0 auto;
}

#goodies h3 {
	position:relative;
	float:left;
	width:100%;
	height:27px;
	padding:0px 10px;
	padding-top:15px;
	color:#FFF;
	text-align:center;
	z-index: 2;
}	

#centerNav {
	position:relative;
	width:296px;
	margin:20px auto;
}

#goodies  .menu_good {
	float:left;
	width:100%;
	background: url(images/menuGood_bg.png) top left repeat-x;
	//background:#8a55b4;
	list-style:none;
}

#goodies  .menu_good li {
	float:left;
	margin:0px 7px;
}

#goodies  .menu_good li:hover {
	background: url(images/menuGood_bg_hover.png) top left repeat-x;
	//background:#512673;
}

#goodies  .menu_good li a{
	font-size:1.2em;
	display:block;
	width:100%;
	height:100%;
	padding:2px 15px;
}

#goodies  .menu_good li a:hover{
	color:#dad3df;
}

.lst_good {
	list-style:none;
	width:100%;
	float:left;
	margin-top:40px;
}

.lst_good li {
        width: 155px;
        min-height: 310px;
        height: 310px;
        border: 0px solid #000;
		border:1px solid #606060; 
        display: -moz-inline-stack;
        display: inline-block;
        margin: 5px 3px;
		padding:5px 10px;
		text-align:center;
		color:#333;
        zoom: 1;
        *display: inline;
        _height: 310px;
		background: url(images/bg_trans_gris.png) top left repeat;
		//background:#333;	
}

.lst_good li a.test{ 
	display:block;
	width:100%;
	height:100%;
}

.lst_good li:hover {
	background:url(images/bg_trans.png) top left repeat;
	//background:#7a4d9d;
	border:1px solid #6d4879; 
}

.lst_good li .inner_c {
	font-size:1.3em;
	display:block;
	width:95%;
	height:95%;
	color:#FFF;
	padding:5px;
	text-align:left;
	background: url(images/bg_trans_gris.png) top left repeat;
		//background:#333;
}

.lst_good li .inner_c h4{
	float:left;
	margin:5px 5px 0px 5px;
}

.lst_good li .inner_c  p {
	width:100%;
	float:left;
	padding:5px 0px 5px 0px;
	margin-left:5px;
	line-height:18px;
}

.lst_good li .inner_c:hover {
	color:#fff;
}

.lst_good li .img_listing {
	width:100%;
	float:left;
	height:129px;
	padding:0px 0px;
	display:table-cell;
	vertical-align:middle ;
	text-align:center;
}

.lst_good li a.sub {
	width:100%;
	float:left;
	text-indent:-9999px;
	height:31px;
	margin:5px 10px;
}

.download {
	background: url(images/telecharger.png) bottom left no-repeat;
}

.acheter {
	background: url(images/acheter.png) bottom left no-repeat;
}

.download:hover {
	background: url(images/telecharger.png) top left no-repeat;
}

.acheter:hover {
	background: url(images/acheter.png) top left no-repeat;
}


/* Section So Wizzzz */

#inner_w {
	width:100%;
	float:left;
}

#inner_w h3 {
	position:relative;
	float:left;
	width:100%;
	height:27px;
	padding:0px 10px;
	padding-top:15px;
	color:#FFF;
	text-align:center;
	z-index: 2;
}

#inner_w #lst_divers {
	width:81%;
}

.sowizz_fiche {
	list-style:none;
	width:100%;
	float:left;
	margin-top:40px;
}

.sowizz_fiche li{
	width:180px;
	float:left;
	margin:10px;
}

.inWizzImg {
	width:166px;
	float:left;
	height:123px;
	padding:10px;
	display:table-cell;
	vertical-align:middle ;
	text-align:center;
	background:url(images/inWizz_bgimg.png) top center no-repeat;
}

.one {
	float:left;
	background: url(images/bg_trans_gris.png) top left repeat;
	//background:#222;
	padding:5px;
	margin:10px 0px;
	width:99%;
	font-size:1.2em;
}

.one p {
	background: url(images/bg_trans_gris.png) top left repeat;
	//background:#333;
	padding:5px;
}

/* Section soiree */
.h3center {
	position:relative;
	float:left;
	width:100%;
	height:27px;
	padding:0px 10px;
	padding-top:15px;
	color:#FFF;
	text-align:center;
	z-index: 2;
}

#soiree {
	width:100%;
	float:left;
}

#soiree .description {
	width:400px;
	padding:10px;
	font-size:1.2em;
}

.images_soiree {
	padding:10px;
	display:table-cell;
	vertical-align:middle ;
	text-align:center;
	background:url(images/inWizz_bgimg.png) top center no-repeat;
	float:left;
	width:300px;
	padding:10px;
}

.images_tops {
	height:300px;
	margin-bottom:10px;
}

/* Partie galerie */

.images_gal {
	width:300px;
	float:left;
	background:none;
}

.Voir {
	float:right;
	padding:5px;
	background:#333;
}

.Voir:hover {
	background:#111;
	padding:5px;
}

.listphoto {
	list-style:none;
	width:100%;
	float:left;
}

.listphoto li{
	height:160px;
	float:left;
	margin:10px;
}

.erreur{
	color:red;
	padding-left:5px;
}

/* Envoyer a un amis */

#mailmefriends {
	position:relative;
	margin-top:-180px;
	width:200px;
	height:100px;
	float:right;
	background:#111;
	border-top:2px solid #5b4968;
	border-left:2px solid #5b4968;
	border-right:2px solid #5b4968;
	border-bottom:2px solid #5b4968;
	z-index:10;
}

#mailmefriends label {
	width:100%;
	Font-size:1.3em;
	text-align:center;
	padding:5px 0px;
	float:left;
}

#mailmefriends .liste-fiche {
	float:left;
	margin: 5px 0px 10px 8px;
	width:90%;
}

#Inenvoi {
	float:left;
	width:50%;
	height:25px;
	margin-left:50px;
	text-align:center;
	cursor:pointer;
	border:none;
	font-size:1.3em;
	color:#FFF;
	background:url(images/bg_submit.png) bottom left repeat-x;
	border:1px solid #8c50a0;
	font-family:verdana;
	padding-bottom:5px;
}

#Inenvoi:hover {
	background:url(images/bg_submit.png) top left repeat-x;
	color:#111;
	border:1px solid #6c3d7c;
}
