/* @override 
	http://www.alvaranda.com/css/liens.css
	http://localhost:8888/css/liens.css
*/

/*
alvaranda.com
author:   Fabrice Delaneau
contact:  project@fdelaneau.com
version:  juin 2007
*/

/* @group header */

#header {
	position: fixed;
	top: auto;
	left: auto;
	width: 760px;
	height: 151px;
	z-index: 1;
}

#img {
	position: relative;
	width: 760px;
	height: 126px;
	background: url("../images/pages/liens_img.jpg") no-repeat;
}

#nav {
	position: relative;
	width: 633px;
	height: 25px;
	float: right;
}

#title {
	position: absolute;
	width: 129px;
	height: 8px;
	top: 17px;
	left: 2px;
	background: url("../images/pages/liens_titre.gif") no-repeat;
}

#backH a {
	position: absolute;
	left: 573px;
	bottom: 0;
}

/* @end */

/* @group content */

.content {
	padding: 160px 0 0 127px;
}

dl {
	font-size: 0.7em;
}

dt {
	padding-bottom: 0.5em;
}

dt strong {
	display: block;
	font-weight: bold;
}

dd {
	padding-bottom: 1em;
}

dd a {
	
}

/* @end */