BODY{
	margin: 0;
	background-color: #9d2425;
	background-image: url(../images/fond-accueil.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#global {
  position: absolute;
  left: 50%;
  width: 840px;
  height: 460px;
  margin-top: 63px;
  margin-left: -420px;
  }

#logo {
	display: block;
	position:absolute;
  background-image: url(../images/logo-accueil.gif);
	background-repeat: no-repeat;
  width: 264px;
  height: 210px;
  top: 78px;
  left: 288px;
  }
  
#city {
	display: block;
	position:absolute;
  width: 350px;
  height: 20px;
  top: 130px;
  left: 285px;
  }
  
#city a {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

#city a:hover {
	color: #dc1a6b;
}
  
#vfr {
	display: block;
	position:absolute;
  text-align: right;
  width: 403px;
  height: 140px;
  top: 320px;
  }
  
#vgb {
	display: block;
	position:absolute;
  text-align: left;
  width: 403px;
  height: 140px;
  top: 320px;
  left: 437px;
  }

.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.flashvf {
	color: #dc1a6b;
}

.flashgb {
	color: #ffb400;
}

a.lnk1 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

a.lnk1:hover {
	color: #dc1a6b;
}

a.lnk2 {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

a.lnk2:hover {
	color: #ffb400;
}


a.lienorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FD8C31;
	text-decoration: none;
}

a.lnkmac1 {
	color: #dc1a6b;
	text-decoration: none;
	font-weight: bold;
}

a.lnkmac1:hover {
	color: #FFF;
}

a.lnkmac2 {
	color: #ffb400;
	text-decoration: none;
	font-weight: bold;
}

a.lnkmac2:hover {
	color: #FFF;
}

#signature {
	display: block;
	font-size: 10px;
	color: #ed6736;
	position:absolute;
  text-align: center;
  width: 840px;
  height: 20px;
  top: 470px;
  }

#signature a {
	color: #ed6736;
	font-weight: bold;
	}
	
#signature a:hover {
	color: #FFF;
	}
