/* CSS Document */

	#global {
		position:relative;
		width:696px;
		height:435px;
		background:url(../img/home-poincom.jpg);
		margin:0 auto
	}

	a.drapeau {
		display:block;
		position:absolute;
		float:left;
		width:45px;
		height:45px;
		z-index: 1
	}
	a.drapeau:hover {position:relative}
	a.drapeau span {display:none}
	a.drapeau:hover span {
		display:block;
		position:absolute;
		top:60px;
		left:8px;
		width:170px;
		font-size:1.3em;
		color:#343942;
		background:#a7acb3;
		border:1px solid #8595b1;
		padding:3px 5px
	}
	a.drapeau:hover span span {
		position:absolute;
		top:-6px;
		left:6px;
		width:9px;
		height:6px;
		background:url(../img/drapeaux/infobulle.gif) no-repeat;
		border:none;
		padding:0
	}

	a.belgique {
		top:210px;
		left:573px;
		width:27px;
		height:16px;
	}
	a.belgique:hover {
		background:url(../img/drapeaux/belgique-on.jpg) no-repeat;
	}

	a.allemagne {
		top:181px;
		left:596px;
		width:66px;
		height:65px;
	}
	a.allemagne:hover {
		background:url(../img/drapeaux/allemagne-on.jpg) no-repeat;	
	}	
	
	a.france {
		top:240px;
		left:548px;
		width:47px;
		height:36px;
	}
	a.france:hover {
		background:url(../img/drapeaux/france-on.jpg) no-repeat;	
	}

	a.italie {
		top:268px;
		left:612px;
		width:55px;
		height:59px;
	}
	a.italie:hover {
		background:url(../img/drapeaux/italie-on.jpg) no-repeat;		
	}
	
	a.espagne {
		top:302px;
		left:499px;
		width:58px;
		height:49px;
	}
	a.espagne:hover {
		background:url(../img/drapeaux/espagne-on.jpg) no-repeat;			
	}

	a.mexique {
		top:362px;
		left:73px;
		width:44px;
		height:47px;
	}
	a.mexique:hover {
		background:url(../img/drapeaux/mexique-on.jpg) no-repeat;			
	}

	a.canada {
		top:114px;
		left:189px;
		width:129px;
		height:92px;
	}
	a.canada:hover {
		background:url(../img/drapeaux/canada-on.jpg) no-repeat;
	}

	a.usa {
		top:233px;
		left:85px;
		width:140px;
		height:87px;
	}
	a.usa:hover {
		background:url(../img/drapeaux/usa-on.jpg) no-repeat;
	}

	a.uk {
		top:172px;
		left:514px;
		width:51px;
		height:33px;
	}
	a.uk:hover {
		background:url(../img/drapeaux/uk-on.jpg) no-repeat;
	}


	a.com {
		top:325px;
		left:328px;
		width:80px;
		height:77px;
	}
	a.com:hover {
		background:url(../img/drapeaux/instit-on.jpg) no-repeat;
	}

	a.mentionsleg {
		top:414px;
		left:509px;
		width:115px;
		height:19px;
	}
	a.mentionsleg:hover {
		background:url(../img/mentionsleg-on.jpg) no-repeat;
	}

	a.contact {
		top:414px;
		left:635px;
		width:54px;
		height:19px;
	}
	a.contact:hover {
		background:url(../img/contact-on.jpg) no-repeat;
	}	
	
	h1 {
		display:none;
		position:absolute;
		top:51px;
		left:44px;
	}

