body {
  background: #bce;
}

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

#contents .footnote {
	font-size: 80%;
}

#contents .footer {
/*	position: absolute;
	bottom: 0px;
	margin-bottom: -30px;*/
	text-align: right;
}

#footer p {
	text-align: right;
}

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

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

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

#contents .logoleft {
	float: left;
	height: 50px;
}

#contents .logoright {
	float: right;
	height: 50px;
}

#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: justify;
  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 talks du seminaire thesard */

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

.talk .date {
  font-size: 130%;
}

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

.talk .name {
  font-size: 130%;
  color: #c33;
}

.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: 2em;
  font-size: 90%;
}
