/* @override http://www.maxxxhentai.com/style.css */

@charset "utf-8";
/* CSS Document */


/* Structure */


html,body { height:100%;}
body {
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #ad6eb6 url(images/bg.gif) top repeat-x;
	margin:0;
	padding:0;
	}
.hidden { display: none;}

.pub { /* Pub */
	text-align:center;
	/*height: 70px;*/
	padding: 10px;
	} 

.intro { /* Pub */
	/*height: 70px;*/
	text-align:center;	
	padding: 10px;
	position: relative;
	/*margin-left: 100px;*/
	}
	
.intro1 a, a:active {
	text-decoration:underline;
	color:#ff0000;
	}
.intro1 a:hover {color:#ff0060; text-decoration:none;}	

.top { /* Pub */
  text-align:left;
	padding: 10px;
	font:1.3em Verdana, Arial, Helvetica, sans-serif;
	}
.top a:hover {color:#ff0000; text-decoration:none;}
/* Headers */


H1 { /* logo */
	position: absolute;
	height:180px;
	width: 800px;
	margin: 0;
	background: url(images/header.jpg) no-repeat top center;
	}
H2 { /* Tag line */
	position: absolute;
	top: 100px;
	color: black;
	z-index: 100;
	font:8pt/0.9em Georgia, "Times New Roman", Times, serif;
	}
H3 {
	margin:0 0 0 15px;
	font:14pt/1.4em Georgia, "Times New Roman", Times, serif;
	}
H4 {
	margin: 0;
	font:2em Georgia, "Times New Roman", Times, serif;	
	}
H5 {
	font:2.5em Georgia, "Times New Roman", Times, serif;
}    	


/* Link style */


a, a:active, a:hover {
	text-decoration:underline;
	color:black;
	}
a:hover {color:#666666;}


/* Wrapper */ 


#wrap {
	margin:0 auto;
	padding:0;
	height:100%;
	width:800px;
	}
#content {
  	position:absolute;
	left: 50%;
  	padding-top: 20px;
  	width:1026px;
  	height: 100%;
	 /* margin-top: 90px;  moitié de la hauteur pour centrage parfait */
	margin-left: -513px; /* moitié de la largeur pour centrage parfait */
}

#gauche {
 float: left;
 width: 800px;
}
#droite {
	float: right;
	width: 200px;
}
.contenudroit {
	background: #d1a6ce;
	border-left: solid 1px #71347a;
	border-right: solid 1px #71347a;
	border-bottom: solid 1px #71347a;
	padding-left: 3px;
}

html>body #wrap { /* IE hack for the min-height problem in IE */
	height:auto;
	min-height:100%;
	}


/* Header div with logo and image */


#header {
	height: 280px;
	}


/* Footer */


#footer {
	clear:both;
	bottom: 0;
	padding: 10px;
	}
p.copyright {
	margin-top:30px;
	text-align:center;
	font-size:0.8em;
	}



