
/* liens.css : use for "liens" */

#Liens
{
	float: left;
	width: 924px;
	height: 646px;
	color: #FFFFFF;
	font-size: 0px;
	text-align: left;
	line-height: 0px;
	background-repeat: repeat-xy;
	background: url("../images/sable_clair_01.jpg");
}

#Liens #LiensPresentation
{
	position: relative;
	left: 12px;
	top: 25px;
	width: 903px;
	height: 600px;
	background: transparent;
}

#Liens #LiensPresentation #Left
{
	float: left;
	width: 82px;
	height: 602px;
	background: transparent;
	background: url("../images/liens_01.jpg");
}

#Liens #LiensPresentation #Picture
{
	float: left;
	width: 92px;
	height: 602px;
	background: transparent;
	background: url("../images/liens_02.jpg");
}

#Liens #LiensPresentation #MiddleBorder
{
	float: left;
	width: 650px;
	height: 602px;
	background: #C1D63A;
}

#Liens #LiensPresentation #MiddleBorder #Middle
{
	float: left;
	width: 650px;
	height: 600px;
	margin-top: 1px;
	background: #766C3E;
}

#Liens #LiensPresentation #Right
{
	float: left;
	width: 79px;
	height: 602px;
	background: url("../images/liens_03.jpg");
}

#Liens #LiensPresentation #MiddleBorder #Middle #ScrolledZone
{
	float: left;
	width: 650px;
	height: 580px;
	margin-top: 20px;
	overflow: auto;
	display: inline;
	background: transparent;
}

#Liens #LiensPresentation #MiddleBorder #Middle #ScrolledZone .FirstLinkSeparator
{
	float: left;
	width: 100%;
	height: 20px;
	display: inline;
	border-bottom: 1px dashed #E6DEAF;
	background: transparent;
}

#Liens #LiensPresentation #MiddleBorder #Middle #ScrolledZone .Link
{
	float: left;
	width: 100%;
	height: 60px;
	display: inline;
	border-bottom: 1px dashed #E6DEAF;
	background: transparent;
}

#Liens #LiensPresentation #MiddleBorder #Middle #ScrolledZone .Link .Title
{
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	width: 610px;
	height: 20px;
	font-family: Verdana;
	text-decoration: underline;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #F6EFB9;
	background: transparent;
	display:inline;
}

#Liens #LiensPresentation #MiddleBorder #Middle #ScrolledZone .Link .Address
{
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	width: 610px;
	height: 20px;
	font-family: Verdana;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #F6EFB9;
	background: transparent;
	display: inline;
}

#Liens #LiensPresentation #MiddleBorder #Middle #ScrolledZone .Link .Address a
{
	font-family: Verdana;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #F6EFB9;
	background-color: inherit;
}

#Liens #LiensPresentation #MiddleBorder #Middle #ScrolledZone .Link .Address a:hover
{
	background-color: inherit;
	color: #D7BE46;
	cursor: pointer;
}

