body {
	background-color: #5E0E00;
	background-image:   url(../img/background.jpg);
	margin: 0px 0px 0px 0px;
}
html,body {
      height:100%;
      border:none;
}
a {
	color: #990000;
	text-decoration: underline;
}

#fullheight{
	height:100%;
	background-image:   url(../img/backGroundCell.jpg);
	background-repeat:repeat-x;
	background-color: #AB7335;
}
td.borderBackGround {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5E0E00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #5E0E00;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #330B0B;
	line-height: 14px;
	}
td.contenue {
	background-color: #CDB16D;
	border: 1px solid #955927;
	padding: 10px;
	width: 440px;
	height: 320px;
}
td.contenueVignette {
	background-color: #CDB16D;
	border: 1px solid #955927;
	padding: 10px;
	width: 206px;
}
td.marge-vignette {
	padding-top: 10px;
}
