#logo {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border: none;
    width: 250px;
    height: 61px;
}

pre {
    padding: 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: inset 2px 2px 1px #BBD;
    background: #f0f0ff;
    font-size: 120%;
}

.long-title section {
    margin-top: 150px;
}

div.slide p.licence {
    font-size: 100%;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.final li {
    list-style-type: none;
	font-size: 30px;
}

.final ul {
    margin-top: 5em;
}

a {
    border-bottom: none;
	padding-bottom: 2px;
	color: #6f3f3f;
}

a:hover {
    border-bottom: 2px solid #6F3F3F;
	padding-bottom: 0;
}

video.example {
    position: absolute;
    top: 85px;
    right: 30px;
    max-width: 500px;
}


h1 strong {
    color: red;
}

li, div.slide li p {
    font-size: 35px;
} 

div.slide li p {
    padding: 0;
	margin: 0;
} 

h3 {
    font-size: 40px;
    font-weight: bold;
}


.title-page .bg img {
    position: absolute;
    top: 0;
    left: 0;
}

.title-page .inner header {
    width: 840px;
    height: 150px;
    margin: 0;
    padding: 0;
}

.title-page h1 {
    position: absolute;
    top : 130px;
    right: 0px;
    width: 500px;
    z-index: 10;
    text-align: right;
}

.slide.title-page {
    background: url(../images/cdt-rmll.jpg) no-repeat, -webkit-gradient(linear, left bottom, left top, from(#BBD), to(white)) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, -moz-linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, -o-linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, -ms-linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
    background: url(../images/cdt-rmll.jpg) no-repeat, linear-gradient(center bottom , #BBBBDD, #FFFFFF) ;
}

.hidden {
    display: none;
}
