/* CSS Document */
body {
	margin: 0; padding: 0;
	background-color:#FFF;
}
body a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
body a:hover{
	text-decoration: underline;
}

#fond {
	background: url(im_background.gif) repeat-x 0 0;
}

#position-flash {
	text-align:center;
}

.clear {
	clear: both;
}

