body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2em;
    padding: 0;
}

a:link {
    color: #cc0a27;
    text-decoration: none;
}
a:hover {
    text-decoration:underline;
}
a:visited {
    color: #661305;
    text-decoration: none;
}

/*
a:active {text-decoration: none; color: #661305;}
a:hover {color: #FF0000;}
*/

/* -------------------------------------------------------------------- */

#header {
    /*
      height: 2.5em;
      */
    padding: 0;
    margin: 0 1em 1em 1em;
    font-family: sans-serif;
    position: relative;
}

#header #title {
    font-size: 22px; 
    font-weight: bold; 
    color: #cc0a27;
/*
    float: left;
    position: absolute; bottom: 0;
*/
}

#header #subtitle {
    font-size: 16px;
    margin-top: 0.5em;
    color: #cc0a27;
/*
    float: left;
    position: absolute; bottom: 0; right: 0;
*/
}

/* -------------------------------------------------------------------- */

#menu {
    padding: .5em .5em .5em 3.5em;
    /*margin: 0 -2.5em 0 -2.5em;*/
    margin: 0 -2em 0 -2em;

    font-size: 11px;
    
    border-style: solid;
    border-width: 1px 0 1px 0;
    border-color: #cc0a27;

    background: #fff;
}

#menu li {
    list-style: none;
    display: inline;
    padding: .5em;
    margin: 0;
}

#menu li.selected {
    background: #cc0a27;
    color: white;
}

#menu li.disabled {
    color: #eee;
}

#menu li a {
    color: black;
    text-decoration: none; 
}

#menu li a:hover {
    color: #cc0a27;
}

/* -------------------------------------------------------------------- */

#content {
    clear: both;
    margin: 0;
    padding: 1em 1em 1em 1em;
    overflow: auto;
}

table {
    font-size: 12px;
}

h1 {
    font-size: 14px;
    margin-top: 1em;
}

/* -------------------------------------------------------------------- */

#logos {
    padding: 0.5em .5em .5em 2em;
    /*margin: 2em -2.5em 0 -2.5em;*/
    margin: 0.5em -2em 0 -2em;
    /*text-align: center;*/
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #EEE;
    text-align: center;
}

#logos table {
    margin: auto;
}

#logos img.logo {
    vertical-align: middle;
    padding: .5em;
    border-width: 0;
}

/* -------------------------------------------------------------------- */

div.keynote {
    margin-left: 2em;
}

div.talk-smalltitle {
    font-size: 11px;
    font-style: italic;
    margin: 0.5em 0 1em 0;
}

div.talk-title {
    font-size: 12px;
    font-weight: bold;
}

table.talk-abstract tr td {
    vertical-align: top;
}

img.talk-portrait {
    width: 100px;
    padding: 0 20px 10px 0;
}

img.banner {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

img.coquette {
    vertical-align: top;
    width: 16px;
}

#orateurs {
    font-size: 9px;
    margin: 0.5em 0em 2em 8em;
}

/* -------------------------------------------------------------------- */

ul.session li {
    margin: 0 0 .5em 0;
}

ol.session li {
    margin: 0 0 .5em 0;
}

p.talk-title {
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
}

p.talk-abstract {
    font-size: 10px;
    margin-right: 25%;
}