/* Genral Structure */

html, body
{
  margin:0;
  padding:0;
  height:100%;
  font-family:Arial, Helvetica, sans-serif;
}

body{
  background-image:url(../pictures/structure/fond.jpg);
}

.main
{
  position:relative;
  width:950px;
  margin:0 auto;
  background-color:#FFFFFF;
  color:#606060;
}

/* Header Structure */

.header
{
  width:950px;
  height:130px;
}

.flag
{
	position:absolute;
	top:5px;
	right:20px;
}

/* Middle Structure (Submenu with title (ex:Our mission) + Including with tag (ex:Follow our customers...)) */

.middle
{
  width:950px;
}

.link
{
  position:absolute;
  left:0 ;
  top:130px;
  width:180px;
  padding:5px;
  text-align:center;
  color:#000000;
  font-size:12px;
}

.title
{
  height:50px;
  color:#2C318F;
  border-style:solid;
  border-width: 0px 0px 2px 0px;
  border-color:#EC2226;
}

.contents
{
  margin-left:185px;
  width:755px;
  padding:5px;
  padding-bottom:0px;
}

.tag
{
  height:50px;
  padding-top:5px;
  text-align:center;
  border-style:solid;
  border-width: 0px 0px 2px 0px;
  border-color:#2C318F;
}

/* Footer Structure */

.footer
{
  position:relative;
  margin:0 auto;
  width:950px;
  text-align:center;
  height:15px;
  font-size:13px;
  color:#999999;
  background-color:#FFFFFF;
}

