body {
  background-color: #fff;
}

#content {
  width : 750px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 10px;
  padding : 10px;
  text-align : left;
  background-color: #fff;
  /* border : 1px solid #000000; */
}

#leftcolumn {
  float: left;
  margin-left: 20px;
  width: 175px;
  background-color: #fff;
}
            
#main  {
  background-color: #fff;
  height:525px;
}

#textboxarea {
  width: 360px;
  position: relative;
  padding-bottom: 25px;
  left: 60px;
}


a:link {
  color: #2f6E9B;
  font-size: 1.5em;
  text-decoration: underline;
}

a:hover {
  color: #2F3F87;
  font-size: 1.5em;
  text-decoration: underline;
}

a:visited {
  color: #2f6E9B;
  font-size: 1.5em;
  text-decoration: underline;
}

#textbox {
  width: 310px;
  position: relative;
  padding-top: 6px;
  padding-right: 35px;
  padding-left: 10px;
  padding-bottom: 6px;
  z-index: 1;
  background-color: #dfd7a4;
  color: #000;
  font-family: arial;
  font-size: 1em;
}

#sample {
  position: relative;
  z-index: 2;
  left: 265px;
  top: -285px;
  
}

#drapeaux {
  position: relative;
  z-index: 2;
  left: 0px;
  top: -180px;
  

}

#accueil {
  position: absolute;
  z-index: 3;
  left: 275px;
  top: 270px;
  
}


/*#enter {
  position: relative;
  left: 295px;
  bottom: 85px;
  
}*/

#footer {
  height: 15px;
  
}