body {
	background: #ecf0f6;
	border: 1px solid #98aab1;
	margin: 5px; 
}

img {
	behavior: url("/pngbehavior.htc");
}

a {
	text-decoration: none;
	border-bottom: 1px solid;
}
a:hover {
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.lienDiscret, .lienDiscret:hover {
	border: 0px;
}

.imgDiscret {
	border: 0px;
}

#titresite {
	font-size:xx-large;
	background-image:url(/img/cellpic_bkg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	height: 110px;
}


#corps {
	background-image:url(/img/bkg.gif);
	margin: 0px;
	padding: 10px;
	min-height: 550px;
}

#pied {
	margin-top: 50px;
	border-top: 2px solid #98aab1;
}