@CHARSET "ISO-8859-1";


body {
  font:       11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
  margin:     0px;
  margin-top: 0px;
  margin-bottom: 70px;
  min-width: 800px;
  min-height: 400px;
}

/* HEADER */

#header {
  height: 85px;
  text-align: left;
  background: #98bf66;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 30px;
  text-transform: capitalize;
  font: 52px Georgia, serif;
  padding-top: 25px;
}


/* CONTENT */
#content {
  margin-left: 60px;
  margin-right: 80px; 
}

#content pre {
  overflow: auto;
  max-height: 200px;
  cursor: pointer;
}

#content pre code {
  display: block;
  margin: 10px;
  padding: 4px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  font: 14px Lucida Sans Typewriter, Courier, monospace;
}


/* **********************************/
/* MENU */
/* **********************************/

#menu {
  list-style-type: none;
  position: absolute;
  right: 30px;
  top: 95px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: 35px;
}

#menu li {
  text-transform: capitalize;
  float: left;
}

#menu li a {
  display: block;
  width: 110px;
  padding-top: 9px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-image: url(http://www.labri.fr/perso/reveille/images/menu.png);
}

#menu a.active {
  color: #7F9F50;
  background-image: url(http://www.labri.fr/perso/reveille/images/menu-hover.png); 
}

#menu a:hover {
  color: #7F9F50;
  height: 30px;
  background: url(http://www.labri.fr/perso/reveille/images/menu-hover.png); 
}

/* **********************************/
/* FOOTER */

#footer {
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 10px solid #f5f5f5;
  background: #f5f5f5;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  z-index:10000;
  opacity:0.95;
  filter: alpha(opacity:90);
}

#footer p {
  float: left;
  margin: 0px;
  padding-top: 4px;
  padding-left: 35px;
}

#footer a {
  color: #888;
  padding-left: 20px;
}

#footer p.info {
  float: right;
  margin-right: 35px;
  text-transform: capitalize;
}

#footer p.counter {
  float: right;
  padding-right: 35px;
}


/* **************************************************************** */




div.module {
	font: 14px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	margin-bottom: 40px;
	margin-left: 20px;
}


div.title {
	font: 24px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	overflow: auto;
  	max-height: 200px;
 	display: block;
  	padding: 4px;
  	border: 0px;
  	background: #f5f5f5;
  	margin-left: -20px; 
	margin-bottom: 10px;
}

div.time {
	font: 18px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	overflow: auto;
  	max-height: 200px;
 	display: block;
  	padding: 4px;
  	border: 0px;
  	background: #f5f5f5;
  	margin-left: -20px; 
	margin-bottom: 10px;
}

div.time span {
	margin-left: 50px;
	font: 24px;
}

ul.talk li {
	margin-bottom: 10px;
	list-style: none;
	
}

div.module p {
	margin-top: 10px;
	text-align: justify;
}
	
ul.tab li {
	list-style: none;
	text-transform: non;e
	position: relative;
	margin-left: -30px;
}

ul li.title {
        font-size: 11pt;
	font-weight: bold;
}

ul.tab li ul {
	position: relative;
	margin-top: -5px;
	margin-left: 80px;
	margin-bottom: 20px;
	vertical-align: middle;
}

ul.fileinfo {
	position: relative;
	font: 10px;
	visibility: visible;
	list-style: none;
	overflow: auto;
	display: block;
	z-index: 10000;
	border: 1px solid #ddd;
  	background: yellow;
  	width: 350px;
  	height: 50px;
  	margin-bottom: -50px;
  	padding-left: 10px;
}


@CHARSET "ISO-8859-1";


body {
  font:       11px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
  margin:     0px;
  margin-top: 0px;
  margin-bottom: 70px;
  min-width: 800px;
  min-height: 400px;
}

/* HEADER */

#header {
  height: 85px;
  text-align: left;
  background: #98bf66;
  color: #fff;
  margin-bottom: 25px;
  padding-left: 30px;
  text-transform: capitalize;
  font: 52px Georgia, serif;
  padding-top: 25px;
}


/* CONTENT */
#content {
  margin-left: 60px;
  margin-right: 80px; 
}

#content pre {
  overflow: auto;
  max-height: 200px;
  cursor: pointer;
}

#content pre code {
  display: block;
  margin: 10px;
  padding: 4px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  font: 14px Lucida Sans Typewriter, Courier, monospace;
}


/* **********************************/
/* MENU */
/* **********************************/

#menu {
  list-style-type: none;
  position: absolute;
  right: 30px;
  top: 95px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
  margin-left: 35px;
}

#menu li {
  text-transform: capitalize;
  float: left;
}

#menu li a {
  display: block;
  width: 110px;
  padding-top: 9px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background-image: url(http://www.labri.fr/perso/reveille/images/menu.png);
}

#menu a.active {
  color: #7F9F50;
  background-image: url(http://www.labri.fr/perso/reveille/images/menu-hover.png); 
}

#menu a:hover {
  color: #7F9F50;
  height: 30px;
  background: url(http://www.labri.fr/perso/reveille/images/menu-hover.png); 
}

/* **********************************/
/* FOOTER */

#footer {
  position: fixed;
  border-top: 1px solid #ddd;
  border-bottom: 10px solid #f5f5f5;
  background: #f5f5f5;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #aaa;
  font-size: 10px;
  z-index:10000;
  opacity:0.95;
  filter: alpha(opacity:90);
}

#footer p {
  float: left;
  margin: 0px;
  padding-top: 4px;
  padding-left: 35px;
}

#footer a {
  color: #888;
  padding-left: 20px;
}

#footer p.info {
  float: right;
  margin-right: 35px;
  text-transform: capitalize;
}

#footer p.counter {
  float: right;
  padding-right: 35px;
}


/* **************************************************************** */




div.module {
	font: 14px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	margin-bottom: 40px;
	margin-left: 20px;
}


div.title {
	font: 24px Lucida Grande, Verdana, Arial, Helvetica, sans serif;
	overflow: auto;
  	max-height: 200px;
 	display: block;
  	padding: 4px;
  	border: 0px;
  	background: #f5f5f5;
  	margin-left: -20px; 
	margin-bottom: 10px;
}

div.module p {
	margin-top: 10px;
	text-align: justify;
}
	
ul.papers li {
	list-style: none;
	text-transform: non;e
	position: relative;
	margin-left: -30px;
	margin-bottom: 20px;
}

ul.papers li span {
	  font-style: italic;
}

img.photo {
  float: right;
  padding-right: 35px;
}


table.card {
   margin-top: 10px;
   margin-left: 80px;
   margin-bottom: 40px;
   vertical-align: middle;
}

table.card img.icon {
   padding-right: 10px;
}

.publi img.icon {
	border:0;
	height:16px;
	width:16px;
	margin-right:0.5em;
}


.publi dd {
       margin-top: -1.2em;
       margin-bottom: 1em;
}


.publi a {
	color:#789;
	text-decoration:none;
	font-weight:bold;
}
.publi a:hover {
	color:#567;
}

.publi .tab-right{
	margin-right:2em;
}

