/* CSS Document */

	.repeat{
		background-repeat:repeat-x;
	}
	td{
		background-repeat:no-repeat;
	}
	
	.grossePhoto{
		border-right:1px solid #999; border-left:1px solid #999; border-bottom:1px solid #999;
		margin:65px 4px 0px 4px;
		height:375px; text-align:center; width:500px; 
	}
	.liens{
		text-decoration:overline; color:#999;
	}
	
	.description{
		font-size:11px;
	}

