body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #332E2A;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#706760;
}
html {
    width:100%;
	height:100%;
}
td {
font-size:11px;
}
.top-content {
background-image:url(images/top-content.jpg);
height:8px;
background-repeat:no-repeat;
}
.content {
background-image:url(images/content.jpg);
height:8px;
background-repeat:repeat-y;
}
.bottom-content {
background-image:url(images/bottom-content.jpg);
height:8px;
background-repeat:no-repeat;
}

a:link { color:#990000; border-bottom:1px solid #AFAAA5; text-decoration:none;}
a:hover {color:#990000; border-bottom:1px solid #332E2A; text-decoration:none;}
a:visited {color:#990000; border-bottom:1px solid #AFAAA5; text-decoration:none;}
a:active {color:#990000; border-bottom:1px solid #AFAAA5; text-decoration:none;}

.mentions {
font-size:10px;
}
.vertical {
border-right:1px dotted #332E2A;
 }
.horizontal {
border-bottom:1px dotted #332E2A;
}
.images {
border:1px solid #332E2A;
}
.gras {
color:#990000;
font-weight:bold;
}