/* CSS */
body {
	background-color: #d3d1cd;   
	margin: 0;
}
#main {
	width: 1024px;
	margin: auto;
	height: 716px;
	text-align: center;
}

#menu {
	width: 1024px;
	margin: auto;
	background: #d3d1cd url('../img/bar.jpg');
	height: 52px;
}
#logo {
	padding-left: 12px;
	padding-top: 8px;
	float: left;
}
#buttons {
	float: left;
	margin-left: 10px;
	width: auto;
}

#buttons img {
	margin-top: 12px;
	margin-left: 12px;
	border: 0;
	cursor: pointer;
}
#buttons_nav {
    padding-top: 8px;
	float: right;
	margin-right: 15px;
}
#buttons_nav td {
	width: 20px;
	height: 30px;
	padding: 0;
	margin: 0;
	
}
#buttons_nav img {
	cursor: pointer;
}


/* Livre d'or */
#txt_livre {
    position: absolute;
}
div.scrollable { 
    position: relative; 
    overflow: hidden; 
    left: 189px;
 
    height: 454px; 
    width: 320px; 
    color: white;
    font-family: verdana;
    font-size: 11px;
} 
 
div.scrollable div.items { 
    position:absolute; 
    height:20000em; 
}
div.scrollable div.items .nom { 
    font-size: 13px;
    font-weight: bold;
}
div.scrollable div.items a {
    color: white;
}
div.scrollable div.items .date { 
    font-size: 12px;
    font-weight: normal;
}
div.scrollable div.items p { 
    padding: 0;
    margin-bottom: 20px;
    margin-top: 8px;    
}

div#actions {
    position: absolute;
    left: 520px;
    top: 0px;
}

div#actions .prevPage {
    background: transparent url('../img/up.png') no-repeat scroll 0 0;
    border: none;
    width: 18px;
    height: 15px;
    cursor: pointer;
}

div#actions .nextPage {
    background: transparent url('../img/down.png') no-repeat scroll 0 0;
    border: none;
    width: 18px;
    height: 15px;
    position: relative;
    top: 424px;
    cursor: pointer;
}

#button_laisserunmot {
    position: absolute;
    left: 14px;
    top: 440px;
    border: none;
}











