/* CSS Document */
/* Style de base de l'accès pratique */
body {
	background-repeat: repeat;
	background-image: url(images/bgap.bmp);
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
.navfont {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.navfont:hover {
	color: #ceced8;
}
.titre_section {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #FF6600;
}
#audit {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: xx-small;
	color: #ffffff;
	Text-Align: Right;
}
/* begin styles for RSS Feed */
.rss-box {
	margin: 10px 5%;
	padding: 4px 8px;
	background-color: #AECEFF;
	border: 6px solid #082558;
	color: #000000;
}
p.rss-title {
	background-color: #AECEFF;
	border-top: 0px #000000;
	border-right: 0px #000000;
	border-left: 0px #000000;
	border-bottom: 6px dotted #082558;	
	text-decoration: none;
}
.rss-title, rss_title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color:#000000;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
	text-align: right;
	text-decoration: none;
}
.rss-items {
	list-style-type: none;
	color:#000000;
/*	list-style-image: url("bullet.gif");*/
}
.rss-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	margin: 8px 0;
	text-align: left;
}
.rss-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
}
.rss-item a:visited, .rss-item a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.rss-item a:hover {
	text-decoration: none;
	color: #ff6600;
}
.rss-date {
	font-size: 11px;
	font-weight: normal;
  color: #000000;
}
.pod-play-box {
	margin: 4px 0;
	font-size: 90%;
}
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */
.pod-play {
	_width: 12em;
	margin: 0 0.2em;
	padding: 0.1em 0;
	_padding: 0;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
	background: #fb6;
	color: black;
}
.pod-play em {
	_width: 1em;
	_cursor: hand;
	font-style: normal;
	margin: 0;
	padding: 0.1em 0.5em;
	background: white;
	color: #222;
}
.pod-play span {
	_width: 1em;
	_cursor: hand;
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0.3em;
}
.pod-play:hover {
	background: #666;
	color: white;
}
.pod-play:hover em {
	background: black;
	color: white
}
                    
