* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	outline: none !important;
	outline: 0 !important;
}
img {
	border: 0;
}
body {
	background-color: black;
}
a {
	text-decoration: none;
	color: #FFF;
}
div.clear {
	clear: both;
}
#body {
	padding: 25px 0;
	text-align: center;
}
#main {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}

/**
* disclaimer 
*/
#disclaimer {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	background: url( '../images/statue-hot.jpg' ) no-repeat top left;
	color: #FFF;
	text-align: left;
}

#disclaimer h1 {
	margin: 3px 0;
	color: #F00;
	font-size: 12px;
	font-weight: normal;
}

#disclaimer p, #disclaimer ul {
	margin : 5px 0;
	font-size: 12px;
}
div.left-disclaimer {
	width: 310px;
	float: left;
	font-size: 10px;
	text-align: center;
	padding-top: 550px;
}
div.right-disclaimer {
	width: 490px;
	float: right;
}
#disclaimer form {
	margin-top: 10px;
	text-align: center;
}
#disclaimer a {
	color: #F00;
}
#check-age {
	font-size: 16px;
}

/**
* homepage 
*/
#home {
	
}
#home h2, #link-list h2 {
	background: url( '../images/bg-h2-home.gif' ) no-repeat center left;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding-left: 25px;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
}
#home div.home-left, #home div.home-right {
	margin-top: 20px;
	height: 410px;
	overflow: hidden;
}
#home div.home-left {
	width: 330px;
	float: left;
}
#home div.home-right {
	width: 600px;
	float: right;
}
#home div.home-left div.round-picture {
	width: 330px;
	height: 330px;
}
#home div.home-left p {
	margin: 0;
	padding: 2px 0;
	font-size: 14px;
	color: #F00;
}



#entries-list, #comments-list {
	width: 600px;
	height: 330px;
	overflow-y: auto;
	background-color: #CCC;
}
#entries-list div.list {
	padding: 10px;
}

#entries-list p {
	margin: 0;
	padding: 0;
}
#comments-list p, #entries-list p {
	color: #000;
}
#entries-list p.title {
	font-size: 14px;
}
#entries-list p.title a {
	color: #F00;
}
#entries-list p.date {
	font-size: 10px;
	font-style: italic;
}
#entries-list p.description {
	margin-bottom: 10px;
}


span.comment-login {
}
span.comment-date {
	font-size: 10px;
	font-style: italic;
}
span.comment-title {
	font-size: 12px;
	color: #F00;
}
span.comment-content {
}

#explicite-news {
	clear: both;
	margin-top: 20px;
	width: 950px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
#explicite-news a {
	color: #FFF;
	text-decoration: none;
}
#explicite-news u {
	text-decoration: none;
	color: #F00;
}

#free-galleries {
	margin-top: 20px;
	float: left;
	width: 540px;
}
#free-galleries img {
	width: 120px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
}
#free-galleries img.last {
	margin-right: 0;
	float: right;
}
#john-sites {
	margin-top: 20px;
	float: right;
	width: 390px;
}
#john-sites img {
	width: 390px;
}
#john-sites p {
	margin-bottom: 20px;
}
















/**
* header 
*/
#header {
	height: 75px;
	width: 950px;
	background: url( '../images/logo.gif' ) no-repeat top left;
	margin-bottom: 38px;
}
#header div.title {
	height: 75px;
	width: 260px;
	float: left;
	cursor: pointer;
}
#header h1 {
	margin: 0;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding-top: 57px;
}
#header h1 a {
	color: #F00;
}


#header div.menutop {
	height: 75px;
	width: 665px;
	float: right;
	border-bottom: 1px solid #F00;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	color: #FFF;
	display: block;
	float: left;
	height: 75px;
	line-height: 75px;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin-right: 6px;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0 5px;
}
ul.menu li a:hover, ul.menu li a.active {
	color: #F00;
}

#header div.lang {
	height: 75px;
	float: right;
}
#header div.lang img {
	margin: 28px 0 0 10px;
}

/**
* footer 
*/
#footer {
	margin-top: 30px;
	clear: both;
	border: 1px solid #F00;
	border-width: 1px 0;
	height: 62px;
}
#footer ul.menu li a {
	height: 62px;
	line-height: 62px;
}
#footer ul.menu {
	margin-left: 200px;
}

/**
* infos legales 
*/
#legals {
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
	color: #FFF;
}


/**
* blocs arrondis 
**/
div.rounded, div.rounded-bottom {
	background-color: #333;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
}
div.rounded p, div.rounded-bottom p {
	margin: 0;
	padding: 10px;
	color: #FFF;
	font-size: 12px;
}

/**
* pagination 
**/
div.paginator {
	width: 950px;
	height: 30px;
	overflow: hidden;
	clear: both;
}
div.paginator-previous, div.paginator-next {
	width: 137px;
	height: 30px;
}
div.paginator-previous a, div.paginator-next a {
	background: url( '../images/bg-navigation.gif' ) no-repeat center;
	display: block;
	width: 137px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

div.paginator-previous {
	float: left;
}
div.paginator-next {
	float: right;
}
div.paginator-links {
	float: left;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	width: 670px;
}
div.paginator-links span {
	color: #FFF;
	text-decoration: underline;
}

#paginator-video {
	margin-top: 20px;
}

/**
* header liste 
*/
div.sub-header {
	height: 175px;
	overflow: hidden;
	margin-bottom: 20px;
}
div.sub-logo {
	height: 175px;
	width: 194px;
	float: left;
}
div.sub-intro {
	width: 562px;
	height: 174px;
	float: left;
}
div.sub-logo-right {
	width: 174px;
	height: 174px;
	overflow: hidden;
	float: right;
	font-size: 11px;
	color: #F00;
	text-align: center;
}
div.sub-logo-right a {
	color: #F00;
}

/**
* colonnes avec photos filles 
*/
div.col-girls {
	width: 175px;
	overflow: hidden;
}
div.col-girls div.rounded {
	width: 175px;
	height: 175px;
	margin-bottom: 20px;
}
div.col-left {
	float: left;
	margin-right: 19px;
}
div.col-right {
	float: right;
}

/**
* liens 
**/
#link-list {
	float: left;
	width: 560px;
	text-align: left;
}

#link-list p {
	color: #FFF;
	font-size: 11px;
	padding: 5px 46px;
}

div.col-liens, #link-list {
	height: 1350px;
}

/**
* casting et contact 
**/


#intro-casting p {
	line-height: 15px;
}
div.col-casting, #form-casting {
	height: 760px;
}
div.col-contact, #form-contact {
	height: 370px;
}
div.form {
	float: left;
	width: 560px;
	background-color: #FFF;
	color: #000;
}

div.form table {
	border-collapse: collapse;
	width: 520px;
	margin: 30px 20px;
}
div.form label, div.form input, div.form select, div.form textarea {
	color: #000;
	font-size: 12px;
}
div.form td, div.form th {
	vertical-align: top;
	padding: 8px 0;
	font-size: 12px;
}
div.form th {
	text-align: right;
	padding-right: 10px;
	font-weight: normal;
}
div.form input, div.form textarea {
	border: 1px solid #333;
}
div.form .text {
	width: 300px;
}
div.form textarea {
	height: 150px;
}
div.form input.field-error, div.form textarea.field-error {
	background-color: #F00;
	color: #FFF;
}

div.form p {
	color: #000;
	font-size: 12px;
	text-align: center;
}

div.form a {
	color: #F00;
}


#form-contact textarea {
	height: 120px;
}

#age, #spam {
	width: 30px;
	margin-right: 10px;
}
div.form .spam {
	text-align: center;
}

#form-account h1 {
	margin: 0;
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #F00;
	text-align: center;
}
#form-account table {
	border-collapse: collapse;
	width: 520px;
	margin: 10px 20px;
}
#form-account p {
	text-align: center;
}
#form-account a {
	color: #000;
}
#form-account a:hover {
	text-decoration: underline;
}
/**
* blog 
*/
#blog {

}
#blog div.blog-right, #blog div.blog-left {
	background-color: #CCC;
	overflow: visible;
}
#blog div.blog-right {
	float: right;
	width: 755px;
}
#blog div.blog-left {
	width: 175px;
	float: left;
}

#blog div.blog-content, #blog div.blog-related {
	height: auto !important;
	min-height: 668px;
	height: 668px;
}

#blog div.blog-content {
	padding: 20px;
}
#blog div.blog-content {
	font-size: 12px;
}
#blog div.blog-content p {
	color: #000;
	margin: 10px 0;
	padding: 0;
}
#blog div.blog-content h2 {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 20px;
	color: #F00;
}
#blog div.blog-content a {
	color: #F00;
}
#blog div.blog-content a:hover {
	text-decoration: underline;
}


#blog div.blog-related {
	padding: 20px 4px;
}
#blog div.blog-related h3 {
	color: #F00;
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 12px;
}

#blog div.blog-related p {
	margin: 0;
	padding: 3px 8px;
	font-size: 11px;
}
#blog div.blog-related a {
	color: #000;
}
#blog div.blog-related a:hover {
	text-decoration: underline;
}
#blog div.image {
	text-align: center;
	margin: 10px 0;
}
#blog div.image img {
	border: 7px solid #FFF;
}




/**
* header video 
**/
#header-video {
	margin-bottom: 40px;
}

/**
* liste videos 
*/
#list-videos {

}
#list-videos div.item {
	width: 174px;
	height: 316px;
	float: left;
	margin: 0 20px 30px 0;
}
#list-videos div.info {
	height: 293px;
	overflow: hidden;
}
#list-videos div.last {
	float: right;
	margin-right: 0;
}
#list-videos p {
	font-size: 11px;
	color: #FFF;
}
#list-videos div.download {
	background-color: #6E0000;
	font-size: 13px;
	text-transform: uppercase;
	width: 174px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
#list-videos div.download a {
	color: #FFF;
}

/**
* page video 
**/
#video {
	height: 300px;
	overflow: hidden;
}
#video div.video-description {
	width: 468px;
	height: 182px;
	float: right;
	overflow: hidden;
}
#video div.download {
	background-color: #6E0000;
	font-size: 13px;
	text-transform: uppercase;
	width: 174px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: right;
	margin-top: 18px;
}
#video div.download a {
	color: #FFF;
}
#video-player-click {
	position: absolute;
	z-index: 200;
	width: 460px;
	height: 280px;
}
#ban-video {
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 18px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	line-height: 60px;
}

/**
* player video 
*/
#video div.video-player {
	width: 480px;
	height: 300px;
	float: left;
}
#player {
	width: 460px;
	height: 300px;
}



/**
* header filles 
**/
#header-filles .sub-logo-right {
	width: 360px;
}
#flow-filles {
	width: 360px;
	height: 205px;
}
#intro-filles {
	width: 372px;
}
#intro-filles p {
	line-height: 14px;
}
/**
* liste filles 
*/
#list-filles {
	clear: both;
}
#list-filles div.item {
	width: 174px;
	height: 316px;
	float: left;
	margin: 0 20px 0 0;
	overflow: hidden;
}
#list-filles div.info {
	height: 294px;
	overflow: hidden;
}
#list-filles div.round-picture {
	height: 174px;
	overflow: hidden;
}
#list-filles div.description {
	height: 120px;
	overflow: hidden;
}

#list-filles div.last {
	float: right;
	margin-right: 0;
}
#list-filles p {
	font-size: 11px;
}

/**
* fiche fille 
*/
#fiche-fille {
	clear: both;
}
#info-fille {
}

div.round-picture {
	background-repeat: no-repeat;
	background-position: top center;
}


#info-fille div.photo {
	float: left;
	margin-right: 20px;
}
#info-fille div.info {
	float: left;
	width: 216px;
	height: 330px;
}
#info-fille span.nom {
	color: #F00;
	text-transform: uppercase;
}
#info-fille p.top-info {
	color: #F00;
}

#media-fille {
	float: right;
	width: 368px;
}
#media-fille div.item-photo {
	margin-bottom: 20px;
	float: left;
}
#media-fille div.item-photo img {
	display: block;
}
#media-fille div.right {
	float: right;
}

#video-fille {
	float: left;
	width: 564px;
}
#video-fille h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 30px 0 10px 0;
	color: #FFF;
}
#video-fille div.item {
	float: left;
	margin: 0 20px 15px 0;
}
#video-fille div.last {
	float: right;
	margin-right: 0;
}

/**
* photos fille 
*/
.simple_overlay {
	display:none;
	z-index:10000;
	background-color:#333;
	width:675px;
	min-height:200px;
	border:1px solid #666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
.simple_overlay .close {
	background-image:url(http://static.flowplayer.org/img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#account-pop {
	width: 500px;
	display:none;
	z-index:10000;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}


#big-picture .next, #big-picture .prev {
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
#big-picture .prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}
#big-picture .next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}
#big-picture .next:hover, #big-picture .prev:hover {
	text-decoration:underline;
	background-color:#000;
}
#big-picture .disabled {
	visibility:hidden;		
}
#big-picture .info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
#big-picture .info strong {
	display:block;	
}
#big-picture .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}
#big-picture .next, #big-picture .prev, #big-picture .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(http://static.flowplayer.org/tools/img/global/gradient/h80.png) repeat-x;		
}


/**
* the wall
*/
#intro-wall {

}
#header-wall {
	width: 770px;
	float: left;
}
#wall-right {
	float: right;
}
#wall-left {
	float: left;
}
#wall {
	background-color: #CCC;
	height: 760px;
	width: 560px;
	margin-left: 19px;
	float: left;
}

#wall #comments-list {
	width: auto;
	margin: 10px;
	height: 720px;
	overflow: auto;
	background-color: #CCC;
}

#write-wall {
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#write-wall p {
	color: #000;
}
#write-wall a, #wall a {
	color: #F00;
}

/**
* espaces pubs 
*/
#banner-bottom {
	margin: 20px auto;
	clear: both;
	text-align: center;
}