/* v1.0 | 20080212 */

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,input,
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;
}

/*@Utiles---------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.hidden{overflow:hidden;}
.both{clear:both;}
.bold{font-weight:bold;}
.normal{font-weight:normal;}
.norepeat{background-repeat:no-repeat;}
.repeatX{background-repeat:repeat-x;}
.repeatY{background-repeat:repeat-y;}
.alignleft{text-align:left;}
.aligncenter{text-align:center;}
.alignright{text-align:right;}
.underline{text-decoration:underline;}

.invisible{
	filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

.italic{font-style:italic;}
.cursor{cursor:pointer;}

a {
color:#7F0020;
}

/*La landing page*/
body{
	background-color:#6A0400;
	color:#FFFFFF;
	font-family:Arial,sans-serif;
	font-size:11px;
	text-align:left;
	line-height:15px;
}


.camlibertines{
	background-image:url(/image/template/zone_visiteur/camlibertines/fond2.jpg);
	background-repeat:no-repeat;
	height:732px;
	margin:0 auto;
	width:981px;
}

/***   TEXTE   ***/
 .text{
	padding:20px 40px 40px;
	margin-left:2px;
	background-color:#000;
	background-image:url(/image/template/zone_visiteur/camlibertines/background2.jpg);
	color:#FFFFFF;
	text-align:justify;
	width:900px;
	position:relative;
	top:700px;
	font-size:12px;
	line-height:18px;
	height:180px;	
}

.text h1{
	font-size:16px;
	margin-bottom:5px;
}
.cCC3300 {
	color:#CC3300;
	font-weight:bold;
	text-decoration:underline;
}

#connect{
	background-image:url(/image/template/zone_visiteur/camlibertines/connect.png);
	background-repeat:no-repeat;
	margin-left:810px;
	height:27px;
	width:130px;
}

/**** INDEX ***/
.container{margin-top:-240px;}
*html .container{margin-top:-245px;}


/*fORMULAIRE*/
 #formulaire{
 	width:380px;
	height:320px;
	padding-left:428px;
	padding-top:78px;
	text-align:right;
 }
 
 *html #formulaire{
 padding-top:66px;
 }
 
 *+html div#formulaire{
 padding-top:66px;
 }
 
#formulaire .item_select,
#formulaire .item_text  {
	background:none repeat scroll 0 0 #FFDAB2;
	border:1px solid #FFAC0B;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	padding-right:6px;
	padding-bottom:3px;
	margin-top:9px;
}

*html div#formulaire #sexe{
	margin-top:1px;
}

*+html #formulaire #pseudo{
	margin-top:0px;
}

*html #formulaire #pseudo{
	margin-top:2px;
}

#formulaire #item_passe{
	margin-top:7px;
}

*+html div#formulaire #item_passe{
	margin-top:11px;
}

*html div#formulaire #item_passe{
	margin-top:9px;
}

#formulaire #item_email{
	margin-top:7px;
}

*+html div#formulaire #item_email{
	margin-top:10px;
}


*html #formulaire .item_text{
	margin-top:9px;
	padding-top:4px;
	height:14px;
}

#formulaire .item_select{
	width:158px;
	height:24px;
}

#formulaire .item_text   {
	width:150px;
	height:18px;
}

*+html div#formulaire  input.item_text{
	height:auto;
}

#formulaire #item_nom_ville{
	margin-top:37px;
}

*+html div#formulaire #item_nom_ville{
	margin-top:39px;
}

*html div#formulaire #item_nom_ville{
	margin-top:36px;
}

#cgu_box, #cgu_txt{
	float:left;
	text-align:right;
}

#cgu_box{
	padding-left:60px;
	padding-top:10px;
}

#cgu_txt{
	padding-top:12px;
	padding-left:10px;
}
 
#formulaire .cgulink{
	color:#FFFFFF;
}

#formulaire #submit_form1{
	background:url(/image/template/zone_visiteur/camlibertines/BtVal.gif) no-repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	height:40px;
	width:224px;
	margin-right:50px;
	margin-top:42px;
}

*+html div#formulaire #submit_form1{
	margin-top:37px;
}

 /*THUMBS*/
#thumbs{
  	width:85px;
	height:500px;
	padding-top:66px;
	padding-left:37px;
}

#thumbs img{
	width:85px;
	height:85px;
	border:solid 4px #FFFFFF;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}	

#thumbs .profil_pseudo{
	width:85px;
	height:32px;
	display:block;
	color:#FFFFFF;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
}

#thumbs  .margintop4px{
	margin-top:4px;
}


/*MEMBRE EN LIGNE*/
#membres_connectes{
 	width:180px;
	height:50px;
	padding-top:33px;
	padding-left:40px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#membres_connectes ul li{
	width:150px;
	height:20px;
 }
 
.nb_membre_text{width:100px;}
.nb_membre_chiffre{width:50px;}

/*******************************************************************************************************************/
/*******************************************************************************************************************/
/**********************************************         FOOTER          ********************************************/
/*******************************************************************************************************************/
/*******************************************************************************************************************/
#mentions_legales{
	width:980px;
	margin:0 auto;
	margin-top:280px;
}

*html #mentions_legales{margin-top:300px;}


.menu_zv{
	list-style:none;
	width:900px;
	height:20px;
	margin:0 auto;
	margin-bottom: 5px;	
	margin-top:20px;
	margin-left:18px;
	padding:0px;
	font-size:11px;	
	border-top:dotted 1px #CC9933;
	font-family:Arial;
	margin-left:40px;
}

.menu_zv li{
	float:left;
	width:150px;
	text-align:center;
}

.menu_zv a{
	color:#FFFFFF;
}

.menu_zv #li_homme_cherche_femme{
	width:120px;
}


#mentions_legales ul.link_zv{
        list-style:none;
        width:956px;
        height:20px;
        margin:0 auto;
        margin-bottom: 5px;     
        padding:0px;
        font-size:11px; 
        border-bottom:dotted 1px #CC9933;       
}

#mentions_legales ul.link_zv li{
        float:left;
        width:159px;
        text-align:center;
}

#mentions_legales #copyright{
        text-align: center;
        font-family: arial;
        font-size: 10px; 
        padding-top: 15px; 
        margin-bottom:10px;
}

#mentions_legales #blog{
        text-align: center;
        font-family: arial;
        font-size: 11px; 
        padding-top: 15px; 
        margin-bottom:10px;
}

#mentions_legales #mentions_legales{
        text-align: center;
        font-family: arial;
        font-size: 10px; 
        padding-bottom: 10px; 
        width:700px;
        margin-bottom:10px;
        margin:0 auto;
}

/********************************************************************/
/********************************************************************/
/**********************   OVERLAY   *********************************/
/********************************************************************/
/********************************************************************/
#bg_overlay{
	width:100%;
	height:100%;
	background-color:#000;
	position:absolute;
	opacity:0.6;
	filter: alpha(opacity=60);
	display:none;
	top:0px;
	left:0px;
}

/*** OVERLAY PASS PERDU ***/
#overlay_pass_perdu{
	width:340px;
	height:190px;
	padding-top:10px;
	background-color:#6A0400;
	display:none;
	text-align:center;
	border:solid 5px #FFB40B;
	-moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
	position:absolute;	
}

#overlay_pass_perdu .close{
	width:32px;
	height:32px;
	position:absolute;
	z-index: 10000;
	margin-left:330px;
	margin-top:-30px;
	background-image: url(/image/module/galerie/fileclose.png);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.htc);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.php);	
}

*html #overlay_pass_perdu .close{margin-left:160px;}
*+html #overlay_pass_perdu .close{margin-left:160px;}

#overlay_pass_perdu .titre{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	display:block;
}

#overlay_pass_perdu  #text_pass_perdu{
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	font-size:12px;
	line-height:18px;
}

#overlay_pass_perdu  #text_pass_perdu form{
	margin-top:20px;	
}

#overlay_pass_perdu  #mon_email{
	width:150px;
	height:22px;	
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:14px;
	font-weight:bold;
	padding-left:3px;
	float:left;	
	padding-top:3px\9;
	height:19px\9;		
}

#overlay_pass_perdu  #submit_mon_email{
	background-image:url(/image/template/zone_visiteur/camlibertines/bouton.png);
	border:0 solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:24px;
	width:120px;
}


/***  OVERLAY DE CONNEXION   ***/
#overlay_connexion{
	width:500px;
	height:1900px;
	padding-top:10px;
	background-image:url(/image/template/zone_visiteur/camlibertines/camliber.png);
	background-repeat:no-repeat;
	display:none;
	position:absolute;	
}

#overlay_connexion .close{
	width:32px;
	height:32px;
	position:absolute;
	z-index: 10000;
	margin-left:480px;
	margin-top:-30px;
	background-image: url(/image/module/galerie/fileclose.png);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.htc);
	behavior: url(/common/scripts/css/iepngfix/iepngfix.php);	
}

#overlay_connexion  #form_login{
	padding-left:240px;
	padding-top:20px;
}

#overlay_connexion .critere {
	width:340px;
	height:25px;
	margin-top:10px;
}

#overlay_connexion .item_text,
#overlay_connexion .item_password  {	
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin-left:50px;
	padding-bottom:5px;
	padding-left:7px;
	padding-top:2px;
	width:170px;
	padding-top:7px/9;
	padding-bottom:0px/9;
}

#overlay_connexion  #identifiants_perdus{
	width:140px;
	height:20px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	position:relative;
	top:-55px;
	left:132px;
	float:left;
}

#overlay_connexion .disclaimer {
	height:30px;
	width:134px;
	background-image:url(/image/template/zone_visiteur/camlibertines/bouton.png);
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	margin-left:98px;
	margin-top:40px;

}

/*** safari ***/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #form #item_pseudo {
    margin-top:14px;
  } 
 
