/* Styles CSS pour le média "Screen" */

html {
    background: #1D71DC url('../images/pictos.png') top left no-repeat;
}

body {
    color: #fff;
    font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
}

#content {
    float: left;
    clear: both;
    width: 100%;
}

h1 {
    clear: both;
    font-size: 120%;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

h1.title {
    padding-top: 200px;
    font-size: 200%;
    text-align: center;
    background: url('../images/podcast.png') top center no-repeat;
}

h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1.5em;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

p {
    clear: both;
    margin-bottom: 1.5em;
    font-size: 90%;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

p.subtitle {
    text-align: center;
}

p.exergue {
    text-align: center;
    font-size: 130%;
}

p.annonce {
    padding-left: 20px;
    background: url("../images/icons/fleche.png") left 0.2em no-repeat;
}

span.auteur {
    font-size: 80%;
}

span.discret {
    font-size: 80%;
    color: #fff;
}

ul, ol {
    clear: both;
    margin: 0 0 1.5em 1em;
}

ul li {
    list-style-type: disc;
    font-size: 90%;
    line-height: 1.4em;
    letter-spacing: 0.1em;
}

strong {
    font-weight: bold;
}

a:link,
a:visited {
    font-weight: bold;
    color: #a4c6f0;
    text-decoration: underline;
}

a:active,
a:hover {
    color: #fff;
    text-decoration: underline;
}

a.movie {
    padding-left: 20px;
    background: url("../images/icons/film2.png") top left no-repeat;
}

a.rss {
    padding-left: 20px;
    background: url("../images/icons/rss.png") top left no-repeat;
}

hr {
    height: 1px;
    background-color: #a4c6f0;
    border: none;
}

ul#medias {
    width: 40em;
    margin: 0 auto;
    padding: 2em 0;
}

ul#medias li {
    font-size: 130%;
    float: left;
    list-style: none;
    width: 10em;
    margin: 0;
    border-right: 1px #FFF solid;
    text-align: center;
}


ul#medias li.last {
    border-right: none;
}


#recents_podcasts {
    width: 50em;
    margin: 0 auto;
}

#footer {
    float: left;
    margin-top: 1em;
    width: 100%;
}

#footer #logo_unil {
    display: block;
    float: left;
    margin: 1em 0 2em 2em;
    width: 153px;
    height: 60px;
    background: url('../images/logo_unil_footer.png') bottom left no-repeat;
}

#footer #savoir_vivant {
    display: block;
    float: right;
    margin: 1em 2em 2em 0;
    width: 114px;
    height: 60px;
    background: url('../images/le_savoir_vivant.png') bottom right no-repeat;
}

#footer #logo_unil span,
#footer #savoir_vivant span {
    display: none;
}
