body, body * {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 11;
}  

img {
  border: 0 none black;;
}

body {  
  background-color: #E1DDDE;
}

h1 {
  font-family: Arial;
  font-size: 12;
  text-align: center;
  color: #ED283A;
  margin-top: 5;
}

h2 {
  color: black;
  margin-top: 10;
  margin-bottom: 3;
}

a {
  color: white;
  text-decoration: underline;
}

a:hover, a:visited {
  color:#444DBE;
}

#bandeau {
  height: 72;
  background-color: white;
}

#bandeau img {
  margin: 0;
  border: 0 none black;
}

#main {
  width: 100%;
  height: 375;
  background-color: #D1C7C7;
}

#video {
  width: 330;
  height: 370;
  position: absolute;
  left: 5;
  top: 74;
}

#countryInfo {
  background-color: black;
  height: 45;
  padding: 0;
}

#countryInfo * {
  color: white;
}

#countryInfo * h3 {
  padding: 3;
}

#info {
  width: 220;
  height: 370;
  position: absolute;
  left: 345;
  top: 74;
  text-align: center;
  background-color: #EC293A;
  color: white;
}

#info h1 {
  color: white;
  font-size: 12;
  padding: 5;
}

#partenaires1 {
  width: 220;
  height: 230;
  position: absolute;
  right: 220;
  top: 74;
  overflow: auto;
  padding-left: 10;
}

#partenaires2 {
  width: 220;
  height: 139;
  position: absolute;
  right: 220;
  top: 305;
  overflow: auto;
  padding-left: 10;
}

#partenaires1 li, #partenaires2 li {
  margin-top: 2;
  list-style-type: none;
}

#archives {
  width: 220;
  height: 370;
  position: absolute;
  right: 0;
  top: 74;
  text-align: center;
  color: white;
  overflow: auto;
}

#archives h1 {
  width: 200;
}

#archives .active {
  color: #444DBE;
  font-weight: bold;
  text-decoration: none;
}

#archives .active:hover {
  text-decoration: underline;
}

#forums {
  padding-left: 10;
  /*background-color: white;*/
}

#forums h1 {
  text-align: left;
}

#forums .register {
  color: #ED283A;
}

#forums a {
  color: black;
}

#forums a:hover {
  color: #ED283A;
}

#forums td {
  padding-right: 10;
}
