body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}   

body {
  background-color: black;
  background-image: url('./../imgs/stripe.jpg');
  background-repeat: repeat-x;
  background-position: left 200px;
  color: white;
  font-family: Calibri, sans-serif;
  text-align: center;
}

#all {
  position: relative;
  width: 994px;
  min-height: 100%;
  height: 100%;
  margin: auto;
  background-color: black;
  background-image: url('./../imgs/menu_stripe.jpg');
  background-repeat: repeat-x;
  background-position: left 460px;
  text-align: left;
}

/*Not IE*/
body>#all {
  height: auto;
}

#left-shadow {
  width: 22px;
  height: 600px;
  margin-top: 15px;
  float: left;
  background-image: url('./../imgs/left_stripe.jpg');
  background-repeat: no-repeat;
}

#logo {
  position: relative;
  width: 473;
  height: 180px;
  top: 10px;
}

#flags {
  position: absolute;
  right: 42px;
  top: 10px;
}

.flag {
  margin-left: 5px;
  margin-right: 5px;
}

#top {
  margin-top: 10px;
}

#photo {
  margin-left: 65px;
  /*IE 5.5, 6*/
  _margin-left: 45px;
  margin-top: 15px;
  float: left;
}

#intro {
  margin-right: 85px;
  /*IE 5.5, 6*/
  _margin-right: 45px;
  margin-top: 15px;
  /*IE 5.5, 6*/
  _margin-top: 35px;
  width: 435px;
  float: right;
}

#menu {
  margin-top: 305px;
  /*IE 7, 8*/
  /*|margin-top: -310px;*/
  margin-left: 22px;
  width: 948px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#menu a:link, #menu a:visited {
  color: white;
}

#menu a:hover, #menu a:active {
  color: #F16237;
  text-decoration: none;
}

#cover {
  margin-left: 42px;
  margin-right: 42px;
}

#content {
  width: 910px;
  margin-top: 35px;
  _margin-top: -235px;
  padding-bottom: 300px;
}

#content h1 {
  color: #F16237;
  font-weight: bold;
  letter-spacing: 2px;
}

#content h2 {
  color: #6666FF;
  font-weight: bold;
  letter-spacing: 2px;
}

#content a:link, #content a:visited {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}

#content a:hover, #content a:active {
  color: #F16237;
  text-decoration: none;
  font-weight: bold;
}

#right-shadow {
  position: absolute;
  top: 200px;
  right: 0px;
  width: 22px;
  height: 600px;
  background-image: url('./../imgs/right_stripe.jpg');
  background-repeat: no-repeat;
}

#bottom {
  position: absolute;
  bottom: 10px;
  width: 650px;
  height: 254px;
  margin-top: 10px;
}

#footer {
  position: absolute;
  bottom: 20px;
  height: 12px;
  font-size: 14px;
  color: #999999;
}

#footer a:link, #footer a:visited {
  color: #999999;
  text-decoration: underline;
}

#footer a:hover, #footer a:active {
  color: #F16237;
  text-decoration: none;
}

#figure {
  position: absolute;
  bottom: 0;
  margin-left: 670px;
  margin-bottom: 10px;
}

/*tmp*/

#contact-form {
  width: 280px;
  height: 152px;
  float: left;
  |margin-top: 50px;
}

.contact-left {
  float: left;
}

.contact-right {
  margin-left: 90px;
}

.contact-cover {
  margin-top: 5px;
}

.contact-item {
  width: 183px;
}

#bottom-cover {
	width: 670px;
  height: 254px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

#activites-cover {
  margin-left: 280px;
  text-align: center;
  |margin-top: 55px;
}

#activites {
  width: 180px;
  margin: auto;
  |padding-left: 90px;
  _padding-left: 20px;
  text-align: left;
  list-style-image: url('./../imgs/point.jpg');
}

.image a:link img, .image a:visited img {
  border: 5px solid #333333; margin: 5px;
}

.image a:hover img, .image a:active img {
  border: 5px solid #FFFFFF; margin: 5px;
}