
body {
	font-family: arial, sans-serif;
	font-size: 100%;
	background: #fff;
	color: #000;
	margin: 0px auto;
	padding: 30px;
	width: 60%;
  background-image:url("bg.png");
  background-repeat:no-repeat;
}

.haut
{
  font-size: 120%;
  color: #999999;
  padding: 10px;
}

.haut a
{
  text-decoration: none;
  color: #002bb8;
}

.haut a:hover
{
  color: #fff;
  background-color: #002bb8;
  padding:0px;
}

hr
{
  color: #68892F;
}

h1
{
  font-size: 230%;
  font-weight: bold;
  margin: 40px 0 10px 0;
  color: #68892F;
}

h2
{
  font-size: 180%;
  font-weight: bold;
  color: #68892F;
}

p
{

}

p.title
{
  font-size: 200%;
  text-align: center;
  font-weight: bold;
}

p.team
{
  font-size: 150%;
  text-align: center;
}

p.supervisor
{
  font-size: 130%;
  text-align: center;
}

p.email
{
  font-size: 120%;
  text-align: center;
}

a
{
    text-decoration: none;
    color: #002bb8;
}

a:visited { color: #002bb8; }

:root a[href ^="http://"]
{
  background: url(external.png) center right no-repeat;
  padding-right: 13px;
}

:root a[href $="pdf"]
{
  background: url(pdf.png) center right no-repeat;
  padding-right: 20px;
}

table.pictures
{
  margin-left: auto;
  margin-right: auto;
}

.pictures td
{
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

table.biblio
{

}

.biblio td
{
  font-size: 80%;
}

.biblio a
{
  text-decoration: none;
  color: #000000;
  background: none;
  padding-right: 0px;
}

.photo {
background-color: #ffffff;
float: right;
margin: 0;
    border: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background: white;
padding: 2px;
}

li.old
{
  color: #AAAAAA
}

a.old {
	border-bottom: 1px dashed brown;
	text-decoration: none;
}

a.old:hover {
	position: relative;
}

a.old span {
	display: none;
}

a.old:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	/* end formatting */
}


