/* mondedemain.org CSS page */

/* ================== */
/* Articles - General */
/* ================== */

/* Year index */

#yearsindex {
	position: relative;
	top: 100px;
	left: 4px;
	width: 762px;
	height: 45px;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	border: 0;
	background-color: silver;
	background-image: url("/common/images/footer/bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	}


/* Sub menu */

.submenuart {
	position: relative;
	top: 97px;
	left: 4px;
	width: 762px;
	height: 45px;
	background-color: white;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	border: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	}

	#liens a:link {
	color: #330033;
	text-decoration: none;
	border-bottom: none;
	}

	#liens a:visited {
	color: #330033;
	text-decoration: none;
	border-bottom: none;
	}

	#liens a:hover {
	color: #330033;
	text-decoration: none;
	border-bottom: 1px solid black;
	}


/* Main page - Last articles list */

#lastart {
	width: 529px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	}


/* Main page - Right boxes */

#boxart {
	width: 231px;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	}
	
.boxart {
	width: 231px;
	position: relative;
	right: 0;
	text-align: justify;
	background-color: #e5ebf0;
	border: 0;
	border-top: none;
	padding: 0px;
	}
	
.textart {
	font-family: arial,sans serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}


/* Articles list by year */

.yearart {
  font-family: arial,sans serif;
  margin-left: 30px;
	font-weight: bold;
	font-size: 12pt;
	}

.biart {
	width: 700px;
	color: #efefef;
	background-color: #66ccff;
	background-image: url("/common/images/general/shade700px.gif");
	background-repeat: repeat-y;
	background-position: top left;
  font-family: arial,sans serif;
  margin-left: 30px;
	font-weight: normal;
	font-size: 12pt;
	padding-top: 8px;
	padding-bottom: 8px;
	}

.tableart {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-height: 8pt;
	border: 0;
	width: 700px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0;
	}

		.tableart a:link {
			color: black;
			text-decoration: 0;
			border: 0;
			border-bottom: 0;
			}
		
		.tableart a:visited {
			color: black;
			text-decoration: 0;
			border: 0;
			border-bottom: 0;
			}
		
		.tableart a:hover {
			color: black;
			text-decoration: 0;
			border: 0;
			border-bottom: 0;
			}	
	
.tdleftart {
	width: 130px;
	vertical-align: top;
	}
	
.tdrightart {
	width: 570px;
	vertical-align: top;
	}
	
.listart {
	width: 568px;
	}

.titlesart {
	width: 409px;
	}

.authorsart {
	width: 159px;
	}


/* Articles list by magazine */

.listmagart {
	background-color: white;
	position: relative;
	top: 45px;
	width: 700px;
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	border-spacing: 0;
	}

.listmagart hr {
	margin-top: 5px;
	margin-bottom: 10px;
	}

.biartmag {
	width:700px;
	height: 35px;
	color: #efefef;
	background-color: #66ccff;
	background-image: url("/common/images/general/shade700px.gif");
	background-repeat: repeat-y;
	background-position: top left;
	font-family: times,serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;
	}

.authormagart {
	width: 410px;
	vertical-align: middle;
	}
	
.dwnlmagart {
	width: 270px;
	text-align: right;
	vertical-align: middle;
	}
	
.pdfmagart {
	width: 20px;
	text-align: left;
	vertical-align: middle;
	}
	
/* Header (pdf & print) */

#datahead1 {
	position: relative;
	top: 100px;
	left: 4px;
	width: 700px;
	height: 22px;
	background-color: white;
	padding-top: 8px;
	margin-left: 30px;
	margin-right: 30px;
	}

.datahead1right {
	position: absolute;
	right: 0;
	color: gray;
	font-size: 10pt;
	}

#datahead2 {
	position: relative;
	left: 4px;
	top: 100px;
	width: 700px;
	height: 70px;
	background-color: #eeeeee;
	font-family: arial,sans serif;
	font-size: 8pt;
	color: #808080;
	border: 1px dashed gray;
	border-spacing: 5px;
	margin-left: 30px;
	margin-right: 30px;
	}	 

		#datahead2	a:link {
			color: gray;
			text-decoration: none;
			border-bottom: none;
			}
		
		#datahead2 a:visited {
			color: gray;
			text-decoration: none;
			border-bottom: none;
			}
		
		#datahead2 a:hover {
			color: black;
			text-decoration: none;
			border-bottom: none;
			}	 


/* Class Text (data) */

#dataintro {
	position: relative;
	top: 100px;
	left: 35px;
	width: 700px;
	background-color: white;
	border: 0;
	text-align: center;
  font-family: times,serif;
	font-weight: normal;
	font-size: 12pt;
	margin: 0;
	}

#data {
	position: relative;
	top: 100px;
	left: 35px;
	width: 700px;
	background-color: white;
	border: 0;
	text-align: justify;
  font-family: times,serif;
	font-weight: normal;
	font-size: 12pt;
	text-indent: 40px;
	margin: 0;
	padding-bottom: 40px;
	}

.intro {
	position:relative;
	left:50px;
	width:600px;
	align:center;
	font-family:arial
	}
	
h4 {
	text-align: center;
	font-family: arial,sans serif;
	font-weight: bold;
	font-size: 12pt;
	text-indent: 0;
	padding-top: 20px;
	margin: 0;
	}

h5 {
	text-indent: 0;
	text-align: left;
	color: #444;
	font-family: arial,sans serif;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0;
	text-decoration: underline
	}
	
ul {
	text-indent: 0
	}

li {
	text-indent:0
	}
	
.tableau0px {
	padding-left:30px;
	padding-right:20px
	}