/* CSS Document */

html{
} 

body
{
  height:100%;
  margin:0px;
  font-family:Arial, Helvetica, sans-serif;
}

.page
{
  position:relative;
  left:50%;
}

.image img
{
  border:none;
}

.image a img
{ 
  border-width:1px;
  border-style:solid;
}

.titre
{
  position:absolute;
  top:8px;
  left:18px;
  width:164px;
  height:15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold; 
}

.rel
{
  position:relative;
  left:0px;
  top:0px;
}

.star_full_small 	{ float: left; margin-right: 2px; background: transparent url(../images/etoiles-petites.png) no-repeat scroll -20px 0px; width: 10px; height: 12px;}
.star_empty_small 	{ float: left; margin-right: 2px; background: transparent url(../images/etoiles-petites.png) no-repeat scroll -3px 0px; width: 10px; height: 12px;}
.star_half_small 	{ float: left; background: transparent url(../images/etoiles-petites.png) no-repeat scroll -37px 0px; width: 10px; height: 12px; }

.etoiles_petites    {  width:60px; position:relative; margin-bottom:2px; margin-right: auto; margin-left: auto; left:10px; height:12px;}

.box-left 			{ font-size: 10px; text-align: left; position:absolute; left:18px;}
.box-right 			{ font-size: 10px; text-align: right; width:80px; position:absolute; left:102px; line-height:12px;}