@font-face { font-family: "TallFilm"; src: url("TallFilm.ttf"); }
* {	margin: 0px; padding: 0px; font-weight: normal; }
div, header, footer, nav, section, article { position: relative; }
html {
}
body {
	font-family: TallFilm, Helvetica, Arial;
	font-size: 28px;
	color: #333333;
}
a:link, a:visited {
	color: #222222;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:hover {
	color: #cc4e1b;
}
.part {
	min-height: 200px;
	padding: 50px;
	border-top: solid 20px #2b2b2b;
}


header.part {
	border-top: none;
	background-color: #cc4e1b;
	background-image: url("ld-320.jpg");
	background-position: left top;
	background-repeat:no-repeat;
	height: 220px;
}
header h1 {
	margin: 160px 0px 0px 200px;
	font-size: 4em;
}
header a:hover {
	color: white;
}
#humeursLink {
	background-color: #FFFFFF;
	background-image: url("pluie-froid.jpg");
	background-position: right bottom;
	background-repeat:no-repeat;
	height: 320px;
}
#humeursLink h1 { display: inline; }
#humeursLink a {
	font-size: 2.7em;
}
#enseignement {
	background-color: #865745;
	background-image: url("amodon.jpg");
	background-position: left top;
	background-repeat:no-repeat;
	padding-left: 480px;
	color: white;
}
#enseignement li {
	list-style-type: none;
}
#enseignement a { color: white; }
#enseignement a:hover { color: #f0733d; }

#research {
	background-color: #f0733d;
}
#research li {
	list-style-type: none;
	display: inline-block;
	margin: 10px 10px 10px 0px;
	padding: 20px;
	background-color: rgba(0,0,0,0.2);
	color: white;
}
#toth {
	background-color: #2b2b2b;
	background-image: url("toth.png");
	background-position: 500px top;
	background-repeat:no-repeat;
	color: #CCCCCC;
	height: 300px;
}
#toth a { color: #f0733d;}
#toth a:hover { color: white; }
#contact {
	
}
#contact li {
	list-style-type: none;
}
footer {
	background-color: #c64c1b
}
#licence h1 { display: none; }


@media all and (min-width: 900px) {
}
@media all and (max-width: 900px) {
}
@media all and (max-width: 480px) {
	
}



@media all and (orientation:landscape) {
}

@media all and (orientation: portrait)  {
}


/*----------------------*/
#navigator {
	position: fixed;
	top: 00px;
	right: 0px;
	width: 120px;
	background-color: #2b2b2b;
	transition: background-color 0.3s ease,
				border 0.3s ease;
	cursor: crosshair;
}
#navigator:hover { 
}
#navigator ul {
	width: 0px;
	margin: 20px;
}
#navigator li {
	position: relative;
	list-style-type: none;
	background-color: #865745;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	display: block;
	margin: 20px 20px 20px -5px; 
	transition: background-color 0.2s ease;
}
#navigator li:first-child {
	margin-top: 0px;
}
#navigator li:last-child {
	margin-bottom: 0px;
}
#navigator:hover li { 
	background-color: rgba(0,0,0,0.7);
}
#navigator:hover li:hover { 
	background-color: white;
}
#navigator li.visibleInPage {
	background-color: white;
}
#navigator .title {
	width: 100px;
	position: absolute;
	top: -8px;
	left: 15px;
	font-size: 0.8em;
	color: #865745;
}
#navigator li.visibleInPage .title {
	color: white;
}


.topButton {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 20pt;
	font-family: Courier new;
	height: 34px;
	width: 35px;
	border-radius: 25px;
	padding: 1px 0px 0px 0px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	background-color: rgba(255,255,255,0.1);
	border: solid 2px rgba(180,180,180, 0.5);
	color: rgba(100,100,100, 0.4);
	transition: background-color 0.2s ease;
}
.topButton:hover {
	background-color: rgba(204,78,27,0.5);
}




/*--------------------------------------------RESPONSIVE---------*/


@media screen and (max-width: 850px) {
	#humeursLink {
		background-image: url("pluie-froid-small.jpg");
	}
}
@media screen and (max-width: 640px) {
	header h1 {
		position: absolute;
		margin: 0px;
		top: 100px;
		left: 140px;
		transform:rotate(-90deg);
		font-size: 3.5em;
	}
	#navigator { display: none; }
}
@media screen and (max-width: 500px) {
	header h1 {
		position: absolute;
		margin: 0px;
		top: 140px;
		left: 145px;
		transform:rotate(-90deg);
		font-size: 2.7em;
	}
}
