/* CSS Document */


body {
	scrollbar-face-color: #CC0000;
	scrollbar-shadow-color: #F0F0F0;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-3dlight-color: #F0F0F0;
	scrollbar-darkshadow-color: #F0F0F0;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: #F0F0F0;
	background-color: #000000;
	margin:0;
	padding:0;
	font-family: Verdana;
	font-size: 10px;
	color: #FF0099;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	letter-spacing: normal;
	vertical-align: middle;
	word-spacing: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF66CC;
	font-size: 12px;
}
img {
	border: 0px;
}
.bgLeft {
	background-image: url(images/bgLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgRight {
	background-image: url(images/bgRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menupuce a {
	display: block;
	width: 100%;
	padding: 0px 8px 0px 8px;

}
.menupuce a:hover {
	background-image: url(images/puceMenu.gif);
	background-repeat: no-repeat;
	background-position: 8px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}
a:visited{
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	text-decoration: none;
}

.menulink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	text-decoration: none;
}
.menulink a:visited{
	
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	text-decoration: none;
    background-color: #CC0000;
}
.menulink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0099;
	text-decoration: none;
	background-color: #CC0000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #CC0000;
}

