body {
	font: 13px/1.5em Arial, Georgia, Verdana sans-serif;
	background: #e6e6e6;
}

#main {
	margin: 0 auto;
	width: 80%;
	padding: 10% 0;
	overflow: hidden;
}

/**
 * @part: header
 */
#header {
	float: left;
	margin: 0 10% 0 0;
	width: 30%;
}

/* @elmt(s) : titre + baseline */
#header h1,
#header h2 {
	display: inline-block;
	margin: 0;
	padding: 0.25em 0.5em;
	color: #1e1e1e;
	font-size: 1.31em;
	font-weight: normal;
	background: #ffff00;
}
#header h2 {
	margin-bottom: 1em;
}

/* @elmt: contenu */
#header p {
	margin-bottom: 0.75em;
	color: #4d4d4d;
}
#header ul {
	margin: 0;
	overflow: hidden;
	list-style: none;
}
#header li {
	float: left;
}
#header li a {
	display: inline-block;
	padding: 1px 0.5em;
	color: #000;
	text-decoration: none;
	background: #fff;
}
#header li a:hover,
#header li a:visited {
	color: #1e1e1e;
	background: #ffff00;
}
#header li em {
	color: #aeaeae;
	font-size: 0.77em;
}

/* @end: header */

/**
 * @part: content
 */
#content {
	width: 60%;
	overflow: hidden;
}

/* @elmt : twitter */
#twitter {
	position: relative;
	margin: 0;
	width: 45%;
	padding: 28px 22px 0 6px;
}
#twitter img {
	position: absolute;
	top: 0;
	left: 0;
}
#twitter h3 {
	line-height: 1.5em;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}
#twitter h3 a {
	display: inline-block;
	padding: 0.1em 0.5em;
	color: #fff;
	text-decoration: none;
	background: #1e1e1e;
}
#twitter h3 a:hover {
	color: #1e1e1e;
	background-color: #ffff00;
}
#twitter ul,
#twitter p {
	margin: 0;
	line-height: 1.5em;
	color: #333;
	font-size: 0.85em;
	list-style: none;
}
#twitter li {
	margin: 0;
	height: 4.5em;
	padding: 1em 0;
	overflow: hidden;
	background: url(../img/bd-solid-dedede.gif) 0 100% repeat-x;
}
#twitter li.last {
	background: 0;
}
#twitter li.opacity {
	opacity: 0.25;
}
#twitter li a {
	color: #333;
}
#twitter li a.user {
	display: inline-block;
	padding: 1px 0.5em;
	color: #000;
	text-decoration: none;
	background: #fff;
}
#twitter li a.user:hover {
	color: #fff;
	background: #1e1e1e;
}
#twitter a.statut,
#twitter a.statut:hover {
	color: #aeaeae;
	font-size: 0.91em;
	text-decoration: underline;
	background: 0;
}
#twitter a.statut:hover {
	text-decoration: none;
}

span#twitter-list-prev,
span#twitter-list-next {
	position: absolute;
	bottom: 1em;
	right: 0;
	display: block;
	width: 11px;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../img/spr-btn-twitter.gif) 0 -12px;
	cursor: pointer;
}
span#twitter-list-next {
	bottom: 2.5em;
	background-position: 0 0;
}
span#twitter-list-prev:hover { background-position: -11px -12px; }
span#twitter-list-next:hover { background-position: -11px 0; }

#twitter p {
	color: #aeaeae;
}