/* GCflag.com CSS Document */

html {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:  #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
}
body {
	background-image: url('/images/background2.gif');
	background-repeat: repeat;
	margin: 0px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #efefef;
	background-color: #000000;
	font-size: 12px;
}
tr, td {
	background-color:#000;
}

a:link	{ color: #7943b0; }
a:visited	{ color: #7943b0; }
a:hover	{ color: #ff4498; }
a:active	{ color: #368AD2; }

.imgnoborder, .imgnoborder img {
	border: 0;
}


/*******************************************************/
/******************  C O N T E N U  ********************/
/********************************************************/


/******************/
/* Frame centrale */
/******************/
.frame, .frame table {
	text-align: center;
	vertical-align: top;
	margin: 5px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #efefef;
	background-color: #000000;
	font-size: 12px;
}


/************************/
/* Sous-menus de droite */
/************************/
.menu {
	text-align: center;
	padding: 10px;
	padding-top: 40px !important;
}
.menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu li {
	list-style: none;
	width: 100%;
}
.menu a {
	width: 100%;
}
.menu li:hover, .menu a:hover {
	background-color: #000000;
}


/********/
/* News */
/********/
.news_title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: capitalize;
}


/***************/
/* Fanslisting */
/***************/
.list {
	border-collapse: collapse;
	border: 1px dotted white;
}


/********/
/* Team */
/********/
.team {
	text-align: left;
	border: 1px solid #7943b0;
	padding: 3px;
}
.team tr td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}