/* @override http://alvaranda/css/biographie.css */

/*
alvaranda.com
author:   Fabrice Delaneau
version:  octobre 2004
*/

@import url("base.css");

/* @group header */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 760px;
	height: 158px;
	background-color: #333;
	z-index: 1;
}

/* IE position fixed hack */

div>#header {
	position: fixed;
	top: auto;
	left: auto;
}



#nav {
	width: 760px;
	height: 50px;
	top: 108px;
	text-align: right;
}

#title {
	width: 85px;
	height: 8px;
	left: 15px;
	top: 42px;
	background: url("../images/biographie/bio_titre.gif") no-repeat top left;
}

#backH a {
	position: absolute;
	left: 15px;
	top: 2px;
}

#img {
	left: 451px;
	top: 0;
	width: 309px;
	height: 50px;
	background: url("../images/pages/biographie_img.jpg") no-repeat top left;
}

/* @end */

/* @group menu */
#menu {
	position: absolute;
	margin-left: 451px;
	margin-top: 168px;
}

/* IE position fixed hack */

div>#menu {
	position: fixed;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

#varanda a {
	display: block;
	width: 188px;
	height: 28px;
	margin: 0 0 20px 0;
	text-indent: -3000px;
	background: url("../images/pages/biographie_varanda.gif") no-repeat top left;
}
#varanda a:hover {
	background-position: bottom left;
}

#scenariste, #coloriste {
	background: #333 scroll no-repeat top left;
}
#scenariste {
	background-image: url("../images/pages/biographie_scenariste.gif");
}
#coloriste {
	background-image: url("../images/pages/biographie_coloriste.gif");
}

#menu ul {
	padding: 28px 0 10px;
	list-style: none;
}
#menu li {
	padding: 0 10px 5px;
	font-size: 14px;
}
/* @end */

/* @group content */
.content {
	position: relative;
	width: 426px;
	height: auto;
	margin: 0 12px;
	padding: 168px 0 25px;
}

.content h3.title {
	margin: 12px 0 15px 0;
	font-size: 16px;
}

.content p {
	font-size: 13px;
	text-align:justify;
	margin-bottom: 5px;
}

.content p.small {
	font-size: 9px;
	text-align: right;
}

.content p.biblio {
	font-size: 12px;
	margin: 15px 0 5px;
}


.content ul {
	padding: 0 15px;
	list-style: none;
	font-size: 10px;
}

/* @end */