/* colonne */

div#contenu, table#contenu {
	background-color: white;
	width: 800px;
}

div#contenu h2 {
	clear: both;
	height: 31px;
	margin-left: 1em;
	margin-top: 1em;
	color: white;
	font-size: 150%;
	text-indent: 0.8em;
	background: url(images/fond_choix.gif) no-repeat;
}

div#contenu h3 {
	/* clear: both; */
	height: 31px;
	margin-left: 1em;
	margin-top: 1em;
	color: white;
	font-size: 150%;
	text-indent: 0.8em;
	background: url(images/fond_gris.gif) no-repeat;
}

div#contenu div.choix {
	border: 1px solid white;
	margin: 1em;
	display: block;
}

div#contenu h4.auteurs, table.choix h4.auteurs {
	/* clear: both; */
	margin-top: 0.5em;
	padding: 0.1em;
	padding-left: 0.5em;
	background-color: rgb(207, 207, 207);
	color: rgb(61, 109, 97);
	font-family: arial;
}

div#contenu div.ttexte, table.choix td.ttexte {
	/* float: right;
	clear: left; */
	width: 50%;
}

div#contenu table.choix {
  margin: 1em;
  padding: 0.3em;
  border-bottom: 1px dotted rgb(150,150,150);
}

div#contenu p.texte, table.choix td.texte {
	padding: 1em;
	border-left: 1px solid rgb(207, 207, 207);
	vertical-align: top;
	 width: 45%;
}

div#contenu div.titre, table.choix td.titre {
	margin-top: 1em;
	vertical-align: top;
}
	
div#contenu p.titre, table.choix p.titre {

	padding: 0.2em;
	padding-left: 0.5em;
	font-weight: bold;
}

div#contenu p.lecteurs, table.choix p.lecteurs, table.choix p.infos {
	padding: 0.2em;
	padding-left: 0.5em;
	margin-left: 1em;
	color: rgb(72, 72, 72);
	/* font-style: italic; */
}


div#contenu p.intro, table.choix p.intro {
	padding: 2em;
	text-indent: 1em;
	padding-bottom: 0;
}

div#contenu img.lecture, table.choix img.lecture {
	float: left;
	margin: 1em;
	margin-top: 0;
	border: 1px solid black;
}

div#contenu p.ddate, table.choix p.ddate {
	font-weight: bold;
	font-size: 80%;
	color: rgb(61, 109, 97);
	margin-left: 1em;
}

div#contenu p.spip, table.choix p.spip {
/*	margin-left: 0;
	padding-left: 0;
	 text-indent: 1cm; */
}

