html, body { 
background-color: black; 
cursor:url(/img/CUrseurZgueg.png), auto;
margin-top: -15px;
} 
a img {
border: none;
}
#fond { 
background-image:url(/img/fond/fondcontact.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_OFF.png);
background-repeat:no-repeat;
width: 65px;
height: 22px;
}
.bonus:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens/Bonus_ON.png);
background-repeat:no-repeat;
}

.contact {
position: absolute;
float: left;
margin-top: 670px;
margin-left: 690px;
background-image:url(/img/liens/Contact_ON.png);
background-repeat:no-repeat;
width: 92px;
height: 22px;
}

.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;
}

#credits {
position: absolute;
float: left;
margin-top: 425px;
margin-left: 382px;
background-image:url(/img/liens_contacts/credits.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: 396px;
height: 22px;
}
#credits_math {
position: absolute;
float: left;
margin-top: 426px;
margin-left: 438px;
background-image:url(/img/liens_contacts/credits_math.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: 127px;
height: 21px;
}
#credits_math:hover {
background-image:url(/img/liens_contacts/credits_math_on.png);
background-repeat: no-repeat;
}
#credits_dan {
position: absolute;
float: left;
margin-top: 427px;
margin-left: 587px;
background-image:url(/img/liens_contacts/credits_dan.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: 99px;
height: 18px;
}
#credits_dan:hover {
background-image:url(/img/liens_contacts/credits_dan_on.png);
background-repeat: no-repeat;
}

#tooltip{
background: none repeat scroll 0 0 black;
border: none;
color: whitesmoke;
display: none;
padding: 2px 2px;
position: absolute;
overflow: auto;
box-shadow: 0px 0px 10px 10px black;
opacity: 0.6;
font-family: 'Trebuchet MS';
font-size: 12px;
margin-top: -35px;
border-radius: 2px;
margin-top: -45px;
margin-left: -93px;
}
#tealer {
position: absolute;
float: left;
margin-top: 223px;
margin-left: 397px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 57px;
height: 33px;
}
#tealer:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/Contact_tealer_ON.png);
background-repeat: no-repeat;
}
#setmatch {
position: absolute;
float: left;
margin-top: 269px;
margin-left: 384px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 81px;
height: 21px;
}
#setmatch:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/Contact_setmatch_ON.png);
background-repeat: no-repeat;
}
#wokup {
position: absolute;
float: left;
margin-top: 304px;
margin-left: 406px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 36px;
height: 24px;
}
#wokup:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/Contact_Wokup_ON.png);
background-repeat: no-repeat;
}
#kenryu {
position: absolute;
float: left;
margin-top: 247px;
margin-left: 507px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 102px;
height: 101px;
}
#kenryu:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/Contact_KenRyu_ON.png);
background-repeat: no-repeat;
}
#lien_dmr {
position: absolute;
float: left;
margin-top: 273px;
margin-left: 653px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 67px;
height: 37px;
}
#lien_dmr:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/Contact_Ride_ON.png);
background-repeat: no-repeat;
}
#streetshop {
position: absolute;
float: left;
margin-top: 311px;
margin-left: 638px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 98px;
height: 47px;
}
#streetshop:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/Contact_streetshop_ON.png);
background-repeat: no-repeat;
}
#mymajor {
position: absolute;
float: left;
margin-top: 346px;
margin-left: 665px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 45px;
height: 33px;
}
#mymajor:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/Contact_MMC_ON.png);
background-repeat: no-repeat;
}
#K1 {
position: absolute;
float: left;
margin-top: 426px;
margin-left: 759px;
border: none;
background-size: 100% 100%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
width: 18px;
height: 19px;
}
#K1:hover {
background-image:url(/img/liens_contacts/K1_on.png);
background-repeat: no-repeat;
}
#zinzin {
position: absolute;
float: left;
margin-top: 346px;
margin-left: 535px;
border: none;
background-image:url(/img/liens_contacts/zinzin_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: 55px;
height: 34px;
}
#zinzin:hover {
cursor:url(/img/CUrseurZgueg.png), auto;
background-image:url(/img/liens_contacts/zinzin_on.png);
background-repeat: no-repeat;
margin-top: 345px;
}