/* colonne gauche */

table#contenu {
	float: left;
	clear: both;
	width: 800px;
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 10pt;
}

div#gauche, td#gauche {
	/* float: left; */
	width: 551px;
	height: 669px;
	background: url(images/fond_vert.jpg) no-repeat;
	/* border-right: 1p solid black; */
	padding-right: 0; margin-right: 0;
}

/* colonne gauche - message d'alerte */

div#alerte {
	background: none;
	/* border: 2px solid rgb(70, 69, 85); */
	margin: 10px;
	margin-left: 18px;
	/* width: 520px; */
	color: /* rgb(107, 57, 67); */ rgb(156, 59, 78);
	font-weight: bold;
	font-size: 10pt;
}

/* colonne gauche - prochaine lecture */

div#lecture {
	background: none;
	/* border: 2px solid rgb(70, 69, 85); */
	margin: 10px;
	/* width: 520px; */
	color: rgb(76, 76, 76);
}

div#lecture h3 {
	font-size: 15pt;
}

div#lecture h4.titre {
	font-size: 12pt;
	margin-top: 1em;
}

div#lecture p.editions {
	margin-top: 0;
	font-style: italic;
	font-size: 11pt;
}

div#lecture p.texte {
	margin-top: 1em;
}

div#lecture img#illus {
	float: left;
	margin: 0.5em;
	border: 1px solid black;
}

div#lecture p.datelieu {
	float: left;
	clear: left;
	font-size: 9pt;
	font-weight: bold;
	padding: 0.5em;
	color: /*rgb(56, 83, 76);*/ rgb(61, 109, 97);
}

div#lecture p.suite {
	text-align: right;
	margin-right: 1em;
	margin-top: 1em;
}

div#lecture p.suite div#lecture a:link, p.suite a:hover, div#lecture p.suite a:visited {
	padding: 2px;
	color: rgb(41, 127, 118);
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
}

div#lecture p.suite img {
	border: none;
}

/* colonne gauche - Nouveau sur les tables */

div#nouveautes {
	float: left;
	clear: both;
	/* background-color: rgb(70, 69, 85); */
	margin: 10px;
	color: rgb(76, 76, 76);
	width: auto;
}

div#nouveautes h3 {
	padding: 4px;
	font-size: 12pt;
}

div#nouveautes table.rubrique {
	/* float: left;
	clear: both; */
	padding: 2px;
	background-color: white;
	margin-bottom: 0;
	width: 95%;
	line-height: normal;
}

table.rubrique td.rub_titre {
	/* float: left;
	width: 140px; */
	font-family: helvetica neue condensed, helvetica neue, helevetica condensed, helvetica, verdana;
	font-size: 10pt;
	color: rgb(61, 109, 97);
	font-weight: bold;
	padding: 0;
}


table.rubrique td.rub_lien {
	width: 340px;
	text-align: right;
}

table.rubrique td.rub_lien a:link, table.rubrique td.rub_lien a:hover, table.rubrique td.rub_lien a:visited {
	padding: 4px;
	padding-right: 0px;
	/* background-color: white; */
	/* color: rgb(70, 69, 85); */
	color: rgb(76, 76, 76);
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	margin-right: 1em;
}

div.rubrique div.rub_lien img {
	border: none;
}

div.rubrique div.rub_lien a:link, div.rubrique div.rub_lien a:hover, div.rubrique div.rub_lien a:visited {
	font-weight: normal;
	color: rgb(80,80,80);
}

div#nouveautes p {
	margin: 0;
	padding: 0;
	text-indent: 1em;
}

div#nouveautes p.titre {
	font-weight: bold;
}

/* colonne droite */

/* div#contenu {
	background: url(images/fond_droite.gif);
} */

div#droite, td#droite {
	/* float: left;
	width: 230px; */
	height: 669px;
	color: rgb(76, 76, 76);
	background: url(images/fond_droite.gif);
	/* border-left: 1px solid black; */
	padding-left: 0; margin-left:0; 
}

#droite h3 {
	/* width: 100%; */
	padding: 0.3em;
	background-color: rgb(250, 250, 250);
	font-size: 11pt;
	border-top: 1px solid rgb(120,120,120);
	border-bottom: 1px solid rgb(120,120,120);
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;	
}

#droite input.champ {
	margin-left: 1em;
}

#droite input.bouton {
	padding: 0;
	margin: 0;
	/* padding: 2px;
	color: rgb(61, 109, 97);
	background-color: rgb(219, 242, 236);
	border: 1px solid rgb(61, 109, 97);
	font-size: 70%; */
	background: url(images/fleche_fondblanc.gif) 0 0 no-repeat;
	border: none;
	height: 18px;
	width: 18px;
}

#droite p.titre {
	font-size: 11pt;
	font-weight: bold;
}

#droite p.auteurs {
	font-size: 11pt;
	margin-top: 0pt;
}

#droite p {
	padding-left: 0.5em;
}

#droite p.texte {
	margin-top: 1em;
}

#droite p.suite {
	margin-top: 1em;
}

#droite p.suite a:link, div#droite p.suite a:hover, div#droite p.suite a:visited {
	color: rgb(61, 109, 97);
	text-decoration: underline;
}

div#droite p.suite img {
	border: none;
}

#newsletter img.illus {
	float: left;
	margin-left: 1em;
}

#newsletter p.intro {
	float: left;
	margin-bottom: 1em;
}

a.noir:link {
	color: rgb(76, 76, 76);
	text-decoration: none;
}