/* stylenoir.css */
/* fr Style marron et gris */
/* en Brown and grey style */

/* Main body font choice : */
body {
	background: Black;
	font-family: Arial, Helvetiva, Sans-Serif;
	font-size: 12px;
	color: #CACACA;
}


/* Big title (on top of each page) choice : */
h1 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #CAB917;
	background: transparent;
}

/* Cell (almost every texts) */
td {
	font-size: 12px;
	background: Black;
	
}

/* Cells headings */
th {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #CAB917;
	background: Black;
}

/* Links on cells headings */
th a {
	text-decoration: none;
	color: #CAB917;
}

/* Rollover links on cells headings */
th a:hover {
	text-decoration: underline;
	color: Yellow;
}

/* Links on cells */
td a {
	text-decoration: none;
	color: #CACACA;
}

/* Rollover links on cells */
td a:hover {
	text-decoration: underline;
	color: Yellow;
}

/* Document comments */
.comments {
	font-size: 10px;
}

/* Error messages */
.error {
	color: red;
	text-align: center;
}

/* Input text : */
.int {
	font-size: 12px;
	text-align: left;
	background: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CACACA;
	font-size: 12px;
	border-width: 1px;
	border-color: #CACACA;
	border-style: solid;
}

/* Input buttons : */
.inb {
	background-color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CACACA;
	text-align: center;
}

/* Check boxes */
.inc {
	background-color: Black;
	color: #CACACA;
	border-style: none;
}

