html, body { 
background-color: black; 
cursor:url(/img/CUrseurZgueg.png), auto;
margin-top: -15px;
} 
a img {
border: none;
}
#fond {  
background-image:url(/img/fond/fondboutique.jpg);
background-repeat:no-repeat;
background-position: center;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
margin: auto;
width: 1168px;
height: 730px;
}
.accueil {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 100px;
background-image:url(/img/liens/Home_OFF.png);
background-repeat:no-repeat;
width: 60px;
height: 22px;
z-index: 3;
}
.accueil:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Home_ON.png);
background-repeat:no-repeat;
z-index: 3;
}

.news {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 280px;
background-image:url(/img/liens/News_OFF.png);
background-repeat:no-repeat;
width: 59px;
height: 22px;
z-index: 3;
}
.news:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/News_ON.png);
background-repeat:no-repeat;
z-index: 3;
}

.episodes {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 365px;
background-image:url(/img/liens/Episodes_OFF.png);
background-repeat:no-repeat;
width: 89px;
height: 22px;
z-index: 3;
}
.episodes:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Episodes_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.boutique {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 480px;
background-image:url(/img/liens/shop_ON.png);
background-repeat:no-repeat;
width: 92px;
height: 22px;
z-index: 3;
}

.bonus {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 600px;
background-image:url(/img/liens/Bonus_OFF.png);
background-repeat:no-repeat;
width: 65px;
height: 22px;
z-index: 3;
}
.bonus:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Bonus_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.contact {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 690px;
background-image:url(/img/liens/Contact_OFF.png);
background-repeat:no-repeat;
width: 92px;
height: 22px;
z-index: 3;
}
.contact:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Contact_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.mmc {
position: absolute;
float: left;
margin-top: 657px;
margin-left: 810px;
background-image:url(/img/liens/MMC_OFF.png);
background-repeat:no-repeat;
width: 54px;
height: 41px;
z-index: 3;
}
.mmc:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/MMC_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.dmr {
position: absolute;
float: left;
margin-top: 657px;
margin-left: 890px;
background-image:url(/img/liens/Ride_OFF.png);
background-repeat:no-repeat;
width: 74px;
height: 46px;
z-index: 3;
}
.dmr:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Ride_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.social {
position: absolute;
float: left;
margin-top: 664px;
margin-left: 990px;
background-image:url(/img/liens/Reseaux_OFF.png);
background-repeat:no-repeat;
width: 91px;
height: 29px;
z-index: 3;
}
.social:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Reseaux_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.copyright {
position: absolute;
float: left;
margin-top: 704px;
margin-left: 959px;
background-image:url(/img/liens/mentions_OFF.png);
background-repeat:no-repeat;
width: 123px;
height: 11px;
z-index: 3;
}
.copyright:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/mentions_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
#menu
{      
	height: auto;      
	list-style-type: none;  
	margin: 0 auto;    
	padding: 0;      
	border: 0;    
    /* pour placer mon menu dans son élément prenant en compte la hauteur du sous menu */ 
	position:relative;	/* important pour bien placer le menu par rapport aux 250px indiqué avant */
	z-index: 3;
	}
#menu > li
{
	float: left;
	margin: 0 5px;  /* une marge de 0 pour le haut est importante pour ne pas avoir d'espace entre le menu et le sous menu sinon vous rencontreriez des soucis */
	padding: 0;
	border: 0;
	z-index: 3;
}
#menu li a{
	cursor:url(/img/CUrseurZgueg.png), auto;	
	display: block;         
	color: #FFFFFF;         
	margin: 0;
	padding: 4px 8px;
	border:none;
	width: 66px;
	height: 20px;
	margin-left: -4px;
	text-decoration: none;
	z-index: 3;
}
#menu .menuderoulant
{
	display: none;
	list-style-type: none;
	margin: 0;   
	padding: 0;
	border: 0;
	bottom:0;
	position:absolute; /* c'est ici que j'inverse mon menu pour le faire partir vers le haut */
	z-index: 3;
}
#menu .menuderoulant li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 140px;
    border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	z-index: 3;
}
#menu .menuderoulant li a
{
	display: block;
	margin: 0;
	border: 0;       
    margin-bottom: 10px;	
	background: white;
	border-radius: 4px;
	z-index: 3;
}
#menu .menuderoulant li a:hover
{
cursor:url(/img/CUrseurZgueg.png), auto;	
color: #777777;
background: none;
text-decoration: none;
z-index: 3;
}
#menu li:hover > .menuderoulant { display: block;}

#facebook {
background-image:url(/img/liens/Facebook_OFF.png);
background-repeat:no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 72px;
height: 16px;
z-index: 3;
}
#twitter {
background-image:url(/img/liens/twitter_OFF.png);
background-repeat:no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 64px;
height: 14px;
z-index: 3;
}
#youtube {
background-image:url(/img/liens/YouTube_OFF.png);
background-repeat:no-repeat;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 52px;
height: 21px;
z-index: 3;
}
.guetto {
position: absolute;
float: left;
margin-top: 264px;
margin-left: 839px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 225px;
height: 149px;
z-index: 3;
}
.guetto:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/img_shop/Ghetto_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.accessoires {
position: absolute;
float: left;
margin-top: 519px;
margin-left: 467px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 210px;
height: 153px;
z-index: 3;
}
.accessoires:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/img_shop/Accessoires_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
.tshirts {
position: absolute;
float: left;
margin-top: 510px;
margin-left: 236px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 250px;
height: 154px;
z-index: 3;
}
.tshirts:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/img_shop/TShirts_ON.png);
background-repeat:no-repeat;
z-index: 3;
}
#pause {
background: none;
border: none;
cursor:url(/img/CUrseurZgueg.png), auto;
position: absolute;
margin-left: 37px;
margin-top: 88px;
outline:0; 
z-index: 3;
}
#play {
background: none;
border: none;
cursor:url(/img/CUrseurZgueg.png), auto;
position: absolute;
margin-left: 147px;
margin-top: 88px;
outline:0; 
z-index: 3;
}

ol,ul {
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
}
.slideboxacces {
width: 0;
height: 0;
position: absolute;
overflow: hidden;
padding: 0;
z-index: 2;
}
.slideboxacces a.slidecloseacces {
cursor:url(/img/CUrseurZgueg.png), auto;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
z-index: 0;
}
.slideboxacces img {
height: auto;
opacity: 0;
position: absolute;
transition: opacity 0.3s linear 0.3s;
width: 330px;
margin-left: 360px;
margin-top: 220px;
z-index: 1;
}
.slideprevacces {
background:url(/img/img_shop/fleche_p.png) no-repeat;
position: absolute;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
top: 289px;
width: 28px;
height: 44px;
left: 310px;
opacity: 1;
z-index: 1;
}
.slidenextacces {
background:url(/img/img_shop/fleche_s.png) no-repeat;
position: absolute;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
top: 295px;
left: 710px;
width: 28px;
height: 44px;
opacity: 1;
z-index: 1;
}
.slideprevacces:hover, .slidenextacces:hover {
opacity: 0.65;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.slideboxacces:target {
width: 1168px;
height: 730px;
}
.slideboxacces:target img,
.slideboxacces:target a.slidecloseacces {
opacity: 1;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
#coquesposition {
margin-top: 25px;
}

.slideboxtshirt {
width: 0;
height: 0;
position: absolute;
overflow: hidden;
padding: 0;
z-index: 2;
}
.slideboxtshirt a.slideclosetshirt {
cursor:url(/img/CUrseurZgueg.png), auto;
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
z-index: 0;
}
.slideboxtshirt img {
height: auto;
opacity: 0;
position: absolute;
transition: opacity 0.3s linear 0.3s;
width: 280px;
z-index: 1;
top: 188px;
}
.slideprevtshirt {
background:url(/img/img_shop/fleche_p.png) no-repeat;
position: absolute;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
top: 272px;
width: 28px;
height: 44px;
left: 212px;
opacity: 1;
z-index: 1;
}
.slidenexttshirt {
background:url(/img/img_shop/fleche_s.png) no-repeat;
position: absolute;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
top: 272px;
left: 815px;
width: 28px;
height: 44px;
opacity: 1;
z-index: 1;
}
.slideprevtshirt:hover, .slidenexttshirt:hover {
opacity: 0.65;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.slideboxtshirt:target {
width: 1168px;
height: 730px;
}
.slideboxtshirt:target img,
.slideboxtshirt:target a.slideclosetshirt {
opacity: 1;
filter: alpha(opacity=99); /* internet explorer */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
#tshirtdbz, #sweatdbz, #sweatblack {
margin-left: 246px;
}

#tshirtepp, #sweatepp, #tshirtblack  {
margin-left: 532px;
}