body {
  background: #b;
}

#contents {
  width: 85%;
  margin: 2em auto;
  background: #fff;
  border: 2px solid #9ad;
  padding: 0 5% 5em 5%;
  /*text-align: center;*/
}

#backtohome {
  text-align: left;
  margin : 2em 0 0 -2em;
}

#contents .pushleft {
  text-align: left;
}

#contents .pagetitle {
  text-align: center;
  color: #569;
  margin-top: -5px;
  margin-bottom: 2em;
  font-size: 240%;
  font-weight: bold;
}

#contents .pagetitlehome {
  text-align: center;
  color: #569;
  margin-top: 45px;
  margin-bottom: 1.5em;
  font-size: 240%;
  font-weight: bold;
}

#contents .photo {
  float : right;
  margin-right : 3em;
  margin-top : 5px;
}

#contents h1 {
  color: #569;
  margin-top: 1em;
  margin-bottom: 2em;
}

#contents h2 {
  margin-top: 1.5em;
  color: #999;
}

#contents p {
  /*margin-left: 1em;*/
  text-align: left;
  color: #222;
}

#contents .nocolor {
  color: #222;
}

#contents li {
    text-align:left;
    color: #569;
    list-style-type: square;
}

#contents a {
    color:#78b;
    font-size:90%;
    text-decoration:none;
    font-weight:bold;
}

#contents a:link {color:#78b;}
#contents a:visited {color:#78b;}
#contents a:hover {
    color:#458;
    /*background-color: #eee;*/
    text-decoration: underline;
}

/* Le menu */

#menubox {
  text-align: right;
  border-bottom: 2px solid #569; /* #9ad; */
  margin: 2px 0 20px 0;
}

#menu {
  margin: 5px 0 0 0;
  padding: 0 20px 2px 0;
}

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

#menu a:link, #menu a:visited {
    /* float: left; */
    font-size: 90%;
    line-height: 14px;
    font-weight: bold;
    margin: 0 4px 4px 4px;
    text-decoration: none;
    color: #66c;
}

#menu li.active a:link, #menu li.active a:visited, #menu a:hover {
    /*border-bottom: 4px solid #00a;
    padding-bottom: 2px; */
    color: #228;
}

#menu li.sep {
  margin: 0;
  padding: 0;
}

/*
#menu a:hover {
    color: #00a;
}*/


/* Pour les seminaire futures*/

.talk {
  margin: 1em 3em;
  border: 1px solid #aaa;
  background-color: #eee;
  padding: 1em;
  text-align: left;
}

.talk #date {
  font-size: 120%;
}


.talk #hourplace {
  font-size: 100%;
}


.talk #title {
  font-size: 110%;
  font-weight: bold;
}

.talk #name {
  font-size: 120%;
  color: #a00;
}

.talk #slides {
}

.talk #name a {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #800;
}

.talk #name a:hover {
  font-size: 100%;
  text-decoration: none;
  color: #d55;
}

.talk #abstract {
  color: #333;
  margin-top: 1em;
  font-size: 90%;
}




/* Pour les seminaire passés*/

.talkp {
  margin: 1em 3em;
  border: 1px solid #qqq;
  background-color: #aaa;
  padding: 1em;
  text-align: left;
}

.talkp #date {
  font-size: 120%;
}


.talkp #hourplace {
  font-size: 100%;
}


.talkp #title {
  font-size: 110%;
  font-weight: bold;
}

.talkp #name {
  font-size: 120%;
  color: #a00;
}

.talkp #slides {
}

.talkp #name a {
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #800;
}

.talkp #name a:hover {
  font-size: 100%;
  text-decoration: none;
  color: #d55;
}

.talkp #abstract {
  color: #333;
  margin-top: 1em;
  font-size: 90%;
}

