/* MLP Design (http://www.mlpdesign.tk) */

body
{
	background: #fff url(../img/Dessin1.jpg) no-repeat 0px 0px;
	font-family: "Trebuchet MS";
	color: #696969;
	font-size: 10pt;
}
 
h1
{
	font-size: 14pt;
	font-weight: bold;
	background: inherit;
	color: Maroon;
	letter-spacing: 2px;
	padding-top: 0px;
}
  
h2
{ font-size:9pt;
  font-weight:bold;}
  
h3
{
	font-size: 14pt;
	font-weight: bold;
	color: #FF8000;
	letter-spacing: 0.5em;
}
  
strong
{ background:inherit;
  color:#c63;}
  
a:link, a:visited, a:active
{
	background-color: inherit;
	text-decoration: none;
	color: #696969;
}
a:hover
{ background-color: inherit; text-decoration: underline; color:#c63;}

#supbar a{
	background-color: inherit;
	text-decoration: none;
	color: #666;
}

#supbar a:visited{
	background-color: inherit;
	text-decoration: none;
	color: #666;
}

#supbar a:active{
	background-color: inherit;
	text-decoration: none;
	color: #666;
}

#supbar a:hover{
	background-color: inherit;
	text-decoration: underline;
	color: #008040;
}

ul 
{
	list-style: none;
	margin-left: 10px;
	padding: 1px;
}

li
{
	padding: 0 0 8px 15px;
	list-style-image: url(../images/arw.gif);
}

#header
{
	width: 100%;
	height: 50px;
	padding-right: 10px;
}
  
#main
{
	width: 100%;
	clear: both;
}

#content
{
	width: 78%;
	padding: 5px 10px 5px 5px;
	color: #696969;
	text-align: justify;
	margin: 5px 15px;
	float: right;
	height: auto;
}
  #content2 {
	width: 60%;
	float: left;
	padding: 5px 5px 5px 5px;
	color: #696969;
	margin: 5px;
}

#sidebar
{
	width: 15%;
	height: auto;
	float: left;
	padding: 5px;
	font-size: 80%;
	text-align: justify;
	font-family: "Trebuchet MS";
	margin-left: 5px;
}

#sidebarright {
	width: 15%;
	height: auto;
	float: right;
	padding: 5px;
	font-size: 100%;
	text-align: justify;
	margin-right: 10px;
}

#sidebar a
{ display: block;
  padding:10px 5px;
  border-bottom:#c63 1px dashed;
  text-align:center;}
  
#sidebar a:hover
{
	background-color: #fec;
	color: #963;
	text-decoration: none;
	font-weight: bolder;
	border-left: 5px solid Green;
}
#sidebarright a {
	display: block;
  padding:10px 5px;
  border-bottom:#c63 1px dashed;
  text-align:center;
}
#sidebarright a:hover {
	background-color: #fec;
	color: #963;
	text-decoration: none;
	font-weight: bolder;
	border-right-color: Green;
	border-right-style: solid;
	border-right-width: 5px;
}

#footer
{
	width: 98%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding: 10px;
	font-size: 80%;
	border-top: #c63 1px solid;
	text-align: center;
	clear: both;
}  

.header
{
	float: right;
	text-align: right;
	padding: 30px 15px 10px 0;
}  
  
.footer 
{ height:1px;
  clear:both; }

.topside
{
	padding-bottom: 10px;
	border-bottom: #c63 2px solid;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 10pt;
}
  
.inset
{ float:right;
  width:200px;
  padding:10px;
  border:#c63 1px solid;
  margin:5px 0 0 5px;
  background:#fec;
  color:inherit;
  font-size:85%;}
  
 div#InfoLine {
	background-color: Green;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	font-weight: bolder;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 10px;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}