* {
	margin: 0;
	padding: 0;
}
html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #660033;
	top: 0px;
} 
 
#pagewidth{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	background-color: #990066;
} 
 
#header{
	position:relative;
	height:85px;
	background-color:#990066;
	width:100%;
	background-image: url(images/photos-stars-sexy.gif);
	top: 0px;
	margin: 0px;
	padding: 0px;
} 
#header h1 {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 23px;
	padding-left: 410px;
}
#header p {
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 160px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header a {
	color: #FFCC00;
	text-decoration: none;
}
#header a:hover {
	color: #FFFFFF;
}

 
#leftcol{
	width:157px;
	float:left;
	position:relative;
	background-color:#990066;
	background-image: url(/images/stars-gauche.gif);
	background-repeat: repeat;
 }
#leftcol li {
	display: block;
	list-style-type: none;
}

#leftcol a {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

 
#twocols{
	width:603px;
	float:right;
	position:relative;
  }
 
#rightcol{
	width:150px;
	float:right;
	position:relative;
	background-color:#990066;
 }



.boite      {
	width: 140px;
	border: 2px solid #CC0000;
	font-size: 12px;
	margin-bottom: 15px;
	background-color: #660033;
	text-indent: 0px;
	padding-bottom: 5px;
}
.boite p {
	background-color: #CC0000;
	width: 140px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.boitegauche      {
	width: 145px;
	border: 2px solid #CC0000;
	font-size: 12px;
	margin-bottom: 15px;
	background-color: #660033;
	text-indent: 0px;
	margin-left: 8px;
}
.boitegauche p {
	background-color: #CC0000;
	width: 145px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
.boitegauche h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}
.boitegauche h3 {
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 12px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}

ul#boite1 {
	margin    :   0;              /* Marge extérieur nulle */
	padding   :   0;              /* Marge intérieur à 1px sauf pour le bas */
	width     :   135px;          /* Largeur de notre liste */
	font-size :   12px;
	color: #FFFFFF;
	font-weight: bold;
}	
ul#boite1 a {
	color: #FFFFFF;
}
ul#boite1 a:hover {
	color: #FFCC00;
}
ul#boite1 li {
	list-style-type   :  none;      
	margin-bottom     :  3px;      
	color: #FFFFFF;
	padding-left: 5px;
}

#maincol{
	float: left;
	display:inline;
	position: relative;
	width:453px;
 }


#maincol h1 {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #CC0000;
	margin-top: 10px;
	width: 420px;
	margin-left: 15px;
	text-indent: 15px;
}
#maincol h2 {
	font-size: 14px;
	color: #FFCC00;
	width: 420px;
	padding-left: 20px;
}
#maincol h3 {
	font-size: 12px;
	color: #FFFFFF;
	width: 420px;
	padding-right: 20px;
	padding-left: 20px;
}
#maincol .images {
	width: 420px;
	text-align: center;
	height: 290px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#maincol .images img {
	border: 2px solid #FFFFFF;
	margin: 10px;
}
#maincol .images2 {
	width: 420px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#maincol .images2 img {
	border: 2px solid #FFFFFF;
	margin: 10px;
}
ul#menu
{
	height: 195px;
	list-style-type: none;
	background-color: #660033;
	border: 2px solid #CC0000;
	width: 367px;
	margin-left: 40px;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	float: left ;
	text-align: center ;
}/* On rend les li en flottant pour pouvoir les
 afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	width: 120px;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}/* C'est sur les liens que le gros du travail est
 effectué, largeur, hauteur de ligne, taille de police, graisse de police,
  espacement des lettres, couleur, bordure et decoration du texte. 
  Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menu li a:hover
{
	color: #FFCC00;
	text-decoration: none;
}/* Et pour finir on décale l'image de fond au passage
 de la souris pour laisser aparaître l'état survolé de l'image, 
 voir le tutoriel sur les roll over pour plus de détails */


ul#menumetier
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menumetier li
{
	float: left ;
	text-align: center ;
}/* On rend les li en flottant pour pouvoir les
 afficher horizontalement, on cache les puces, et on centre le texte */

ul#menumetier li a
{
	width: 145px;
	font-size: 12px;
	color: #FFCC00;
	display: block;
	text-decoration: underline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}/* C'est sur les liens que le gros du travail est
 effectué, largeur, hauteur de ligne, taille de police, graisse de police,
  espacement des lettres, couleur, bordure et decoration du texte. 
  Nous pouvons dimensionner les a grâce à la propriété display: block ; */

ul#menumetier li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

hr {
	width: 95%;
	color: #CC0000;
	height: 2px;
}

 
#footer{
	height:22px;
	background-color:#990066;
	clear:both;
	background-image: url(/images/stars-bas-1.gif);
	font-size: 10px;
	text-align: center;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
	background-color: #990165;
} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#maincol p#pages {
	text-align: right;
	clear: both;
	padding-right: 15px;
	font-size: 13px;
	padding-top: 10px;
}
#maincol p#pages span {
	float: left;
	padding-left: 15px;
}
#maincol p#pages a {
	color: #FFFFFF;
	text-decoration: underline;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCC99;
}
.texte-stars {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFCC;
	text-align: justify;
	width: 420px;
	padding-left: 15px;
}
.texte-pornstars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCC99;
	text-align: justify;
}

