@charset "utf-8";

/*  =========================================================
	File: gallery.css
	Date: 090423
========================================================== */

/* ==============================================
   I - General Reset
   ============================================== */
html { height: 101%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	}

ul, ol {
	list-style:none;	
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset, img {
	border:0;
	}

caption, th {
	text-align:left;
	}
	
/* ==============================================
   II - Layout
   ============================================== */
body {
	margin:0px; 
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#fff;
	background:#43034b url(../images/bg1.gif) repeat-x;
}

/* All Links */
a { outline:none; text-decoration:none; } 
a:link { 
	color:#fff;
	text-decoration:none;
}
a:visited { 
	color:#fff;
	text-decoration:none;
}
a:hover, a:focus {
	color:#fff;
	text-decoration:underline;
}
a:active {
	color:#fff;
	text-decoration:underline;
}

.thumbs h1 {
	text-align:left;
	font-size:110%;
	margin:0 8px;
}

.thumbs p {
	text-align:left;
	margin:1px 8px;
	
}

.table_bg {
	background:url(../images/bg.jpg) repeat-y;
}

.thumbs a:link img, .thumbs a:visited img, .thumbs a:active img {
	border:#43034b solid 2px;
	margin:7px;
}
.thumbs a:hover img, thumbs a:focus img{
	border:#fff solid 2px;
	margin:7px;
}

/*affaire */
#affaire {
	width:100%;
	text-align:center;
	margin:20px 0;
}

#affaire h3 {
	font-size:200%;
	margin:0;
}

#affaire img {
	margin:5px;
}

#affaire a img {
	border:#43034b solid 2px;
}

#affaire a img:hover, #affaire a img:focus {
    border:#fff solid 2px;
}

/*poppen */
#poppen {
	width:100%;
	text-align:center;
	margin:20px 0 10px 0;
}

/*gonzo */
#gonzo {
	width:100%;
	text-align:center;
	margin:15px 0 15px 0;
}

/* sexbox */
.sexbox td {
	padding:3px 0 1px 9px;
}

.sexbox a {
	text-decoration:underline;
}

/* TGP */
div#tgps {
	text-align:center;
	margin:5px 0;	
}

div#tgps img {
	border:0;
	padding:0 3px;
}

.promotxt {
	font-size:200%;
	font-weight:bold;
	margin:7px 0;
}

.footer_bg {
	background:url(../images/footer.jpg) no-repeat;
}

.Stil1 {
	color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
