/*Reset css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Fin reset css*/

/*Css de la zone visiteur de peepliveshow.com*/

/*Utilitaires*/

.both{
	clear:both;
}

.hidden{
	overflow:hidden;
}

.left{
	float:left;
}

.norepeat{
	background:no-repeat;
}

.alignright{
	text-align:right;
}

.aligncenter{
	text-align:center;
}

/*Le texte*/

.cFFFFFF{
	color:#FFFFFF;
}

.cF10E83{
	color:#f10e83;
}

.cBBFA2D{
	color:#BBFA2D;
}

.c000000{
	color:#FFFFFF;/*Ce n'est pas la couleur spécifiée par la classe, mais c'est voulu*/
}

.cFF0099{
	color:#95EB34;/*Ce n'est pas la couleur spécifiée par la classe, mais c'est voulu*/
}

.bold{
	font-weight:bold;
}

.normal{
	font-weight:normal;
}

.italic{
	font-style:italic;
}

.capitalize{
	text-transform:capitalize;
}

/*Les éléments html*/

body {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	color:#000000;
	font-size:12px;
	background-image:url('/image/template/zone_visiteur/peepliveshow/background.png');
	background-repeat:no-repeat;
	background-color:#000;
	background-position:center top;
}

#peepliveshow{
	margin:0 auto;
	width:940px;
}

#peepliveshow_top{
	width:940px;
}

#peepliveshow #connexion{
	width:239px;
	height:83px;
	background-image:url(/image/template/zone_visiteur/peepliveshow/connexion.png);
	margin-top:30px;
	text-transform:uppercase;
	line-height:1.5;
	padding-left:5px;
	padding-top:5px;
}

#peepliveshow #header, #peepliveshow #connexion{
	margin-left:650px;
}

*html div#peepliveshow #header, *html div#peepliveshow #connexion{
	margin-left:330px;
}

#peepliveshow #connexion input{
	border:1px solid #FF00FF;
	background-color:#FF94FF;
	width:94px;
	float:left;
	margin-right:3px;
	margin-bottom:5px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:bold;
}

*+html div#peepliveshow #connexion input{
	margin-top:2px;
}

*html div#peepliveshow #connexion input{
	margin-top:2px;
}

#peepliveshow #connexion input#bt_connexion{
	border:0 none;
	background-color:transparent;
	background-image:url(/image/template/zone_visiteur/peepliveshow/ok.png);
	width:30px;
	height:20px;
	cursor:pointer;
}

#peepliveshow #connexion label{
	display:none;
}

#peepliveshow #connexion a{
	display:block;
	margin-right:10px;
}

#peepliveshow  h1{
	font-size:24px;
}

#peepliveshow  #pagination a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#peepliveshow  #pagination a:hover{
	text-decoration:underline;
}

*+html div.pagination2{
	margin-top:10px;
}

#peepliveshow .vignette_liveshow{
	background-image:url(/image/template/zone_visiteur/peepliveshow/background_vignettte.png);
	width:auto;
	height:150px;
	background-repeat:repeat-x;
	border-color:1px solid f10c83;
	margin-right:7px;
	margin-bottom:10px;
	overflow:hidden;
}

*+html div#peepliveshow .vignette_liveshow{
	padding-bottom:10px;
}

*html div#peepliveshow .vignette_liveshow{
	margin-bottom:0px;
}

#peepliveshow #cams, #peepliveshow  h1{
	margin-left:8px;
	margin-top:5px;
}

#peepliveshow #cams{
	margin-top:10px;
}

#peepliveshow #cams div{

}

#peepliveshow #cams div.pseudo{
	color:#FFFFFF;
	font-size:13px;
	text-transform:capitalize;
	display:block;
	margin-top:5px;
	margin-bottom:2px;
	margin-left:5px;
}

#peepliveshow #cams img.pointer{
	border:1px solid #FFFFFF;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
}

#peepliveshow #cams img.fleche{
	display:none;
}

#peepliveshow #cams a.fleche{
	display:block;
	width:105px;
	height:19px;
	background-image:url(/image/template/zone_visiteur/peepliveshow/background_fluo.png);
	color:#54372E;
	font-weight:bold;
	padding-left:19px;
	padding-top:5px;
	text-decoration:none;
	background-repeat:no-repeat;
	position:relative;
	left:10px;
	top:4px;
}

*+html div#peepliveshow #cams a.fleche{
	top:0px;
}

*html div#peepliveshow #cams a.fleche{
	top:0px;
}

#peepliveshow #cams div.cam img.sans_bordure, #peepliveshow #cams div.enligne img.sans_bordure{
	position:relative;
	top:-120px;
	left:3px;
}

#footer{
	margin-top:5px;
	margin-bottom:5px;
}

/*La boîte de paiement*/
#overlay_paiement, #text_overlay_paiement{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#overlay_paiement{
	background-color:#000;
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity : 0.9;
	width:100%;
	z-index:1000;
}

#text_overlay_paiement{
	background-color:transparent;
	z-index:2000;
	text-align:center;
}

#text_overlay_paiement form{
}

#cacher_popup_liveshow{
	cursor:pointer;
	width:13px;
	height:13px;
	margin-left:280px;
}

#text_overlay_paiement{
	background-image:url(/image/template/zone_visiteur/peepliveshow/background_inscription.png);
	border:1px solid #F31688;
}

#text_overlay_paiement form, #text_overlay_paiement div{
	text-align:left;
}

#text_overlay_paiement #item_email{
	background-color:transparent;
	border:0 none;
	font-size:17px;
	font-weight:bold;
	height:25px;
	margin-left:40px;
	margin-top:51px;
	padding-left:4px;
	padding-top:5px;
	width:178px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

*+html div#text_overlay_paiement #item_email{
	margin-top:37px;
}

*html div#text_overlay_paiement #item_email{
	margin-top:35px;
}

#text_overlay_paiement #submit_form1{
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-left:52px;
	padding-top:15px;
	width:166px;
}

*+html div#text_overlay_paiement #submit_form1{
	padding-top:12px;
}

*html div#text_overlay_paiement #submit_form1{
	padding-top:12px;
}

/*Pass perdu*/
.pass_perdu{
	background-image:url(/image/template/zone_visiteur/peepliveshow/background_pass_perdu.png);
	border:1px solid #F31688;
	color:#FFFFFF;
	width:285px;
	height:150px;
	line-height:1.5;
	font-weight:bold;
	padding-left:10px;
	padding-right:5px;
}

.pass_perdu form{
	text-align:left;
	padding-top:5px;
}

.pass_perdu #mon_email{
	background-color:#FF94FF;
	border:1px solid #FF00FF;
	color:#000;
	font-weight:bold;
	width:150px;
	padding-right:2px;
	height:20px;
	padding-top:5px;
}

.pass_perdu #submit_mon_email{
	background-color:transparent;
	background-image:url(/image/template/zone_visiteur/peepliveshow/background_bt_pass_perdu.png);
	border:0 none;
	font-weight:bold;
	height:26px;
	left:3px;
	position:relative;
	top:1px;
	width:80px;
	cursor:pointer;
}

.pass_perdu #cacher_popup_liveshow{
	margin-left:275px;
}

/*Disclaimer*/
#overlay_disclaimer, #text_overlay_disclaimer{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#overlay_disclaimer{
	background-color:#000;
	filter : alpha(opacity=90);
	-moz-opacity : 0.9;
	opacity : 0.9;
	width:100%;
	z-index:1000;
}

#text_overlay_disclaimer{
	background-color:transparent;
	z-index:2000;
	text-align:center;
	background-image:url(/image/template/zone_visiteur/peepliveshow/background_disclaimer.png);
	text-align:left;
	padding-left:190px;
}

#text_overlay_disclaimer #fermer_diclaimer{
	height:14px;
	margin-bottom:50px;
	margin-left:200px;
	margin-top:35px;
	width:13px;
}

#text_overlay_disclaimer p{
	width:206px;
	line-height:1.5;
}

#text_overlay_disclaimer form{
	margin-left:5px;
	margin-top:5px;
}

#text_overlay_disclaimer select{
	border:1px solid #FF00FF;
	background-color:#FF94FF;
	margin-right:3px;
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:bold;
	margin-bottom:3px;
}

#text_overlay_disclaimer #statut_date{
	color:#FF1493;
	font-weight:bold;
	margin-left:20px;
	display:none;
}

span#text_pass_perdu{
	position:relative;
	top:-10px;
}
