/* CSS Document */

#cartecliquable {
position:relative;
	z-index: 0;
	width:390px;
	height:400px;
	background:url(../IMG/carte/fond_carte.jpg);
	top:0px
	left:0;
}


#ameriques span, #afrique span, #asie span, #europe span, #moyen-orient span, #oceanie  span {display:none;}

#afrique {
position: absolute;
width : 37px;
height: 69px;
left: 216px;
top: 63px;
}

#afrique:hover {
width : 37px;
height: 69px;
left: 216px;
top: 63px;
background: url(../IMG/carte/af_hover.jpg) top left no-repeat;
z-index: 100;
}

#af {
visibility:hidden;
width:118px;
height:50px;
background:url(../IMG/carte/af.jpg);
position:absolute;
top:110px;
left:0;
z-index:110;
}


#ameriques {
position: absolute;
width : 47px;
height: 122px;
left: 166px;
top: 19px;
}

#ameriques:hover {
width : 47px;
height: 122px;
left: 166px;
top:19px;
background: url(../IMG/carte/am_hover.jpg) top left no-repeat;
z-index: 100;
}


#am {
visibility:hidden;
width:118px;
height:50px;
background:url(../IMG/carte/am.jpg);
position:absolute;
top:110px;
left:0;
z-index:110;
}

#asie {
position: absolute;
width : 56px;
height: 73px;
left: 272px;
top: 16px;
}

#asie:hover {
position: absolute;
width : 56px;
height: 73px;
left: 272px;
top: 16px;
background: url(../IMG/carte/as_hover.jpg) top left no-repeat;
z-index: 100;
}

#as {
visibility:hidden;
width:118px;
height:50px;
background:url(../IMG/carte/as.jpg);
position:absolute;
top:110px;
left:0;
z-index:110;
}


#europe {
position: absolute;
width : 53px;
height: 41px;
left: 216px;
top: 19px;
}

#europe:hover {
width : 53px;
height: 41px;
left: 216px;
top: 19px;
background: url(../IMG/carte/eu_hover.jpg) top left no-repeat;
z-index: 100;
}

#eu {
visibility:hidden;
width:118px;
height:50px;
background:url(../IMG/carte/eu.jpg);
position:absolute;
top:110px;
left:0;
z-index:110;
}

#moyen-orient {
position: absolute;
width : 19px;
height: 33px;
left: 254px;
top: 60px;
}

#moyen-orient:hover {
position: absolute;
width : 19px;
height: 33px;
left: 254px;
top: 60px;
background: url(../IMG/carte/mo_hover.jpg) top left no-repeat;
z-index: 100;
}

#mo {
visibility:hidden;
width:118px;
height:50px;
background:url(../IMG/carte/mo.jpg);
position:absolute;
top:110px;
left:0;
z-index:110;
}


#oceanie {
position: absolute;
width : 44px;
height: 55px;
left: 289px;
top: 91px;
}

#oceanie:hover {
width : 44px;
height: 55px;
left: 289px;
top: 91px;
background: url(../IMG/carte/oc_hover.jpg) top left no-repeat;
z-index: 100;
}

#oc {
visibility:hidden;
width:118px;
height:50px;
background:url(../IMG/carte/oc.jpg);
position:absolute;
top:110px;
left:0;
z-index:110;
}

