a:link {
	color: navy;
        text-decoration: none;
}

a:visited {
        color: purple;
	text-decoration: none;
}

a:hover {
	color: white;
	background-color: purple;
	text-decoration: none;
}

a:active {
	color: white;
	background-color: navy;
	text-decoration: none;
}

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

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

.content-outer-cell {
	border: 1px dashed black;
	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: white;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

.menu_item_active {
	background-color: white;
	font-weight: bold;
        font-style: italic;
	overflow: hidden;
	border: 1px solid black;
}

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

.menu_item_inactive {
	background-color: white;
	font-weight: bold;
	overflow: hidden;
	border: 1px solid black;
}

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

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

.news-cell {
	border: 1px dashed black;
	border-spacing: 0px;
        color: black;
	background-color: white;
	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: large;
	font-weight: bold;
        font-style: italic;
        white-space: nowrap;
}

