body
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #1f1f1f;
	font-family: Georgia,"Arial Black",sans-serif;
	font-size: 14px;
	color: #d4d4d4;
}

a:hover
{
	text-decoration: underline;
	color: #d4d4d4;
}

#annonce
{
	background: #34302d;
	border-top: 1px solid #82e573;
	border-right: 1px solid #82e573;
	border-bottom: 1px solid #82e573;
	border-left: 10px solid #82e573;
	position: relative;
	margin: 6px 221px 24px 156px;
	padding: 6px 6px 6px 6px;
	width: 400px;
	line-height: 1.3;
}

#annonce h2
{
	font-size: 180%;
	color: #82e573;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 10px;
}

#annonce:before
{
	content:url('./radio.png');
	position: absolute;
	left: -160px;
	top: 33px;
}

#annonce p
{
	margin: 10px 6px 6px 6px;
	width: 388px;
	line-height: 1.3;
}

#annonce a:link,:visited
{
	text-decoration: none;
	color: #82e573;
}

#texte
{
	position: relative;
	margin-left: 156px;
	padding: 0px;
	width: 644px;
}

#texte h2
{
	margin-left: 16px;
	margin-right: 16px;
	width: 391px;
	font-size: 180%;
	color: #73c5e6;
}

#texte p
{
	margin-left: 16px;
	margin-right: 16px;
	width: 391px;
	line-height: 1.3;
}

#texte li
{
	margin: 3px 0px 10px 0px;
}

#texte a
{
	text-decoration: none;
	color: #73c5e6;
}