
/* ############################################################### */
/* ##################    LINK, Autres      ####################### */
/* ############################################################### */

body {
	background-color: #FFFBF0;
	color: #000000;
	margin:0px;
	font-family: Georgia, "MS Serif", "New York", serif; 
	font-size: 12pt;
	background-image:url(nintendo/boutsoleil.png);
	background-position: 214px 148px;
	background-repeat:no-repeat;
}

body a {
	color: #000000;
}

div.menu a {
	font-weight:bold;
	font-size:10pt;
	text-decoration: none;
	text-align:left;
	color: #FFFFFF;
	width:150px;
	display: block;
	padding-top:2px;
	margin:0px;

}

div.menu a:hover {
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	color:#FFFFA9;
	margin:0px;
	padding-left:0px;

}




/* ############################################################### */
/* ######################       DIV      ######################### */
/* ############################################################### */

div.pub1 {
	position:absolute;
	left:870px;
	top:150px;
	z-index:10;
}

div.topbar {
	position:relative;
	z-index:10;
	left:0px;
	top:0px;
	width:1000px;
	height:148px;
	background-image:url(nintendo/top.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

div.leftbar {
	background-image: url(nintendo/left.png);
	background-repeat: no-repeat;
	height:495px;
	width:214px;
	padding-left:0px;
}

div.menu {
	position:relative;
	z-index:10;
	left:0px;
	top:0px;
	width:164px;
	height:180px;
	padding-top:70px;
	padding-left:50px;
	margin-left:0px;
}

div.menu2 {
	text-align:left;
	padding-left:105px;
}

div.main {
	position:absolute;
	z-index:1;
	left:215px;
	top:150px;
	width:800px;

	margin:0px;
	padding:10px;
	margin-left:10px;

	text-align:left;
}

div.main:first-line {
	padding-left:50px;
}









td.title { /*default*/
	font-size:10px;
	font-weight:bold;
	text-align:right;
	border:2px solid #000000;
	background-color: #A97E54;
	color:#FFFFFF;
}

td.name { /*default*/
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border:2px solid #000000;
	background-color: #D49E54;
	color: #FFFFFF;
}


td.value { /*default*/
	border:0px;
	font-size:11px;
	border:1px solid #000000;
	background-color: #FFFFA9;
	color: #000000;
}
td.value a { /*default*/
	color: #000000;
}

input.button {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 10px;
	color: #666633;
	background-color: #BECCF1;
	border: solid 1px #666633;
}
input.button:hover {
	font-family: Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	font-size: 10px;
	color: #333333;
	background-color: #AECCE1;
	border: solid 1px #333333;
}


input.text {
	font: bold 11px Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	color: #666633;	
	background: #BECCF1;
	border: 1px #666633 solid;
}

input.text:hover {
	border: 1px #FFDDAA solid;
	font: bold 11px Georgia, "MS Serif", "New York", serif;
	padding: 2px;
	color: #333333;
	background-color: #EEECF1;
	border: solid 1px #333333;
}


textarea {
	border: 1px #666633 solid;
	font: 11px Georgia, "MS Serif", "New York", serif;
	color: #000000;
	padding: 2px;
	background: #BECCF1;
}
textarea:hover {
	border: solid 1px #333333;
	font: 11px Georgia, "MS Serif", "New York", serif;
	color: #000000;
	padding: 2px;
	background: #EEECF1;
