/* Styling */
body {}

.pubs li {
	margin-left: 0;
	margin-bottom: .25em;
	margin-right: 0;
	margin-top: 0;
	list-style-type: square;
}

.interests li{
	margin-left: 0;
	margin-bottom: .25em;
	margin-right: 0;
	margin-top: 0;
	list-style-type: square;
}

.link li {
	margin-left: 0;
	margin-bottom: .25em;
	margin-right: 0;
	margin-top: 0;
	list-style-position: outside;
	list-style-type: square;
}


.customers td, .customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

/* Layout */
div#page {
/*	background: #FFEBCD;
*/	width: 50em;
	margin: auto;
}


div#header {
	position:relative;
/*	background: #0000FF;
*//*	display: block;
*/	width: 50em;
	height:17.5em;
}

div#pierresacre {
/*	background: #7FFF00;
*/	position: absolute;
	top:0px;
/*	font-size: x-large;
*/}

div#contact {
/*	background: #ccc;
*/	position: absolute;
	width:37.5em;
    bottom: 0px;
    left: 0px;
}

div#picture {
/*	background: #FAEBD7;
*/	position: absolute;
	width:12.5em;
    bottom: 0px;
    right: 0px;
}

#picture img {
    vertical-align: bottom
}

div#content {
	position:relative;
	display: block;
	width: 50em;
}



div#book {
/*	background: #ccc;
*/	position: absolute;
	width:37.5em;
    bottom: 0px;
    right: 0px;
}

div#bookexp {
/*	background: #FAEBD7;
*/	position: absolute;
	width:12.5em;
    bottom: 0px;
    left: 0px;
}

#book img {
    vertical-align: bottom
}


/*
a {border-bottom:1px dotted #505050; color:#303030; text-decoration:none;}
a:hover {border-bottom:1px solid #505050; color:#303030; text-decoration:none;}
a img {border:0;}
*/


/* Papers */
#disclaimer {
	margin-top: 10px;
   	margin-bottom: 25px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	font-size: small;
	color: #606060;
}

#foreword {
	margin-top: 10px;
   	margin-bottom: 25px;
 	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	color: black;
}

.paper {
	margin-top: 25px;
	margin-bottom: 25px;
}

.paper a { text-decoration: none }
.paper a:link { color: black }
.paper a:visited { color: black }
.paper a:active { color: red }
.paper a:hover { color: #FF6600 }

.links a { text-decoration: none }
.links a:link { color: #7F7F7F }
.links a:visited { color: #7F7F7F }
.links a:active { color: red }
.links a:hover { color: #FF6600 }

.authors {
	color: #7F7F7F;
}

.title {
/*
	margin-top: 5px;
	margin-bottom: 5px;
*/
}

.howpublished {
	color: #7F7F7F;
}

.communication {
	margin-top: 5px;
	font-style: italic;
	color: #7F7F7F;
}

.links{
	color: #7F7F7F;
/*
   margin-top: 10px;
   margin-bottom: 10px;
*/
}

.morepubs-link {
	cursor: pointer;
	color:blue;
	margin-top: 20;
	margin-bottom: 20px;
}



/* Footer */

div#footer {
/*	background: #DC143C;
*/}

#lastupdate {
	font-style: italic;
	display: block;
	float: left;
}

#validators {
	display: block;
	float: right;
}