body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	/*background-image: url("background.png");*/
	background-color: white;
	color: #000;
}

/* generalities */


a:link, a:visited {
	color: rgb(125,125,125);
	text-decoration: none;
}

a:hover, a:active {
	color: rgb(125,125,125);
	text-decoration: underline;
}

p {
	padding: 4px 0;
	line-height: 1.6;
}

a {
	outline: none;
}

img {
	border: none;
}

/* special spans */

span.clr {
	display: block;
	clear: both;
}

/* ---------- */





/*content*/

div#container {
	position: relative;
	width: 970px;
	margin: 20px auto 20px;
}

div#leftmenu {
	width: 130px;
	padding: 5px;
	float: left;
}

div#rightmenu {
	width: 130px;
	padding: 5px;
	float: right;
}

div#content {
	width: 760px;
	background: #fff;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 16px;
	margin: auto;
}

div#buttons {
	text-align: center;
	vertical-align: middle;
	height: 25px;
}

div#buttons_top {
	text-align: center;
	vertical-align: middle;
	height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#left_b {
	text-align: left;
	float: left;
	width: 62px;
	height: 47px;
	background-image: url("../images/escalier_precedent.png");
	background-position: top;
	margin-left: 20px;
	cursor: pointer;
}

div#right_b {
	text-align: right;
	float: right;
	width: 62px;
	height:47px;
	background-image: url("../images/escalier_suivant.png");
	background-position: top;
	margin-right: 20px;
	cursor: pointer;
}

select.bd_choose {
	color: #646566;
	background: #e8e8e9;
	border: 1px solid #ffffff;
}

a.button {
	color: #646566;
	background: #e8e8e9;
	padding: 3px;
	text-decoration: none;
}

div.pic {
	text-align: center;
	margin-bottom: 28px;
}

div.author {
	text-align: right;
	margin-right: 53px;
	margin-top: -18px;
	margin-bottom: 20px;
}

