﻿html, body {
  background-color:#000000;
  color:#000000;
  font-family: Arial, Verdana;
  font-size: 11px;
  margin: 0px; 
  padding: 0px;
}

a,a:link,a:visited,a:active {
  border:none;
  text-decoration:none;
}
img { border: 0px; }
.global{
  margin:auto;
  width:100%;
}
.global .globalContent {
  background: url(../images/fond.jpg) no-repeat;
  height: 540px;
  margin: auto;
  margin-top: 5%;
  position: relative;
  width:  1000px;
}
.global .globalContent .english,
.global .globalContent .french,
.global .globalContent .spanish {
  position:absolute;
  left:640px;
}
.global .globalContent .english { top: 90px; }
.global .globalContent .french { top: 200px; }
.global .globalContent .spanish { top: 310px; }
.link {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.link li { display: inline; }

.link a {
  color:#003466;
  text-decoration:underline;
}
.link1 { bottom: 65px; }
.link2 { bottom: 45px; }
.link3 { bottom: 25px; }
.link4 { bottom: 5px; }
