/* CSS Document */
body {
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #5876ad;
}
img {border:none;}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 580px;
     margin-top: -290px; /* moitié de la hauteur */
     margin-left: -400px; /* moitié de la largeur */
}
#animation {
	width:800px;
	margin:0 auto;
	text-align:center;
}
#entete {
	width:800px;
	height:139px;
}
#langue,#contexte {
	width:800px;
	height:62px;
	margin:0;
	padding:0;
}
#contexte {
	color: #FFF;
	background-color:transparent;
}
#vfr {
	float:right;
	width:271px;
	height:22px;
	text-align:center;
}
#troisvallees {
	float:left;
	width:115px;
	height:62px;
	vertical-align:middle;
	text-align:center;
}
#courchevel {
	float:left;
	width:115px;
	height:62px;
	vertical-align:middle;
	text-align:center;
}
#ven {
	float:left;
	width:230px;
	height:22px;
	text-align:center;
}
#ven a hover {
	background:transparent url(../images/v_en_hover.png) top left no-repeat;
}