comment { display: none }

div.abstract > p {
    margin-bottom: -0.6em;
}

div.abstract {
    font-size: smaller;
    color: #800010;
    padding-bottom: 0.4em;
}

div.abstract::before {
    margin-left: 1em;
    content: "Abstract. ";
    font-style: oblique;
    color: #001040;
}

span.button_abstract::before {
    content: "(click for abstract)";
    font-style: oblique;
    color: #800010;
}

div.title {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    color: black;
    font-style: italic;
    margin-left: .5em;
}

li.pause {
    border-top: #000000;
    border-width: 1pt;
    border-style: double;
    margin-top: 0.4em;
    margin-bottom: 0.6em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    background-color: lightgray;
    color: black;
    font-style: italic;
    list-style-type: none;
}

/*
  ajoute [slides] après le titre s'il contient:
  <a href="slides-..."></a> ou <a href="http..."></a>
*/
div.title > a[href^="slides-"]::after,
div.title > a[href^="http"]::after {
    padding-left: 0.4em;
    content: "[slides]";
    font-style: normal;
    color: #C07000;
}

button{
    font-weight: bold;
    font-size: 1.8em;
    color: #0000A0;
}

button:hover{
    background-color: #f8f8f8;
    color: black;
}

.author {
    color: #001080;
}

.time {
    font-weight: bold;
}

.info {
    color: black;
}

.photo {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

li.none{
    list-style-type: none;
    padding-bottom: 1em;
}

body {
    background-color: #001060;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#001060), color-stop(50%, #000830), to(#001060));
    font-size: 10px;
    font-family: Verdana, Arial, Sans-Serif;
    padding: 0;
    margin: 0;
}

a {
    position: relative;
}
  
a:link, a:visited {
    text-decoration: none;
    color: #456487;
} 

a:hover {
    text-decoration: underline;
    color: #00294B;
}

#page, #pageindex {
    background-color: #fdfdfd;
    color: #3F3F3F;
    width: 800px;
    margin-bottom: 1em;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border-top:    1px solid #000000;
    border-left:   1px solid #000000;
    border-right:  1px solid #000000;
    border-bottom: 1px solid #000000;
}

#pageindex {
    width: 95%;
    border: 0;
    border-radius: 0;
}

h1 {
    text-align: center;
}

#content {
    padding: 0;
    margin-top: 3em;
    margin-left: 3em;
    margin-right: 3em;
    padding-bottom: 3em;
    width: auto;
    font-size: 9pt;
}

#content p,
#content pre,
#content td,
#content ul,
#content ol {
    font-size: 1.3em;
}

#content table {
    border: 0;
}

#table-partenaires ul {
    margin-top: 2px;
    font-size: 1em;
}

#content h1 {
    font-size: 2em;
    text-align: center;
}

#content h2 {
    font-size: 1.6em;
}

#content h3 {
    font-size: 1.3em;
}

div#content { 
    min-height: 35em;
}

#suptitle p,
#suptitle ul,
#suptitle ol {
    font-size: 1.1em;
    padding: 0.4em 0;
}

#suptitle p {
    float: left;
    padding-left: 1em;
}

#suptitle h1 {
    float: center;
    padding-left: 1em;
    text-align: center;
}

#suptitle ul,
#suptitle ol {
    text-align: right;
    padding-right: 1em;
}

#suptitle ul li,
#suptitle ol li {
    display: inline;
    margin-left: 1em;
}

#footer {
    clear: both;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    text-align: center;
}

#footer a {
    margin: 1em;
}

#footer a:link,
#footer a:visited {
    color: #777;
    text-decoration: none;
}

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

.clear {
    clear: both;
}

/*
	iPhone
*/

@media screen and (max-device-width: 480px){
    body{
	background-color: #000000;
	-webkit-text-size-adjust: none;
 	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 5px;
    }
}
