*{
  margin: 0;
  padding: 0;
}

body 
{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	text-align: center;
	font-family: "Times New Roman", "MS Serif", "New York", serif; 

}

#header{
position: relative;
height:5em;
background: #000 no-repeat;
text-align: left;
} 

#header img{
margin: 1em 0 1em .5em;
border-style:none;
}

#navtop {
display:block;
position: absolute;
top: 2em;
right: 2em;
font-variant: small-caps;
font-size: 1em;
}

#navtop a:link, #navtop a:visited {
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	padding: 4px 5px;
	
}
#navtop a:hover, #navtop a:active {
	text-decoration: underline;
	color: #ccc;
}

hr {
	clear: both;
	margin: 1em auto .5em auto;
	border: 0;
	width: 100%;
	color: #000;
	background-color: #000;
	height: 3px;
}

.hrtitle {
	margin: 0 auto;
	border: 0;
	width: 50%;
	color: #888;
	background-color: #888;
	height: 2px;
}

h1{
font: bold 1.5em "Times New Roman", "MS Serif", "New York", serif;
margin: .5em auto 0 auto;
padding:0;
color: #B95E27;
}

.bioimage{
margin: 1em;
float: left;
}

.dropcap {
position: relative;
float:left;
width: .6em;
font: bold 4em "Times New Roman", "MS Serif", "New York", serif;
line-height: 65%;
padding-top: 0;
padding-bottom: .1em;
} 

#navgall{
margin-top: 1em;
padding:0;
width: 100%;
}

#navgall li {
display:inline;
padding:0;
margin:0;
}

.picto{
margin: .5em auto;
background-color: #fff;
}

#footer{
font: normal .7em Geneva, Tahoma, sans-serif;
margin:0;
padding: 0;
color: #B95E27;
position:relative;
clear: both;
width: 100%;
bottom: 0;
text-align:center;
}

#footer a:link, #footer a:visited{
text-decoration: none;
color: #B95E27;
}

#footer a:hover, #footer a:active{
text-decoration: none;
color: #444;
}