﻿@font-face {
    font-family: OriginExtraB;
    src: url(/colloques/201504-05-sensations-19e-siecle/fonts/Origin-ExtraBold.eot?),
	url(/colloques/201504-05-sensations-19e-siecle/fonts/Origin-ExtraBold.ttf) format('truetype'),
	url(/colloques/201504-05-sensations-19e-siecle/fonts/Origin-ExtraBold.woff) format('woff');
}

body {
	margin: 0;
	background-image: url(/colloques/201504-05-sensations-19e-siecle/img/Muensterbergs-Lab.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}

.pdf_link,
a[href$=".pdf"] {
    background: url(http://www.pheno.ulg.ac.be/img/pdf-icon.gif) center right no-repeat;
    padding-right: 18px;
}

header {
	width:100%;
	position:fixed;
	top:0px;
	margin: 0;
	padding: 5px;
	line-height: 2em;
	box-shadow: 2px 0 8px #000;
	background-color: #333;
	background: -moz-linear-gradient(top, rgba(82, 82, 82, 1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(82, 82, 82, 1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(82, 82, 82, 1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(82, 82, 82, 1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(82, 82, 82, 1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(82, 82, 82, 1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#5c5c5c',GradientType=0 ); /* IE6-9 */
	font-family: "Trebuchet MS", Arial, sans-serif;
}

header, header a {
	color: #fff4f8;
	text-decoration: none;
  	text-shadow: 1px 1px 0 #000;
}

h1 {
	width: 1001px;
	margin: 77px auto 0 auto;
	padding: 23px 15px;
	font-family: OriginExtraB, "Trebuchet MS", Arial, sans-serif;
	font-size: 2.5em;
	color: #ff3366;
  	text-shadow: 0 0 8px #000;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	border-radius: 11px 11px 0 0;
}

article {
	border-radius: 0 0 11px 11px;
}

article a {
	color: #ff3366;
	text-decoration: none;
}

article a:hover {
	text-decoration: underline;
}

article, h2, footer {
	margin: 0px auto 11px auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

article, h2 {
	width: 901px;
	padding: 19px;
	background-color: rgba(255,255,255,0.8);
	color; #000;
}

article h3 {
	margin: 0;
	padding: 17px 17px 0 17px;
	font-size: 1.5em;
	font-weight: normal;
}

article h4, article h5 {
	margin: 8px 0 0 17px;
	font-weight: normal;
}

article h5 {
	padding: 0 0 0 21px;
}

article h4 {
	display: box;
	margin: 25px 0 0 17px;
	padding: 8px 8px 8px 21px;
	background-color: rgba(255,255,255,.4);
	border-radius: 11px;
	font-size: 1.1em;
}


#prg article .room:before {
	content: "» ";
	color: #ff3366;
}

article h5 {
	font-style: italic;
	font-size: 1em;
}

article p {
  padding: 0 17px 0 17px;
}

code {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#home code {
	display: block;
	text-align: right;
	margin-top: -1em;
}

footer {
	width: 851px;
}

footer, footer a {
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px 1px #000;
}

.sup {
	font-size: 0.7em;
	vertical-align: text-top;
}

#prg article ul {
	padding-left: 17px;
	margin:0;
}

#prg article li {
	list-style-type: none;
	padding: 0;
	margin:0;
}

