body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

a:link, a: { color: #003366; text-decoration:none; font-weight: bold;} 		
a:link, a:visited { color: #003366; text-decoration:; font-weight: bold;} 
a:active, a:hover { color: #003366; text-decoration: none;}

p {
  width: 200px; /* ˆ modifier selon vos besoins */
  overflow: hidden; /* les dŽpassements seront masquŽs */
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}


