BODY {
  background: #EFECE2;
  color: black;
  font-family: calibri;
  margin: 0px;
}

LI {
  list-style-image: url('/img/li.gif');
  list-style-type: none;
}

LI.ref{
  list-style-image: url('/img/li.gif');
  list-style-type: none;
  font-weight:bold;
}

TD {
  font-family: calibri;
}

INPUT {
  font-family: calibri;
}

TEXTAREA {
  font-family: calibri;
}

SUBMIT {
  font-family: calibri;
}

A {
  color: 000000;
  text-decoration:underline;
  font-weight:bold;
}

A.menu {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 12px;
}




/*  Styles pour les divs */


.header {
  position: relative;	
  width: 100%;
  height: 85px;
  margin: 0px auto;
  background: url("http://www.actistream.com/img/top_nb.jpg");
  background-color: black;
  background-repeat: no-repeat; 
}

.menu {
  background-color: 444444;
  padding:4px;
  text-align:center;
}

.box {
  font-family: calibri;
  font-variant: small-caps;
  font-size: 13px;
  font-weight:bold;
  color: #444444;
  padding:1px;
  border: 1px #999999 dotted;
  background: white;
  vertical-align: top;
}

.newsletter {
  border: 1px black solid;
}

.contentplein{
  font-family: calibri;
  padding: 10px;
}

.contenttexte{
  font-family: calibri;
  width: 910px;
  padding: 10px;
}

.side{
  font-family:  calibri;
  font-size: 12px;
  position: absolute;
  top: 13em;
  right: 3%;
  width: 22%;
}


.footer{
  font-family: calibri;
  font-size: 10px;
  visibility: default;
  text-align: center;
  float: bottom;
}




/* Styles pour les titres */


.title{
  font-family: calibri;
  font-size: 17px;
  font-weight:bold;
  font-variant: small-caps;
  visibility: default;
}
.titlepage{
  font-family: calibri;
  font-size: 20px;
  font-weight:bold;
  font-variant: small-caps;
  visibility: default;
}

.boxtitle {
  font-family: calibri;
  font-size: 17px;
  font-weight:bold;
  visibility: default;
}

.referencesdesc
  font-size: 10px;
}