div.podcast_box {
	float:right;
	width:172px;
	height:41px;
}
div.podcast_box a {
	background-image:url("/images/podcast_btn.gif");
	background-repeat:no-repeat;
	width:172px;
	height:41px;
	float:right;
	overflow:hidden;
	text-indent:-5000em;
}
div.resultat {
	float:left;
	width:645px;
	padding:5px 0;
	border-bottom:1px #CCC solid;
}
div.resultat div.img {
	float:left;
	width:90px;
	height:90px;
	padding-right:10px;
}
div.resultat div.img img {
	width:90px;
	height:90px;
	border:0;
}
div.resultat div.texte h2 a {
	font-size:0.9em;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
div.resultat div.date {
	font-size:11px;
	color:#666;
}
div.resultat div.texte p a {
	font-size:12px;
	color:#000;
	text-decoration:none;
}
/* Nav */
div.nav {
	float:left;
	padding:5px 0;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	width:100%;
}
div.nav ul {
	list-style:none;
	float:left;
}
div.nav ul li {
	display:inline;
	width:25px;
	height:15px;
	float:left;
	border:solid 1px #666;
	text-align:center;
	margin:0 2px;
	background-image:url("/images/nav_bg.jpg");
	background-repeat:repeat-x;
	color:#FFF;
	font-size:12px;
}
div.nav ul li a {
	text-align:center;
	width:25px;
	height:15px;
	float:left;
	color:#000;
	text-decoration:none;
	background-color:#FFF;
	font-size:12px;
}
div.nav ul li a:hover {
	
}