* {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
	background: #fff;
}
body h1 {
	display: none;
}
body #container {
	width: 600px;
	margin: 0px auto;
}
#container #top {
	display: none;
}
#container #mainmenu {
	display: none;
}
#container #root {
	display: none;
}
#container #right {
	display: none;
}
#container #content {
	padding: 0px;
}
#container #foot {
	display: none;
}
/***top***/
#top ul {
	list-style-type: none;
	height: 25px;
	padding: 12px 230px 0px 0px;
	margin: 0px;
}
#top li {
	display: inline;
	color: #09c;
}
#top li.tsp {
	background: transparent url(../i/tsp.gif) no-repeat center;
	padding: 0px 5px 0px 5px;
}
#top li a {
	color: #09c;
	text-decoration: none;
}
#top form {
	position: absolute;
	top: 7px;
	right: 12px;
	display: block;
	width: 225px;
}
#top form fieldset {
	display: inline;
	border: none;
	color: #09c;
}
#top #ssrc {
	float: left;
	background: transparent none;
	border: none;
	width: 173px;
	height: 17px;
	color: #666;
	padding: 4px;
}
#top #ssb {
	background: transparent none;
	border: none;
	width: 28px;
	height: 25px;
	color: #fff; 
	cursor: pointer;
}
/***main menu***/
#mainmenu ul {
	list-style-type: none;
	float: right;
	padding: 15px 25px 0px 0px; 
}
#mainmenu li {
	padding-bottom: 9px;
	text-align: right;
}
#mainmenu a {
	font-family: "Times New Roman", Times, serif;
	color: #666;
	text-decoration: none;
	font-size: 15pt;
}
/*** root ***/
#root ul {
	list-style-type: none;
	font-size: 8pt;
	padding: 37px 280px 0px 15px;
	margin: 0px;
}
#root li {
	display: inline;
	color: #333;
}
#root a {
	color: #09c;
	font-weight: bold;
	text-decoration: none;
}
#root span {
	color: #999;
}
/*** right ***/
#right a.btn {
	display: block;
	width: 234px;
	height: 30px;
	background: transparent url(../i/sbtn.jpg) no-repeat left;
	margin-left: 3px;
	padding: 15px 15px 0px 15px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#right a.sbtn {
	display: block;
	width: 234px;
	height: 30px;
	background: transparent url(../i/ssbtn.jpg) no-repeat left;
	margin-left: 3px;
	padding: 15px 15px 0px 15px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
/*** foot ***/
#foot p {
	float: left;
	color: #09c;
	font-size: 12pt;
	font-weight: bold;
	line-height: 30px;
	padding: 7px 0px 0px 25px;
}
#foot #iits {
	float: right;
	color: #666;
	text-decoration: none;
	padding: 25px 25px 0px 0px;
}
#iits acronym {
	color: #f90;
	font-weight: bold;
}
#foot ul {
	list-style-type: none;
	padding: 67px 0px 0px 230px;
	margin: 0px;
}
#foot li {
	display: inline;
	font-size: 8pt;
	color: #666;
}
#foot #xhtml {
	padding: 0px 12px 0px 10px;
}
#foot #css {
	padding: 0px 12px 0px 20px;
}
#foot #php {
	padding: 0px 12px 0px 12px;
}
#foot #ml {
	padding: 0px 12px 0px 2px;
}
#foot a {
	color: #666;
	text-decoration: none;
}
#content p.artDesc {
	background: #eee url(../i/bda.jpg) repeat-y left;
	border: 1px solid #ccc;
	padding: 10px 197px 17px 10px;
	color: #666;
	font-size: 9pt;
	text-align: justify;
}
#content a.artPrint {
	margin: 1px;
	display: block;
	width: 150px;
	height: 30px;
	float: right;
	color: #e7931f;
	font-weight: bold;
	padding: 10px 0px 0px 37px;
	background: transparent url(../i/print.jpg) no-repeat left;
}
/***lexique***/
a.info
{
   position: relative; 
   border-bottom: 1px dashed #96cd00;
	cursor: help;
	z-index: 24; 
	color: #333;
	text-decoration: none;
}
a.info:hover
{
	z-index: 25;
	background-color: #fff;
}
a.info acronym
{
	display: none;
}
a.info:hover acronym
{
	display: block;
	position: absolute;
	top: 2em;
	left: 0em;
	width: 300px;
	padding: 10px;
	background-color: #fff;
	border: 3px solid #ccc;
	color: #333;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
}
