@charset "utf-8";

/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
#header {
	background-color: #000000;
	padding-top: 0px;
}
#header h1 {
	color: #990000;
	font-size: 10px;
}
#header-banner {
	background-color: #000000;
	margin-bottom: 10px;
	width: 728px;
	height: 90px;
	float: left;
}
#header-user {
	background-color: #666666;
	margin-left: 10px;
	width: 242px;
	height: 90px;
	float: left;
}
#header-title {
	background-color: #990000;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 980px;
	text-align: center;
}
#header-nav {
	background-color: #FFCC00;
	width: 980px;
	height: 32px;
}
#content {
	margin-top: 20px;
}
#column {
	background-color: #FFFFFF;
	width: 300px;
	margin-left: 20px;
	float: left;
}
#one-column {
	background-color: #FFFFFF;
	width: 760px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.subtitle {
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	background-color: #990000;
	color: #FFCC00;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#image-trunc {
	width: 300px;
	height: 186px;
	overflow: hidden;
}
.image-trunc {
	background-color: #990000;
	padding-top: 6px;
}
.headlines {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.headlines a {
	color: #990000;
	text-decoration: none;
}
.headlines a:visited {
	color: #666666;
}
.headlines a:hover {
	text-decoration: underline;
}
.bloglines {
	font-weight: bold;
}
.bloglines a {
	color: #990000;
	text-decoration: none;
}
.bloglines a:visited {
	color: #666666;
}
.bloglines a:hover {
	text-decoration: underline;
}
.item-date {
	font-size: 9px;
	line-height: 18px;
}
.more {
	margin-top: 10px;
	margin-bottom: 10 px;
}
#ad-sidebar {
	background-color: #CCCCCC;
	width: 160px;
	float: left;
}
#content-ad-rectangle {
	background-color: #666666;
	width: 300px;
	height: 250px;
}
#content-ad-skyscraper {
	background-color: #000000;
	margin-top: 20px;
	margin-left: 70px;
	width: 160px;
	height: 600px;
}
#footer {
	background-color: #FFCC00;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
}
#footer-banner {
	background-color: #000000;
	width: 728px;
	height: 90px;
	margin-left: 126px;
	
}
#footer h1 {
	visibility: hidden;
	display: none;
}
#clear-all {
	clear: both;
}

a.def_titre_art:hover {
/*	background: #ffffff; */
}
a.def_titre_art:visited {
	color: #666666;
}
a.def_titre_art span.tip {
	display: none; 
	padding: 3px 4px;
	margin-left: 8px;
	width: 300px;
}
a.def_titre_art:hover span.tip {
	display: inline;
	position: absolute;
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #6c6c6c;
}