/*
** makesite.css for makesite in
**
** Made by Julien « Éole » Avarre
** contact at <eole@croot.net>
*/

body {
  background-attachment: fixed;
  text-align:           left;
  background-color:	white;
}

#menu
{

}


h1
{
  color:                black;
}

h1.main
{
  color:                black;
  text-align:		left;
  margin-left:		2em;
}

h2
{
  color:                black
}

smaller.version
{
  color:                #EE5C42; /* tomato2; */
  font-weight:          bold
  }

a:link
{
  color:                black;
  text-decoration:      none
  }

a:visited
{
  color:                darkgray;
  text-decoration:      none
  }

a:hover
{
  color:                #3A5FCD; /* royalblue3; */
  text-decoration:      underline
}

a:active {
  color: red;
  background-color: #FDF6CB
}

b
{
  color:                #CD5555; /* IndianRed3; */
}

tt
{
  border-style:         dotted;
  border-color:         gray;
  background:           white;
  padding-left:         0.5cm;
  padding-right:        0.5cm ;
  padding-top:          0.1cm;
  padding-bottom:       0.1cm;
/*   font-family:          courier */
  }

pre
{
  border-style:         dotted;
  border-color:         gray;
  background:           white;
/*  margin-left:         1cm; */
  margin-right:         10%;
  padding-left:         1cm;
  padding-top:          1cm;
  padding-bottom:       1cm;
/*   font-family:          courier */
  }
p
{
  color:		gray;
  font-style:		italic;
  margin-top:		1em;
  margin-left:		2em;
}

table.menu
{
  text-align:           center;
}

table.info
{
  margin-left:          30%;
  color:                gray;
  padding-bottom:       0.2cm;
}

td.info
{
  color:                gray
}

td.menu
{
  text-align:           center;
  padding-bottom:       0.2cm;
}

div.copyright
{
  margin-top:     	5em;
  padding-top:    	.5em;
  font-size:      	xx-small;
  max-width:      	85ex;
  text-align:     	center;
  text-transform: 	uppercase;
  margin-left:    	auto;
  margin-right:   	auto;
  font-family:    	monospace;
  color:          	#888;
  line-height:    	120%;
}

div.copyright a {
  color:		#88f;
  text-decoration:	none;
}

div.copyright a:hover {
  color:		#88f;
  text-decoration:	none;
  background-color:	#eee;
}

#navbar  {
/*  min-width: 63em; */
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 1.5em;
  background-color: #eee;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#navbar li {
  display: inline;
  padding: 0;
  margin: 0;
}

#navbar li a:link, #navbar li a:visited {
  text-decoration: none;
  text-align: center;
  float: left;
  display: block;
  width: 15em;
  padding: 3px 0px;
  margin: 0;
  background-color: #eee;
  color: #053188;
  font-size: smaller;
  /* font-variant: small-caps; */
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #ddd;
}

#navbar li a#selected:link, #navbar li a#selected:visited {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#navbar li a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#navbar li a:active {
  background-color: #fff;
  color: #053188;
  border-right: solid 1px #ddd;
}

