/*
 * Styles sheet used for AE web site on display screen
 *
 * Copyright (C) 2004-2009 Bruno Beaufils <bruno.beaufils@lifl.fr>
 */

/*****************************************************************************
 *
 * General styles
 *
 ****************************************************************************/
html {
  padding:0;
  margin:0;
}
body { 
  background-color:white;
  margin:0;
  padding:0;
  font-size:16px;
}
a:link, a:active, a:visited {
  color:blue;
  text-decoration:none;
}
a:hover {
  background-color:silver; 
  color:blue;
  text-decoration:none;
}

/*****************************************************************************
 *
 * Elements of page layout
 *
 ****************************************************************************/

/*
 * Title *********************************************************************
 */
#title {
  font-family:georgia, times, "times new roman", serif;
  font-size:2em;
  margin:0;
  padding: .3em 0 .3em .5em;
  text-align:center;
  background:#333;
  color:white;
}
#title-name {
  width:50%;
  margin:0 25% 0 25%;
  padding:0;
}
#title-name a {
  color:white;
}
#title-location { 
  width:50%;
  margin:0 25% 0 25%;
  padding:0;
  font-family:sans-serif;
  font-weight:normal;
  font-size:10px;
  letter-spacing:.5em;
}

/*
 * Menu **********************************************************************
 */
#menu { 
  float:left;
  left:0;
  width:192px;
  margin:16px 0 0 0;
  padding:0 0 0 3px;
  font-family:georgia, times, "times new roman", serif;
  text-align:right;
  list-style-type:none;
}
#menu-first { 
  border-top:1px solid gray;
}
#menu li {
  border-bottom:1px solid gray;
}
#menu a { 
  display:block;
  padding:3px;
}
#menu a:hover { 
  background:silver;
}

/*
 * Logos *********************************************************************
 */
#logos { 
  float:right;
  right:0;
  width:90px;
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
  line-height:10px;
}
#logos a { 
  display:block;
}
#logos a,
#logos img { 
  background-color:transparent;
  border:0px;
}
#logo-ustl { width:65px; }
#logo-cnrs { width:50px; }
#logo-lifl { width:60px; }
#logo-claree { width:90px; }
#logo-essa { width:80px; }

/*
 * Content *******************************************************************
 */
#content { 
  margin:0 10%;
  padding:0 1em;
  font-family:sans-serif;
  font-size:.8em;
}
#content h1 { 
  font-family:georgia, times, "times new roman", serif;
  font-size:1.7em;
  padding:0;
  margin:.5em 0;
  text-align:center;
  border-bottom:1px solid gray;
}
#content h2 { 
  font-family:georgia, times, "times new roman", serif;
  font-size:1.5em;
}

/*
 * Footer ********************************************************************
 */
#footer { 
  clear:both;
  padding:2em 1em 1em 1em;
  font-family:sans-serif;
  font-size:.5em;
  font-style:italic;
  text-align:right;
  color:black;
}
/*****************************************************************************
 *
 * Styles for some particuliar page
 *
 ****************************************************************************/

/*
 * Home  *********************************************************************
 */
div.lnems {
  text-align:center;
}
div.lnems a {
/*  float: left;*/
  margin: .5em;
  display: inline;
  background: transparent;
}
div.lnems a img {
  border:0;
}

.ad { 
  color:red;
}
/*
 * Schedule ******************************************************************
 */
#schedule {
  width:100%;
}

#schedule th { 
  padding:1em;
  vertical-align:top;
  text-align:right;
}

#schedule td { 
  padding:1em;
  vertical-align:top;
  text-align:left;
}

#schedule .passe { 
  color: silver;
}

pre { 
  border:1px dotted black;
  font-size:1em;
  padding:.5em;
  background:silver;
}

/*
 * Invited Speakers **********************************************************
 */
div.is-picture { 
  float:left;
  left:0;
  width:100px;
  padding:0;
  margin:0 16px 0 0;
}
div.is-picture a {
  display:block;
}
div.is-picture a,
div.is-picture img {
  background-color:transparent;
  border:0;
}
div.is-people {
  margin:0 0 0 116px;
  padding:0;
}
div.is-people ul { 
  padding:0;
  margin:0;
  list-style-type:none;
}
div.is-people p { 
  padding:0;
  font-family:georgia, times, "times new roman", serif;
  text-align:center;
  font-weight:bold;
}
div.is-people blockquote { 
  padding:0;
  font-style:italic;
  text-align:justify;
}
div.is-people em { 
  font-style:normal;
}

/*
 * Registration **************************************************************
 */
#iban th { 
  text-align: right;
  text-decoration: underline;
  padding: .25em;
}
#iban td { 
  text-align: left;
  padding: .25em;
}

/*
 * Accepted papers ***********************************************************
 */
.list-title {
  color: #333;
  font-style: italic;
  font-weight: bold;
}

/*
 * Programme  ****************************************************************
 */
h2.day { 
  color: white;
  background: #333;
  text-align: center;
  padding: .2em;
}
.title-halfday { 
  width: 40%;
  color: white;
  background: red;
  text-align: center;
}
table.schedule {
  margin: .2em auto .2em auto;
  font-size: 90%;
  text-align: left;
}
table.schedule td { 
  vertical-align: top;
}
table.schedule a { 
  text-decoration: none;
}
table.schedule blockquote p, .articles {
  font-style: italic;
}
.authors { 
  font-weight: bold;
}

/*
 * Accomodations *************************************************************
 */
#iae-batiment {
  float: right;
  margin: .5em;
}
#treille {
  float: right;
  margin: .5em;
}
#coming p { 
  margin-top: 0;
  margin-bottom: 0;
}
#coming li li{ 
  margin-bottom: 1em;
}
#coming li li{ 
  margin-bottom: 0;
}

/*
 * Photos ********************************************************************
 */
.photos { 
  text-align: center;
}
.photos a { 
  background: transparent;
}
/* End */

