@charset "utf-8";
/* CSS Document */

.img {
	background:#FFF;
	border: 1px #B2D188 solid;
	border-radius: 5px 0px 0px 5px;
	box-shadow: 1px 1px 1px 0px  #B2D188;
	height: 200px;
	width: 155px;
	top:150;
	bottom:-1px;
	left:-1px;
	margin-top:-1px;
	margin-bottom: -1px;
}
/*
.photo
{ 
	border: 3px black solid;
	border-radius: 5px 5px 5px 5px;
	margin-left:10px;
	margin-top: 10px;
	}
*/
#nom
{
	background:#FFF;
	border: 1px #B2D188 solid;
	font-size:24px;
	font-family: "Sophie", chiller !important;
	word-spacing: -1px;
	border-radius: 0px 5px 0px 0px;
	box-shadow: 1px 0px 1px 0px  #B2D188;
	padding-top: 5px;
	margin-bottom: -5px;
}

#comment
{
	background:#FFFFFF;
	border: 1px #B2D188 solid;
	border-radius: 0px 0px 5px 0px;
	box-shadow: 1px 1px 1px 0px  #B2D188;
	height: 110px;
	font-size:22px;
	font-family: "Sophie", chiller !important;
	word-spacing: -5px;
	letter-spacing:0.5px;
	padding-left:10px;	
}

#table{
	background: url('../../images/background.jpg');
	border: 1px #B2D188 solid;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px 0px  #B2D188;
	padding:2px;
}
td#comment p
{
	margin-top: 2px;
	margin-bottom: -4px;
}
