/* CSS Document */

/************************************/
/* Initialisation                   */
/************************************/

* {
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: normal;*/
	font-style: normal;
	text-decoration: none;
	margin: 0;
	font-size:11px;
	outline:none;
}

img {
	display:block;
}

body {
	height: 100%; /* debug selection de texte */
	color: #000000;
	background-color: #FFFFFF;
	/* centrage de la page */
	text-align: left; /* pour corriger le bug de centrage IE */
	/**/
}

a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
	outline:none;
	cursor:pointer;
}

a:hover{
	text-decoration: underline;
	outline:none;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

strong, b {
	font-weight:bold;
}

.ajusteur	{ /* pour ajuster la hauteur de la ligne */
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	color:#FFFFFF;
}

/***** MULTIPAGES PODCASTS ***************************/

.form_podcast {
	text-align:center;
	vertical-align: middle;
}
form.podcast_frm input, form.podcast_frm select {
	height: 20px;
	width:80px;
	border: 1px solid silver;
}
.form_podcast_select {
}
.podcast_frm select#filter_ems {
	width:170px;
}
.podcast_frm select#filter_dcg {
	width:112px;
}
.podcast_frm input[type="submit"] {
	border:1px solid silver;
	height: 22px;
	vertical-align: bottom;
	cursor: pointer;
}



.podcast-nav {
	text-align:center;
	margin-left:auto;
	margin-top:0px;
	font-size:11px;
	font-weight:bold;
	color:#727272;
	width:276px;
}

.podcast-nav a,
.podcast-nav span.active,
.podcast-nav span.inactive {
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	color:#727272;
	border:1px solid #FFFFFF;
	height:16px;
	line-height:16px;
	width:16px;
	margin-right:3px;
}

.podcast-nav a:hover {
	border:1px dotted #727272;
}

.podcast-nav a.precedent,
.podcast-nav a.precedent:hover {
	background-image:url(../im/icoBtnPrec.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
	width:auto;
	border:1px solid #FFFFFF;
	margin-right:10px;
}

.podcast-nav span.precedent {
	display:block;
	float:left;
	background-image:url(../im/icoBtnPrec.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	height:16px;
	width:auto;
	padding-left:10px;
	margin-right:10px;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
	border:1px solid #FFFFFF;
	color:#AAAAAA;
}
.podcast-nav span.precedent:hover {
	text-decoration:none;
}

.podcast-nav a.first {
	background-image:url(../im/icoBtnFirst.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:16px;
	height:16px;
	border:1px solid #FFFFFF;
}
.podcast-nav a.first:hover {
	border:1px dotted #727272;
}

.podcast-nav a.last {
	background-image:url(../im/icoBtnLast.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:16px;
	height:16px;
	border:1px solid #FFFFFF;
}
.podcast-nav a.last:hover {
	border:1px dotted #727272;
}

.podcast-nav a.suivant,
.podcast-nav a.suivant:hover {
	border:1px solid #FFFFFF;
	background-image:url(../im/icoBtnSuiv.gif);
	background-repeat:no-repeat;
	padding-right:10px;
	background-position:100% 3px;
	width:auto;
	margin-left:10px;
}

.podcast-nav span.suivant {
	display:block;
	float:left;
	border:1px solid #FFFFFF;
	background-image:url(../im/icoBtnSuiv.gif);
	background-repeat:no-repeat;
	background-position:100% 3px;
	width:auto;
	margin-left:10px;
	padding-right:10px;
	line-height:16px;
	font-size:11px;
	font-weight:bold;
	color:#AAAAAA;
}
.podcast-nav span.suivant:hover {
	text-decoration:none;
}

.podcast-nav span.active {
	border:1px solid #727272;
}



