/* default */

BODY, DIV, P {
	margin: 0;
	padding: 0;
	border: 0;
}

TABLE, TD  {
	padding: 0;
	border: 0;
}

BODY {
	color: black;
	background-color: #e0e0e0;
}

DIV, TD { font-family: Verdana, Arial, Helvetica, sans-serif; }

P { font-family: Andale Mono, Andale, Courier New, Courier, serif; }

DIV, P, TD, A, UL, DL { font-size: 12px; }

.text { padding-top: 9px; }

A, A:link, A:visited  {
	text-decoration: none;
	color: #335899;
}

A:hover, A:active {
	text-decoration: underline;
	color: #484899;
}

A.info { text-decoration: underline; }

A:hover.info { text-decoration: none; }

/* ========== */

.small { font-size: 10px; }
.big { font-size: 14px; }

TD.cat {
	padding:4px;
	color: #ffffff;
	background-color: #201a40;
	
}
/*___________________________________________________
////|                                                |
////|   NAVIGATION & ANCRES                          |
////|________________________________________________|*/

A.navblock {
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	padding-top: 2px;
	line-height: 38px; /* 40px en tout */
	text-decoration: none;
}

A:hover.navblock, A:active.navblock {
	text-decoration: none;
	color: #201a40;
	background-color: #d0d0d0;
}

/*___________________________________________________
////|                                                |
////|   CARTELS                                      |
////|________________________________________________|*/


.cartel_cell { padding:4px; }

.cartel_texte {
	color: #404040;
	padding-left: 4px;
}

.cartel_link {
	padding: 4px;
	font-family: Andale, Andale mono, courier new, Courier, serif;
	color: #333333;
	background-color: #d4d4d4;
}

/*___________________________________________________
////|                                                |
////|   DECO                                         |
////|________________________________________________|*/

.lineleft { border-left: solid 1px #333333; }
.lineright { border-right: solid 1px #333333; }

.clearbottom { border-bottom: solid 1px #787878; }
.clearright { border-right: solid 1px #787878; }
.clearleft { border-left: solid 1px #787878; }

.bg_head { background-color: #d8d8d8; }
.bg_bar { background-color: #d0d0d0; }
.bg_empty { background-color: #eeeeee; }
