html, body {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font:0.8em "Trebuchet MS", helvetica, sans-serif;
	background:#fc6;
}
div#conteneur {
	width:770px;
	text-align:left;
	background:#fec;
	border-right:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #555;
	margin:0 auto;
}
acronym {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	cursor:help;
}
h1, h2, h3, h4, h5 {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#entete {
	background:#fec;
	margin:0;
	padding:0;
}
#entete h1 {
	width:100%;
	height:179px;
	margin:0;
}
#entete h1 a {
	width:770px;
	height:179px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	text-indent:-5000px;
}
div#navbar {
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	background:#fc0;
}
div#navbar ul {
	color:#900;
	text-align:center;
	padding-bottom:5px;
	padding-top:5px;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	margin:0;
}
div#navbar ul li {
	display:inline;
	margin-left:-4px;
}
div#navbar ul li a {
	color:#900;
	text-decoration:none;
	border-right:1px solid #555;
	padding:5px 10px;
}
div#navbar ul li a:hover {
	color:#fc0;
	background:#900;
}
#active a {
	background:#fc8;
	border-left:1px solid #555;
}
div#contenu {
	padding:0 20px;
}
div#contenu h3 {
	line-height:27px;
	font-size:1.4em;
	color:#900;
	border-bottom:2px solid #900;
	padding-left:30px;
	background:url(../images/h3.png) no-repeat;
}
div#contenu h4, .newstitle {
	margin-left:15px;
	padding-left:5px;
	border-left:3px solid #c00;
	color:#000;
	text-decoration:underline;
}
div#contenu p, .newstext {
	line-height:1.7em;
}
div#contenu a {
	color:#900;
}
div#contenu a:hover {
	color:#c00;
}
div#piedpage {
	background:#fc0;
	border-top:1px solid #555;
	margin-top:10px;
	font:0.7em Arial, Helvetica, sans-serif;
	padding:5px 10px;
}
div#piedpage p {
	text-align:center;
	color:#000;
	margin:0;
}
.newsextra {
	border-top:1px solid #fc6;
	width:50%;
	font:italic 0.9em Georgia, "Times New Roman", Times, serif;
	margin:0 0 30px;
	padding:0;
}
span.postimg img{
        max-width: 730px;
        overflow:auto;
}

