/* Zoning */

html
{
	background-color: whitesmoke;
}

body
{
	width: 910px;
	/* pour center la page */
	background-position: center center; 
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	color: #222222;
}

#header
{
	background-color: white;
	width: 910px;
	height: 300px;
	/* -mox-box-shadow-right: -15px 0 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow-right: -15px 0 15px rgba(0, 0, 0, 0.6); */
}

#navigation
{
	width: 605px;
	height: 30px;
	float: left;
	background-color: white;
	font-family: sans-serif;
	font-weight: bold;
}

#content
{
	width: 910px;
	float: left;
	background-color: white;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #222222;
}

#footer
{
	width: 910px;
	float: left;
	background-color: whitesmoke;
	/* background-color: white; */
	padding-top: 25px;
	padding-bottom: 25px;
}


/* Navigation */

nav 
{	
	/*font: normal 16px verdana;*/
	font-family: sans-serif;
	font-weight: bold;
	width: 910px;
}

nav ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
}

nav ul li 
{
	position: relative;
	float: left;
	display: block;
	width: 125px; /* Width of nav block */
	height: 30px;
	margin-left: 1px;
	margin-right: 1px;
}
	
nav li ul 
{
	position: absolute;
	display: none;
}

/* Styles for Menu Items */
nav ul li a 
{
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0 px solid #ccc;
	border-bottom: 0px solid #ccc;
	text-align: center;
}

nav ul li a:hover 
{ 
	/* color: crimson; background: #f9f9f9;  */
	background-color: skyblue; /*white; /* lightgray; /*skyblue; /* black; */
	color: white;
	/* border-right: 1px dotted lightgray; */
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
}

nav li ul li a 
{ 
	padding: 5px 5px; 
	text-align: left;
}
nav li:hover ul, li.over ul { display: block; }

/* Specialisation */

#author_image
{
	float: left;
	width: 300px;
	height: 300px;
}

#author_info
{
	float: left;
	width: 503px;
	height: 220px;
	margin-left: 35px;
	margin-right: 50px;
	margin-top: 44px;
	line-height: 1.25em;
}

#author_info a { text-decoration: none; color: #2A6EBB; }
#author_info a:visited { color: #2A6EBB;}
#author_info a:hover {text-decoration: underline;}

#content a { text-decoration: none; color: #2A6EBB; }
#content a:visited { color: #2A6EBB;}
#content a:hover {text-decoration: underline;}

#author_name
{

	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.section_title
{
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
}

.bio_section
{
	width: 400px;
	float: left;
	padding-left: 35px;
	text-align: justify;
	line-height: 150%;
}



.paperBlockLast
{
	/* border-top: 10px solid whitesmoke; */
	border-bottom: 10px solide whitesmoke;
	margin-top: 25px;
	margin-bottom: 10px;
	/* padding-bottom: 20px; */
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	line-height: 150%;
	font-size: 0.8em;
	display: block;
	min-height: 160px; /* the thumbnail image size */
	min-width: 1px;
	width: 840px; /* 910 (content) - 2*35 (padding) */
	clear: both;
}

.paperBlock
{
	/* border-top: 10px solid whitesmoke; */
	border-bottom: 10px solide whitesmoke;
	margin-top: 25px;
	margin-bottom: 25px;
	/* padding-bottom: 20px; */
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	line-height: 150%;
	font-size: 0.8em;
	display: block;
	min-height: 160px; /* the thumbnail image size */
	min-width: 1px;
	width: 840px; /* 910 (content) - 2*35 (padding) */
	clear: both;
}

.paperTitle
{
	font-weight: bold;
}

.paperImageContainer
{
	float: left;
	max-width: 160px;
}

.paperImage
{
	height: 150px;
	width: 150px;
	border: 5px solid whitesmoke;
}

.paperDescription
{
	/* float: left; */
	width: 645px; /* 910 - 150(image) - 2*35 (padding) - 35 (image padding) - 10 (image border)*/
	padding-left: 35px;
	min-height: 1px;
	display: block;
	overflow: auto;
}

.publicationSectionTitle
{
	background-color: lightblue; 
	margin-top: 5px;
	padding-top: 5px; 
	padding-left: 15px; 
	padding-bottom: 5px; 
	/* margin-bottom: 15px; */
	font-weight: bold;
	display: block;
	width: 895px; /* 910px (width) - 15px (left padding)*/
	overflow: auto;
}

/** Can be used to underline the author name in a list of names */
#content .paper_author_highlight
{
	text-decoration: underline;
}
