/* début des styles index */
.index_structure {
  position: relative;
  top: 0px;
  left: 50%;
  width: 950px;
  margin-left: -475px;
  height: 514px;
  background-image: url(../images/index/fond.png);
  background-repeat:no-repeat;
}


.index_structure2 {
  position: relative;
  top: 0px;
  left: 50%;
  width: 950px;
  margin-left: -475px;
  height: 514px;
  background-image: url(../images/index/fond2.png);
  background-repeat:no-repeat;
}

.index_english {
	position: absolute;
	width: 124px;
	height: 44px;
	top: 10px;
	right: 10px;
}

.index_video {
	float: left;
	width: 546px;
	height: 514px;
}

.index_droit {
	float: left;
	width: 404px;
	height: 514px;
}

.index_intro {
	position: relative;
	margin-top: 90px;
	margin-left: 45px;
	width: 348px;
	height: 146px;
	font-family: "arial", verdana, Trebuchet MS;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

.index_menu {
	position: relative;
	margin-left: 45px;
	width: 210px;
	height: 268px;
}

.index_btn {
	position: relative;
	width: 210px;
	_height: 37px;
	min-height: 37px;
	margin-bottom: 0px;
}

.index_pied_rubriques {
	position: relative;
	padding-top: 10px;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	height: 18px;
	text-align: center;
	border-bottom: 1px solid #1C0606;
}

.index_pied_coordonnees {
	position: relative;
	padding-top: 5px;
	margin-left: -475px;
	left: 50%;
	width: 950px;
	height: 30px;
	text-align: center;
	border-top: 1px solid #461010;
}

/* Fin des styles index */