@import url('global.css');

div#global {background: transparent url(bg_actu.gif) top left repeat-y;}
div#top {background: transparent url(top_actu.png) top left no-repeat;}
div#foot {background: transparent url(foot_actu.png) top left no-repeat;}

div#content {
	width: 981px;
	padding: 0 12px 0 23px;
}

div#content .actu {
	clear: both;
}

div#content img {
	float: left;
	border: 3px solid #fff;
	margin: 0 35px 30px 12px;
}

div#content .content {
	float: left;
	width: 551px;
	padding-bottom: 30px;
}

div#content h1 {
	text-align: justify;
	color: #039;
	font-style: italic;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 2px;
}


div#content p {
	clear: left;
	text-align: justify;
	margin-left: 26px;
	padding-left: 12px;
	background: transparent url(arrow.gif) 0 7px no-repeat;
}

div#content p.date {
	display: block;
	float: left;
	width: 68px;
	height: 48px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	line-height: 2em;
	background: transparent url(date.gif) top left no-repeat;
}

div#content p.date span {
	color: #000;
	font-size: 2.2em;
}

div#content p.plus {
	background: transparent url(arrow_plus.gif) 136px 6px no-repeat;
}

div#content p.plus a {
	font-weight: bold;
	color: #565656;
	font-style: italic;
	text-decoration: none;
}

div#content p.plus a:hover {
	text-decoration: underline;
}

div#content div.plus {
	display: none;
}

div#content .multi p {
	color: #868686;
	text-align: right;
	background: none;
	font-weight: bold;
	font-style: italic;
}

div#content .multi p a:hover {
	text-decoration: none;
}