html, body { 
background-color: black; 
cursor:url(/img/CUrseurZgueg.png), auto;
margin-top: -15px;
}
a img {
border: none;
} 
#fond {
background-image:url(/img/fond/fondbonus.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;
}
.accueil:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Home_ON.png);
background-repeat:no-repeat;
}

.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;
}
.news:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/News_ON.png);
background-repeat:no-repeat;
}

.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;
}
.episodes:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Episodes_ON.png);
background-repeat:no-repeat;
}

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

.bonus {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 600px;
background-image:url(/img/liens/Bonus_ON.png);
background-repeat:no-repeat;
width: 65px;
height: 22px;
}

.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;
}
.contact:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Contact_ON.png);
background-repeat:no-repeat;
}

.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;
}
.mmc:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/MMC_ON.png);
background-repeat:no-repeat;
}

.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;
}
.dmr:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Ride_ON.png);
background-repeat:no-repeat;
}

.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;
}
.social:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Reseaux_ON.png);
background-repeat:no-repeat;
}
.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;
}
.copyright:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/mentions_ON.png);
background-repeat:no-repeat;
}
#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 */
	}
#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;
}
#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;
}
#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 */

}
#menu .menuderoulant li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 140px;
    border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menu .menuderoulant li a
{
	display: block;
	margin: 0;
	border: 0;       
    margin-bottom: 10px;	
	background: white;
	border-radius: 4px;
}
#menu .menuderoulant li a:hover
{
cursor:url(/img/CUrseurZgueg.png), auto;	
color: #777777;
background: none;
text-decoration: none;
}
#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;
}
#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;
}
#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;
}
#bloc_news1 {
margin-top: 5px;
margin-left: 6px;
background-image:url(/img/img_actu/Box.png);
background-repeat:no-repeat;
background-size: 102% 105%;
width: 341px;
height: 194px;
float: left;
}
#bloc_news1:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-color: white;
opacity: 0.93;

}

#global {
position: absolute;
margin-left: 122px;
margin-top: 204px;
width: 1000px;
}

#img_news {
float: left;
margin-left: 19px;
margin-top: 40px;
border: 1px solid #EEEEEE;
width: 100px;
height: 100px;
}

@font-face { 	
font-family: "steelfish"; 
src: url('/css/steelfish/tt/steelfish_rg.ttf'); 
		   }

#title_news {
float: left;
margin-left: 12px;
margin-top: 37px;
width: 184px;
height: 50px;
font-family: "steelfish"; 
letter-spacing: 2px;
color: #EEEEEE;
}

#taille_titre {
font-size: 20px;
}

#taille_description {
font-size: 18px;
}