/* GLOBAL */

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606568;
	background-color: #FFFFFF;
}
img, map, area, form, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	border: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* STYLES */

input.ChampsGris, select.ChampsGris, textarea.ChampsGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005655;
	border: 1px solid #005655;}
	
td.FdOmbre {
	background-image: url(/newsletter-pentel/img-pentel/ombre.gif);
	background-repeat: repeat;
	background-position: top;
}
td.ContourBleu, table.ContourBleu, img.ContourBleu {
	border: 1px solid #C5E2F4;
}
td.ContourVert, table.ContourVert, img.ContourVert {
	border: 1px solid #B8E1D8;
}
td.ContourGris, table.ContourGris, img.ContourGris {
	border: 1px solid #606568;
}


