/*** style2.css ***/


html
{ 
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
 }

body
{
  background-color: white;
  background-image: none;
  color: gray;
  font-family: Tahoma, Arial, Helvetica, sans-serif, sans;/** narrow sans-serif stack **/
  margin: 0;
  padding: 0;
  text-align: center;
  }

.topblock
{
  padding: 0;
  margin-left: 20%;
  width: 60%;
  min-width: 10em;
}

/* links */
a 
{
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #FF9933; /*orange*/
  }
a.out
{ 
  border-bottom: 1px solid #FFCC66;
 }
a:visited
{ 
  border-bottom: 1px dotted inherit;
 }
a:hover 
{
  color: white;
  background-color: gray;
  border-bottom: 1px solid red;
  }

/* head */
#main 
{
  margin-top: 7%; 
}
#head 
{
  float: left;
  text-align: left;
  vertical-align: top;
  color: silver;
}
#head:hover
{
  color: gray;
}
#head * 
{
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  }
#head a:hover
{
  color: red;
  }

/* right menu */
.menu 
{
  text-align: right;
  float: right;
}
.menu ul 
{
  list-style-type: none;
}
.menu li 
{
  margin-bottom: 1ex;
  }
.menu a 
{
  text-decoration: none;
  border: 0;
  border-bottom: 1px dotted;
  color: inherit;
  font-size: 120%;
}
.menu a:hover 
{
  border-bottom: 1px solid red;
  color:black;
}

/* News box */
div#actu
{ 
  float: right;
  font-size: smaller;
  width: 25%;
  text-align: left;
  border-left: 1px dotted;
  border-bottom: 1px dotted;
  margin-left: 3em;
  padding-left: 1em;
 }
div#actu:hover
{ 
  color: black;
  border-left: 1px solid;
  border-bottom: 2px solid;
 }
div#actu dt
{ 
  font-weight: bolder;
  border-bottom: 1px dotted;
 }
div#actu dd
{ 
  text-align: right;
 }
.cancelled,
.cancelled + dd
{ 
  text-decoration: line-through;
  font-weight: lighter;
  font-size: 90%;
 }

/* Footer */
#footer 
{
  font-size: smaller;
  margin-top: 2ex;
  border-top: 1px dotted;
  letter-spacing: 0.3em;
  padding-bottom: 2ex;
}
#footer:hover 
{
  color:black;
  border-top: 1px solid;
}

#content 
{
  padding-top: 5ex;
  text-align: left;
  padding-left: 5em;
  font-family: serif;
  line-height: 2.5ex;
}
#content:hover
{ 
  color: black;
 }

/* misc classes */
img.tinylogo
{ 
  border:  0;
  height:  16px;
  margin:  0;
  padding: 0;
 }
a.noshow
{
  text-decoration: none;
  border: 0; 
  color: inherit;
  }
.clear 
{
  clear: both;
  visibility: hidden;
  display: block;
  }
.invisible
{ 
  display: none;
 }
p.important
{ 
  text-align: center;
  font-weight: bolder;
  font-size: 200%;
  font-variant: small-caps;
  line-height: 2.5ex;
  margin-top: 3ex;
 }
/*** style2.css ends here ***/
