/*
	corps de page
*/

body {
	margin: 0;
	padding: 0;
}

body.redscroll {
	scrollbar-face-color:#BB0000;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FF8B00;
	background: url(/images/bg_fg.gif);
}

/*
	haut de page
*/

.header .menu {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
.header .menu td {
	vertical-align: middle;
}
.header .menu a {
	color: #FFFFFF;
	text-decoration: underline;
}
.header .menu a:hover {
	color: #000000;
	text-decoration: none;
}

/*
	pied de page
*/

.footer {
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	color: #fff;
}

.footer .join a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.footer .join a:hover {
	color: #000000;
	text-decoration: none;
}

.footer .copyright {
	font-family: Verdana, Tahoma;
}

.footer .copyright a {
	color: #FFFFFF;
	text-decoration: underline;
}

/*
	ligne de bienvenue
*/

.welcome {
	font-family: Verdana, Tahoma;
	font-size: 8pt;
}

.welcome strong {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

/*
	fake identification
*/

.ident td {
	text-align: center;
}

.ident .alert {
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.ident .alert strong {
	font-size: 23px;
	font-weight: bold;
}

.ident .join a {
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

.ident .return {
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}

/*
	bloc d'intro pour une fille
*/

.fille_intro .description, .fille_video .texte {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
}

.fille_intro .description {
	text-align: justify;
}

/*
	bloc descriptif de la vidéo de la fille
*/

.fille_video .texte {
	text-align: right;
}

.fille_video .titre {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

.fille_video .specs {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}

/*
	tableau de liens texte de toutes les filles
*/

.panel {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

/*
	effet gris/couleur
*/

a.grayout img {
	filter: gray;
}
a.grayout:hover img {
	filter: none;
}

