/* CSS de l'Organisation Tres Secrete, par Anubis Vlad Tepas */

/* General */

body { 
	background-color : #FFFFFF;
	background-image : url('http://www.organisationtressecrete.com/figurines/images/bg.gif');
	font : normal small sans-serif;
	color : #333366;
}

h1 {
	font : bold x-large sans-serif;
	color : #006699;
}

h2 {
	font : bold large sans-serif;
	color : #330000;
}

a {
	font : bold small serif;
	color : #006699;
}

a.visited {
	font : bold small serif;
	color : #660000;
}

a.hover {
	font : bold small serif;
	color : #990000;
}

a.img {
	border: none;
}

/* Tables */

/* CSS pour Reaper - classes tirees du site http://warlordhq.reapergames.com */

.box
 {
 	border-color: #000000;
	border-width: 2px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
}

.under
{
	border-color: #000000;
	border-width: 5px;
	border-bottom: 5px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	border-top: 0px solid #000000;
}

.top
{
	border-color: #000000;
 	border-width: 1px;
	border-bottom: 0px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
 	border-top: 1px solid #000000;

 }


