/* mondedemain.org CSS page */

/* =================== */
/* Emissions - General */
/* =================== */

#pagesindex {
	position: relative;
	top: 100px;
	left: 5px;
	width: 760px;
	height: 45px;
	text-align: center;
	color: black;
	background-color: silver;
	background-image: url("/common/images/footer/bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	border: 0;
	border-bottom: 1px solid black;
	}

.emissions {
	position: relative;
	top: 100px;
	left: 30px;
	width: 700px;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	border: 0;
	padding: 0;
	}

.emissions li {
	margin-left:15px;
	}


#pagesindexbottom {
	position: relative;
	top: 100px;
	left: 30px;
	width: 700px;
	text-align: center;
	padding: 0;
	padding-bottom: 60px;
	}
	
	
/* Emissions liste */

.tableBG {
	width: 680px;
	border: 1px solid blue;
	}

.summary {
	width: 680px;
	vertical-align: top;
	background-color: #e5ebf0;
	}
		
.titre {
	width: 480px;
	padding: 8px;
	padding-top: 0;
	}
	
.author {
	padding: 8px;
	padding-top: 0;
	padding-left: 33px;
}	

.logos {
	text-align: left;
	padding: 0;
	}
	
#dataAudio {
	width: 640px;
	background-color: white;
	color:#232323;
	border: 1px solid gray;
	text-align: justify;
	padding: 14px;
  font-family: times,serif;
	font-weight: normal;
	font-size: 12pt;
	}

	#dataAudio a:link {
		color: #330033;
		text-decoration: none;
		border-bottom: 1px solid silver;
		}
	
	#dataAudio a:visited {
		color: #330033;
		text-decoration: none;
		border-bottom: 1px solid silver;
		}
	
	#dataAudio a:hover {
		color: #330033;
		text-decoration: none;
		border-bottom: 1px solid black;
		}