a:link {
	color: #990000;
        font-style: italic;
	text-decoration: none;
}

a:visited {
        color: #660000;
        font-style: italic;
	text-decoration: none;
}

a:hover {
	color: lightgrey;
        font-style: italic;
	background-color: #990000;
	text-decoration: none;
}

a:active {
	color: white;
        font-style: italic;
	background-color: #990000;
	text-decoration: none;
}

body {
        background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content-outer-table {
        width: 100%;
}

.content-outer-cell {
	border: 1px solid #660000;
	border-spacing: 0px;
	background-color: white;
	padding: 10px;
	font-size: small;
}

.content-inner-table {
        width: 100%;
}

.content-inner-cell {
	border-spacing: 0px;
	font-size: small;
}

.footer {
	font-size: x-small;
}

.menu {
        width: 100%;
        border-spacing: 0px;
}

/* menu_item_invisible.color = body.background-color */
.menu_indent_invisible {
	color: black;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

.menu_item_active {
	background-color: lightgrey;
	font-weight: bold;
	overflow: hidden;
	border: 1px solid #660000;
}

/* menu_item_active_invisible.color = menu_item_active.background-color */
.menu_item_active_invisible {
	color: lightgrey;
	font-weight: bold;
	overflow: hidden;
}

.menu_item_inactive {
	background-color: gray;
	font-weight: bold;
	overflow: hidden;
	border: 1px solid #660000;
}

/* menu_item_inactive_invisible.color = menu_item_inactive.background-color */
.menu_item_inactive_invisible {
	color: gray;
	font-weight: bold;
	overflow: hidden;
}

.news {
	border: 0px solid #660000;
        border-spacing: 0px;
        width: 100%;
}

.news-cell {
	border: 1px solid #660000;
	border-spacing: 0px;
        color: black;
	background-color: lightgrey;
	padding: 5px;
	font-size: small;
} 	

.news-divider-table {
	border: 0px solid black;
	border-spacing: 1px;
} 	

.outer_table {
	border: 0px none black;
	border-spacing: 0px;
	width: 100%;
}

.spip_doc_descriptif { 
        margin-left:auto; 
        margin-right:auto;
	text-align: center;
}

.spip_documents img { 
        border: 5px solid white; 
}

table {
        border: 0px;
}

.title {
	color: black;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;        
        white-space: nowrap;
}


