 body{margin:0px;padding:0px;}
 /*a标签*/
 a{
	text-decoration:none
}
.espace{
	width: 100%;
	/*border: 1px solid red;*/
	
}
.LaPremiere{
	background-color: #000000;
}

.topheheader{
	width: 92%;
	overflow: hidden;/*清除浮动*/
	margin: 0 0 0 4%;

}

	/*页眉*/
.lefttheheader{
	float: left;
}

.righttheheader{
	float: right;
}
	/*导航*/
.liste{
	width: 100%;
}
.theforeskin{
	background-color:#FFCBDB;
}
.theforeskin ul{
	margin: 0 0 0 6.5%;
}
.theforeskin ul li{
	display: inline-block;
	list-style-type:none;
	width: 30%;
	margin: 3% 0 0 0;
	background-color:red;
	text-align: center;
}
.theforeskin ul li a{
	color:#FFE8AE;
	font-size: 2em;
}

