body { 
	color: #0000FF;
	background: #0080C0 url(images/nth_theme_arts_modern_blue_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/* Hn */
h1 { 
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px;
}
h2 { 
	font-size: 1.1em;
	margin: 10px;
}
h3 {
	font-size: 1em;
	margin: 10px;
}
h3 em {
	font-weight: normal;
	font-size: 0.9em;
}
/* Liens */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #FFFFFF;
}
a img {
	border: none;
	background: none;
	text-decoration: none;
}
/* Tables */ 
table {
	margin: 0;
	padding: 0;
}
table.interieur {
	background-color: #CCFFFF;
	width: 95%;
}
table.quote {
	border: 1px solid #000;
	background-color: #FFFFCE;
	width: 90%;
}
th { 
	color: #CCFFFF;
	background-color: #0068BD;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
th a {
	color: #CCFFFF;
}
td {
	text-align: justify;
}
td.center {
	text-align: center;
}
td.center-border {
	text-align: center;
	border: 1px solid #ccc;
}
td.center-titre {
	font-size: 1.4em;
	font-style: italic;
	color: #FFFF00;
	text-align: center;
}
td.center-titre a {
	color: #FFFF00;
}
/* Paragraphes */
p {
	margin: 10px 15px
}
blockquote {
	margin: 0 10px;
	padding: 5px;
	background-color: #FFFFCE;
	border: 1px solid #0000FF;
}
/* Listes */ 
ol li ol {
	list-style-type: none;
}
ol.a {
	list-style-type: lower-latin;
}
li {
	text-align: justify;
	margin-right: 10px;
}
ul.none li {
	list-style: none;
	list-style-type: none;
}
li.none {
	list-style: none;
	list-style-type: none;
}
/* Classes */
.center-mini {
	font-size: 10px;
	text-align: center;
}
.navigation {
	color: #ccc;
	font-size: 10px;
	text-align: center;
}
.navigation a {
	color: #FFFF00;
}
.footer {
	color: #ccc;
	font-size: 10px;
	text-align: center;
}
.footer a {
	color: #FFFF00;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
