body 
{
  margin: 0px;
  font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  padding: 0px;
  background-color: black;
  color: #e4c967;
}
h1
{
  font-size: 32pt;
  font-family: Futura;
  color: #e4c967;
  text-align: left;
}
h2
{
	color: #e4c967;
}
h3
{
	color: #ccb55b;
	font-size: small;
	font-style: italic;
}
#menu
{
	top: 100px;
	float: left;
	position: absolute;
	text-align: right;
	line-height: 2em;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#article
{
	border-style: none;
	margin-top: 100px;
	margin-left: 200px;
	text-align: justify;
	color: #fffce3;
	width: 600px;
}
#logo
{
	left: 0px;
	top: 0px;
	position: absolute;
}
a:hover
{
	text-decoration: underline;
	color: #fffd44;
}
#menu li
{
	list-style-type: none;
}
a
{
	color: #e4c967;
}
#contenu
{
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.illustration
{
	float: left;
}
br
{
	clear: both;
}
hr
{
	clear: both;
}
#accroche
{
	line-height: 1.4em;
	color: #fffce3;
	padding-top: 10px;
	text-align: justify;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	background-color: #4c4b44;
	font-size: 24px;
}
p
{
	line-height: 1.4em;
	color: #fffce3;
	text-align: justify;
}
table
{
	border-spacing: 50px 0px;
}
thead
{
	font-size: x-large;
	font-weight: bold;
}
tr
{
	border-width: 350px;
	vertical-align: top;
}
em
{
	font-style: normal;
	font-weight: normal;
	font-size: larger;
}
#actualite
{
	margin-top: 2em;
}
#radio
{
	padding: 1em;
	margin: 1em;
	height: 200px;
	width: 300px;
	color: white;
	border-color: #ccb55b;
	background-color: #2c2c2c;
	border-style: solid;
	border-width: 1px;
	float: right;
	display: block;
}
#radio-index
{
	height: 150px;
	color: white;
	border-color: #ccb55b;
	background-color: #2c2c2c;
	border-style: solid;
	border-width: 1px;
	display: block;
}