body,html
{
	background : #000000;
	color : #ffffff;
	font-family:Arial, Verdana, sans serif;
	font-size: 14px;
	font-weight:bold;
}
#access
{
	text-align:center;
	margin:100px auto;
}
a
{
	text-decoration:none;
	color:#ffffff;
}
img
{
	border:none;
}


/* YES / NO */

.fr_yes
{
	height:22px;
	width:133px;
	background-image: url(../img/index/08.gif);
}

.fr_yes:hover{background-image: url('../img/fr_y.gif');}

.fr_no
{
	height:22px;
	width:203px;
	background-image: url('../img/index/09.gif');
}

.fr_no:hover{background-image: url('../img/fr_n.gif');}

.en_yes
{
	height:22px;
	width:198px;
	background-image: url('../img/index/10.gif');
}

.en_yes:hover{background-image: url('../img/en_y.gif');}

.en_no
{
	height:22px;
	width:148px;
	background-image: url('../img/index/11.gif');
}

.en_no:hover{background-image: url('../img/en_n.gif')}



