@font-face{
	font-family: 'Gloria Hallelujah';
	font-style: normal;
	font-weight: 400;
	src:
		url('./fonts/sub-gloria-hallelujah.woff') format('woff');
}

body{
	background-color: #444444;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: normal;
	line-height: 120%;
}

img{
	box-shadow: 0 8px 6px -6px black;
}

iframe{
	border: 0;
}

#jquery-lightbox img{
	box-shadow: none;
}

span.section-title{
	font-weight: bold;
}

span.education-year{
	font-weight: bold;
}

span.education-graduate{
	font-style: italic;
}

span.my-name-in-paper{
	font-weight: bold;
}

span.paper-title{
	color: #444444;
}

span.proceedings-title{
	font-style: italic;
}

span.school-name{
	font-weight: bold;
}

span.course-important-name{
	font-weight: bold;
}

span.teaching-year{
	font-weight: bold;
}

#header{
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	text-align: left;
	color: #fff;
	padding: 2px 0px 1px 0px;
}

#header h1{
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 285%;
	font-weight: 800;
}

#menu_wrapper{
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
}

#main{
	background: #ffffff;
	border-top: 4px solid #B7B7B7;
	margin: 0;
	padding-top: 5px;
}

#content{
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: left;
	color: #555;
}

#content h1, #content h2, #content h3, #content strong, #content a{
	color: #444444;
}

#content h3{
	padding-top: 6px;
}

#content a{
	text-decoration: none;
	color: #d56459;
}

#content a:hover{
	color: #e97a6e;
	text-decoration: underline;
}

#content div.up{
	float: right;
}

#content div.space-under-short-intro{
	height: 120px;
}

#content div.hspace{
	height: 4px;
	border: 0;
	margin: 0;
	padding: 0;
}

#content div.hspace-before-school-logos{
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
}

#content hr{
	background: #666666;
	height: 2px;
	border: 0;
}

#content ul.authors {
	margin-top: 4px;
	margin-bottom: 10px;
}

#content li.course-item {
	margin-bottom: 20px;
}

#content li{
	margin-bottom: 4px;
}

#content li li{
	margin-bottom: 0px;
}

#content li.reduced{
	margin-bottom: -8px;
}

#content p.justified, ul.justified{
	text-align: justify;
}

#content img.pdf-icon{
	border: 0;
	height: 15px;
}

#my-photo{
	float: right;
}

#my-photo img{
	height: 250px;
	margin-top: 3px;
}

#images-lunafac{
	margin: 0 auto;
	text-align: center;
}

#images-lunafac img{
	height: 240px;
}

#image-top-research{
	margin-top: 50px;
	float: right;
}

#image-top-research img{
	height: 170px;
}

.images-rtd img{
	height: 190px;
}

.images-ray img{
	width: 245px;
}

img.logo-school{
	box-shadow: none;
	height: 60px;
	margin-right: 10px;
}

#content div.images-rtd{
	margin: 0 auto;
	text-align: center;
}

#content div.images-ray{
	margin: 0 auto;
	text-align: center;
}

#content div.images-logos-ecoles{
	margin: 0 auto;
	text-align: left;
}

#images-kan-per-pixel-lighting{
	margin: 0 auto;
	text-align: center;
}

#images-kan-per-pixel-lighting img{
	height: 330px;
}


#images-kan-rtt{
	margin: 0 auto;
	text-align: center;
}

#images-kan-rtt img{
	height: 280px;
}

#images-kan-particles{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

#images-kan-particles img{
	height: 280px;
}

#images-kan-normal-mapping-tangent-space{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

#images-kan-normal-mapping-tangent-space img{
	height: 310px;
}

#images-kan-loading-obj-file{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

#images-kan-loading-obj-file img{
	height: 310px;
}

#images-kan-shadow-map{
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

#images-kan-shadow-map img{
	height: 310px;
}

#foot{
	background: #B7B7B7;
	font-size: 85%;
	color: #fff;
}

/*  Menu and tab  */
#menu {
	position: relative;
	top: 5px;
	text-align: right;
}

#menu ul {
	list-style: none;
	margin-bottom: 1px;
}

#menu li {
	display: inline;
}

#menu li a {
	padding: 5px 6px 5px 6px;
	background: #c95247;
	color: #fff;
	font-size: 92%;
	font-weight: bolder;
	text-decoration: none;
	border-radius: 4px;
}

#menu li a:hover, #menu li a:focus {
	background: #ee5e51;
	color: #fff;
}

