/* Heimdall.css, stylesheet for perso.ens-lyon.fr/alexandre.buisse              *
 *  * Adapted from CSS Zen Garden submission 011 - 'meliorism' by Brett J. Gilbert *
 *   * - www.paragraphic.co.uk                                                      */

/* Released under Creative Commons ShareAlike */


/*----------------------------------------*
 * **  Global
 * **----------------------------------------*/

body 
{
	font-size: 14px;
	font-family: "Fira Sans",helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #f1f1f1;
	overflow-x: hidden;
}

div,p,h1,h2,h3,ul,li 
{
	margin: 0;
	padding: 0;
}

h1 span, h2 span, h4 span 
{
	display: none;
}

div.slideIn{
	position: fixed;
	right: 100%;
	width: 90%;
	bottom: 0%;
	top:0%;
	height: 100%;
	display: block;
	background-color: #29333D;
	padding: 6px 3px 3px 3px;
	overflow-y:auto;
	transition: 1s;
}

.scale-down {
	/*
	 * object-fit: scale-down;
	 */
	object-fit: contain;
}

button{
	margin: 0;
	padding: 0;
}

h3 
{
	/*
	font: bold 13px/150% helvetica, Sans, Times, "Times New Roman", serif;
	*/
	color: #0151b2;
	background-color: transparent;
}

ul
{
	list-style-type: none;
}
/*----------------------------------------*
 * **  Layout
 * **----------------------------------------*/

#page 
{
	position: relative;
	width: 85%;
	left: 0;
	margin: 0 auto;
	text-align: left;
	transition: 1s;
}

#upper 
{
	position: absolute;
	top: 28px;
	left: 0;
	width: 310px;
}

#banner
{
	position: absolute;
	top: 38px;
	left: 90%;
	width: 352px;
	height: 265px;
	background: transparent;
}

#body_text 
{
	position: absolute;
	width: 90%;
}

#right_part 
{
	position: fixed;
	top: 0px;
	left: 80%;
	width: 35px;
	height: 100%;
}

#links
{
	position: relative;
	height: 100%;
}

/*----------------------------------------*
 * **  Links
 * **----------------------------------------*/

a:link,
a:visited { color: #0151b2; background-color: transparent; text-decoration: none; }
a:hover   { color: #f00; background-color: transparent; text-decoration: none; }

#presentation p.p2 a:link,
#presentation p.p2 a:visited { color: #348633; background-color: transparent; }
#presentation p.p2 a:hover   { color: #f00; background-color: transparent; }

#footer a:link,
#footer a:visited { color: #0151b2; background-color: transparent; }
#footer a:hover   { color: #f00; background-color: transparent; }

#gallery a:link { color: #0151b2; background-color: transparent; }
#gallery_presentation a.image:link { color: #f1f8f3; background-color: transparent; }

#links a.c:link,
#links a.c:visited { color: #fa5; background-color: transparent; }
#links a.c:hover   { color: #f00; background-color: transparent; }


/*----------------------------------------*
 * **  #upper
 * **----------------------------------------*/

#upper {
	/*
	font: 11px/150% Helvetica, Georgia, Times, "Times New Roman", serif;
	*/
	color: #0151b2;
	background-color: transparent;
}

#pageHeader h1 {
	margin-left: -64px; 
	background: transparent;
	width: 400px; 
	height: 32px;
}

#pageHeader h2 {
	margin-top: 80px; 
	background: transparent; 
	width: 195px; 
	height: 43px; 
}
#presentation p.p1 {
	margin: 5px 0 85px 4px;
	color: #fa0;
	width: 180px;
	background-color: transparent;
	line-height: 160%;
}


/* Style for poetry on the left of the page. */
#poetry 
{
	margin-left: 4px;
	padding: 2px 0 0 15px;
	border-left: 1px solid #0151b2;
	font-size: smaller;
}

#poetry h3 
{
	background: transparent; 
	width: 108px; 
	height: 37px; 
}

#poetry p 
{
	margin: 0px 140px 0 0;
}

#poetry span.title 
{
	margin: 0px 0px 0px -15px;
	padding: 5px 30% 5px 10px;
	background: transparent;
	color: #0151b2;
	line-height: 130%;
}

#poetry p.author
{
	text-align: center;
}



.center 
{ 
	text-align: center;
}

.center table 
{ 
	margin-left: auto;
	margin-right: auto;
}





/*----------------------------------------*
 * **  #bodyText
 * **----------------------------------------*/

#body_text 
{
	padding: 300px 0 40px 0;
	/*
	font: 13px/140% Helvetica, Georgia, Times, "Times New Roman", serif;
	*/
	color: #0151b2;
	text-align: justify;
}

#body_text p 
{
	margin: 0 125px 10px 221px;
}

#body_text h3 {
	margin: 25px 0 6px 220px;
	width: 90%; 
	height: 21px; 
}

#body_text ul, li
{
	margin: 0 125px 10px 110px;
	width: 405px;
}

table.index
{
	padding: 0 0 0 220px;
	border-style: none;
	border-width: 0px;
}

#gallery_presentation p {
	margin-top:1cm;
}


/*----------------------------------------*
 * **  #footer
 * **----------------------------------------*/

#footer {
	margin: 200px 0 0 221px;
	padding: 4px 0 5px 15px;
	background: transparent; 
	border-left: 1px solid #a7d9a8;
	/*
	font: 11px/140% Helvetica, Georgia, Times, "Times New Roman", serif;
	*/
}

/*----------------------------------------*
 * **  #links
 * **----------------------------------------*/

#right_part h2
{
	height: 60px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}

#right_part h3
{
	height: 60px;
}

#links 
{
	border-left: 1px solid #0151b2;
	/*
	font: 11px/130% Helvetica, Georgia, Times, "Times New Roman", serif;
	*/
	color: #999;
	background: transparent url(linksBack.jpg) no-repeat;
}

#links span.title {
	padding: 5px 60px 5px 10px;
	background: transparent url(images/rot_sky.jpg) repeat-y;
	line-height: 130%;
	font-size: larger;
	color: #FFF;
	margin: 30px 40px 0px 0px; 
	width: 118px; 
	height: 173px; 
}
div#links {
	margin-bottom: 50px;
}

#links ul 
{
	text-align: left;
	margin: 0 0 0 0;
	margin-left: 15px;
}

#links li {
	text-align: left;
	margin: 0 0 0 0;
	list-style-type: none;
	margin-top: 5px;
}


/* EXIF table */

div#exif {
	margin-top: 1cm;
}

table.exif {
	border: 2px;
	border-style: solid;
	border-spacing: 1px;
	border-collapse: collapse;
}

table.exif td.exif-name {
	border: 1px solid;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
}

table.exif td.exif-value {
	border: 1px solid;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}


