@charset "utf-8";
/* CSS Document */
#links-gauche {
	height: 450px;
	width: 380px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 5;
	text-align: center;

}

#links-droit {
	height: 460px;
	width: 500px;
	text-align: center;
	float: left;
}
#links-separation{
	position: absolute;
	height: 465px;
	width: 0px;
	left: 386px;
	top: 125px;
	background-color: #E5E5E5;
	border-left: 1px solid #FFFFFF;

}

