body{position: relative;
	margin: 0px;}
#cath{
	left: 560px;
	}
#container{
	position: absolute;
	width: 550px;
	height: 1000px;
	top: 150px;
	left: 210px;
	border-left: 1px solid red;
	text-align: center;
	background: url(../images/fond.jpg);
	z-index: 1;
	}
p{font-size: 15px;
	}
#liens1{
	left: 635px;
	bottom: 10px;
	}
#liens1 a{
	font-size: 13px;
	line-height: 15px;
	}

