body
{
  margin-left           : 130px;
  background-image      : url(/people/Xavier.Decoret/images/borders/C++.gif);
  background-repeat     : repeat-y;
  background-position   : top left;
  text-align            : justify;
}
pre {
  background-color: inherit;
  margin : 0px;
  font-size : inherit;
  border : none;
}

body {
  width : 800px;
}

div.centeredimg {
  text-align: center;
}
div.centeredimg img {
  margin-left: auto;
  margin-right: auto;
}

div.mention {
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #FFFF99;
  border: solid 2px yellow;
}

table td {
  vertical-align: top;
}
div.quotation
{
  margin-left: 20px;
  padding: 5px;
  border: 1px solid #990066;
  background-color:  #F1C0FF;
}
div.floatingright  {
  float : right;
  margin-left: 10px;
  margin-right: 0px;
}
div.cpp {
		margin-bottom:5px;
}

