﻿html, body {
  background-color:#003466;
  color:#003466;
  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: 550px;
  margin: auto;
  position: relative;
  width:1000px;
  margin-top: 5%
}
.global .globalContent .english,
.global .globalContent .french,
.global .globalContent .spanish {
  position: absolute;
  left: 550px;
}

.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: 40px; }
.link3 { bottom: 15px; }
