/* TEXT */
.title {
	font-family: times new roman, times, serif; font-size: 64px;
	text-decoration: none
	}
.subtitle {
	font-family: times new roman, times, serif; font-size: 30px; font-weight:bold;
	text-decoration:none
	}
.header {
	font-family: times new roman, times, serif; font-size: 21px; font-weight:bold;
	text-decoration: none
	}
.subheader {
	font-family: times new roman, times, serif; font-size: 15px; font-weight:bold;
	text-decoration:none
	}
.text-hilite {
	font-family: times new roman, times, serif; font-size: 15px; font-weight:bold;
	text-decoration:none; color: red
	}
.text {
	font-family: times new roman, times, serif; font-size: 15px;
	text-decoration:none
	}
.text-small {
	font-family: times new roman, times, serif; font-size: 12px;
	text-decoration:none
	}
.note {
	font-family: helvetica, arial, sans-serif; font-size: 11px;
	text-decoration:none; color: #666666
	}
.data {
	font-family: helvetica, arial, sans-serif; font-size: 11px;
	text-decoration:none
	}
.label {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight:bold;
	text-decoration:none
	}
.caption {
	font-family: helvetica, arial, sans-serif; font-size: 11px;
	text-decoration:none; color: #666666
	}

.menu-label {
	font-family: helvetica, arial, sans-serif; font-size: 12px; font-weight: bold
	}	
.menu-item {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: #606060
	}	
		
.button {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold
	}
.button-hilite {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold
	}
.button-off {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: #666666
	}
	
/* LINKS */
a:link { color: #000066; text-decoration: underline }
a:visited { color: #000066; text-decoration: underline }
a:hover { color: red; text-decoration: underline }
a:active { color: red; text-decoration: underline  }

a.menu-item:link { color: #606060; text-decoration: none }
a.menu-item:visited { color: #606060; text-decoration: none }
a.menu-item:hover { color: red; text-decoration: underline }
a.menu-item:active { color: red; text-decoration: underline  }



/* TABLES */
.colored-header {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: white; background-color: red
	}
.grey-header {
	font-family: helvetica, arial, sans-serif; font-size: 11px; font-weight: bold;
	color: white; background-color: #CC9999
	}


.colored-table { background-color: #FFDCCB }

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_left{
	float: left;
	margin-right: 15px; 
	text-align: center;
}

.spip_documents_right{
	float: right;
	margin-left: 15px; 
	text-align: center;
}

TD.neutral { background-color: #FFFFFF }
TD.colored { background-color: red }
TD.colored-grey { background-color: #CC9999 }
TD.colored-lite { background-color: #FFDCCB }

TR.neutral { background-color: #FFFFFF }
TR.colored { background-color: red }
TR.colored-grey { background-color: #CC9999 }
TR.colored-lite { background-color: #FFDCCB }

/* INPUTS */
INPUT.colored-lite  { background-color: #FFDCCB }
TEXTAREA.colored-lite { background-color: #FFDCCB }
table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #C0C0C0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: middle;
}
