/* @override 
	http://etudiant.univ-mlv.fr/~vboistua/xpdemo/styles/Xpose.css
	
*/

@import{http://www-igm.univ-mlv.fr/~dr/XPOSE2007/styles/Xpose.css}
	
/*

html {
	font-size: 90%;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Trebuchet MS, Arial, sans-serif;
	background-color: #e8e8e8;
	color: #787878;
	overflow-y: scroll;
}

body {
	margin: 0 auto; 
	text-align: justify;
	width: 95%;
	border-left: #979797 solid 1px;
	border-right: #979797 solid 1px;
	padding:0;
	min-height: 100%;
	background: white url(body_bottom.gif) repeat-x fixed center bottom;
}

acronym[title], abbr[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

q {
	quotes: "\ab\a0" "\a0\bb";
}

img {
	max-width: 100%;
	border:none;
}

img.centered {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	text-align:center;
}

object {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;	
}

#content {
	height: 100%;
	margin: 0 auto;
	padding-left: 220px;
	padding-right:10px;
	background: url(body_top.gif) repeat-x fixed center top;
	padding-bottom: 18px;

}

#content h1 {
	background:scroll 0%;
	margin-top:0px;
	padding-top: 15px;
	margin-left:0px;

	text-align: center;
	color: #af3b24;
	font-size: 40px;
}

#content h2 {
	text-align: left;
	font-size: 2em;
}

#content h3 {
	background: url(h3.gif) repeat-x;
	color: #fff;
	padding-left:10px;
	font-size: 1.2em;
}

#content h3 a {
	color: #efe;
}

#content dl{
	padding-left:20px;
}

#content dt {
	margin-top: 1em;
	font-weight: bold;
}

#content dd {
	text-decoration:none;
}

#content li {
	margin-bottom: 0.5em;
}

#content pre {
	background: #abcfc9 url(Code.png) no-repeat 0.5em 0.5em;
	padding: 1em 2ex 1em 106px;
	margin: 0;
	overflow: auto;
	-moz-border-radius: 0 2em;
	min-height: 106px;
}

#content .important {
	background:#BBA0A5 url(Important.png) no-repeat 0.5em 0.5em;
	padding: 1em 4ex 1em 106px;
	margin: 0;
	-moz-border-radius: 0 2em;
	min-height: 96px;
}

#content .important a {
	color: #900;
}

#content .important a:visited {
	color: #300;
}

#content table, #content caption {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#content table tbody td, #content table tbody th {
	background: #eef9ee;
	border: 1px solid #000;
	padding: 0.2em 2ex;
}

#content table tbody th {
	background: #ACC0AA;
	color: #fff;
}

#content table tfoot {
	font-size: 0.8em;
	text-align: center;
}

#content a{
	color: #af3b24;
	text-decoration: none;
}

#navigation {
	position: fixed !important;
	position: absolute;
	top: 60px;
	width: 200px;
	padding: 0.5em 0 80px 0;
	background: url(logo_inge2000.png) no-repeat bottom center;
	margin-left:10px;
	float: left;
}

body.scroll #navigation {
	position: absolute !important;
}

#navigation h2 {
	position: relative;
	color: red ;
	font-size: 1em;
	margin: 0;
	background: url(nav_top.gif) no-repeat;
	text-align: center;
	padding-top: 8px;
}

#navigation ul {
	padding-left : 0px;
	padding-bottom:30px;
	position:relative;
	margin: 0;
	background: url(nav_bottom.gif) center bottom;
}

#navigation li {
	display: inline;
	font-size: 0.8em;
}

#navigation li a {
	background: #e8e8e8;
	display: block;
	padding: 0;
	text-align: center;
	color: white;
	text-decoration: none;
	background: url(nav_middle.gif) repeat-y;
}
	
#navigation li a#selected{
	background: url(nav_selected.gif) repeat-y;
	color:red;
}
	
#navigation li a:hover {
  color: red;
}

#navigation ul ul {
	background: #cba;
	padding: 0.2em 1ex 0.2em 1ex;
	margin: 0;
	-moz-border-radius: 0 1em;
}

#navigation ul ul li a:hover {
	background: #dcb;
}

*/
