/* SaoLim.org CSS file, by Complex AI (admin@complex.ch), 2008 */
/*
Colors:
bg -> #f9f3df
content_bg -> #fff
text -> #000
link -> #C8050A
dash -> #cdcdcd
*/

/**************** HTML redef ****************/
body {
	background-color: #000;
	color: #444;
}
a {
	color: #000;
}
a:link, a:active, a:visited {
	color: #C8050A;
}
a:hover {
	color: #FF9900;
}
#wrap {
/*	background-image: url('../images/bg_taichi.png'); */
	background-repeat: repeat-y;
}
table#plan {
	width: 100%;
	border: none;
}
table#plan tr td {
	vertical-align: top;
	width : 25%;
}
#plan ul {
	text-transform: capitalize;
}
#plan ul li li{
	margin-left: 15px;
	list-style: disc outside;
	color: #DDD;
}
#plan h2 {
	font-size: 1.2em;
	text-transform: uppercase;
}

/**************** main IDs ****************/
#content {
	background-color: #fff;
}

/**************** boxes ****************/
.art_rub_logo {
	background-image: url('/images/accueil.jpg');
}
.text h1 {
	color: #000;
}
.text {
	color: #555;
}
/**************** MENU ****************/
#menu a, #menu a:link, #menu a:visited {
	color: #888;
}
#menu span.arton, #menu span.arton, #menu a.rubon, #menu a:link.rubon, #menu a:visited.rubon {
	color: #fff;
}
#menu dt:hover a {
	color: #ff9900;
}
#menu dd {
	border-left: solid 1px #ff9900;
}
#menu li a, #menu dt a {
	color: #888;
}
#menu li a:hover, #menu dt a:hover {
	color: #ff9900;
}
.plus {
	color: #bbb;
}
#yixin-menu {
}