/* START - Common reset part - START*/

div#text {
	font-family: "Arial";
}

div#text > div {
	padding-top: 10px;
	/* No left padding needed, as all specific styles below have a left margin */
	padding-right: 35px;
}

/* Browsers seem to ignore width="0", but follow width=1px */
div#text td[width="0"] {
	width: 1px;
}

div#text .listNotice {
	border: 1px solid #112449;
	margin-left: 3%;
	margin-right: 3%;
}

div#text h2.rech {
	margin: 0;
	padding-left: 1em;
	padding-right: 1em;
	background-position: 0 50%;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* Reset styling for h3 from eurlex.css */
div#text h3 {
	background-color: #FFFFFF;
	color: inherit;
}
/* END - Common reset part - END*/


div#text .listNotice {
	border: 1px solid #112449;
	margin-left: 3%;
	margin-right: 3%;
}
div#text p.texte 	{
	font-size: 0.9em;
}
div#text h2.rech 	{
	font-size: 0.8em;
	margin: 0px;
	padding-left: 1em;
	padding-right: 1em;
	background-position: 0% 50%;  
	text-decoration: none;
	background-repeat: no-repeat
}
div#text p 	{
	font-size: 0.8em;
	margin: 10px 35px 10px 45px;
}
