body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     width:100%;
	background-color : #111111;
}
.divcentral {
	text-align:left;
	width:920px;
	margin:10px auto 5px auto;
}
.margetop {
	margin-top:15px;
}

a {
text-decoration:none;
color:#FFFFFF;
border:none;
}

a:hover{
color:#ED8006;
}

a img{
border:none;
}

#splashImages {
	background-color:#777777;
	text-align:center;
}

#worldMap {
	width:420px;
	height:220px;
	float:left;
	margin-right:26px;
}
#introtxt {
	float:left;
	width:380px;
	height:220px;
	color:#393838;
	font-family: Helvetica,Arial, sans-serif;
	font-weight:none;
	font-size:12px;
	margin:0px;
	padding:0px;
	line-height:20px;
	#border-left: 1px solid #e3e0dd;
}

#introtxt-p{
	margin-top : 40px;
	padding-left : 50px;
	text-align:justify;
	color:#7C7976;
}

#entersite{
	float:left;
	width:900px;
	margin-top:0px;
	font-family: Helvetica,Arial, sans-serif;
	font-weight:none;
	font-size:14px;
	color:#393838;
	text-align:right;
	z-index: 99;
}
#entergif{
margin-right : 5px;
}

