/* CSS Document */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF3366;
}
a:active {
	text-decoration: none;
}

body{margin:0px;
	margin-top:10px;
	top:10px;
}

/*-----------elements cachés---------------------*/
.hiddenpics{
	display:none;
	}

