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

body{
	background:#FFFFFF url(img/bg.jpg) top left repeat;
	position:relative;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

a{	
	color:#636363;
	font-weight:bold;
}

#warp{
	width:962px;
	height:100%;
	margin:0px auto;
	position:relative;
	padding:0;
}

#header{	
	height:105px;
	position:relative;
	width:100%;
}

/* NAV */
#nav{	
	background: url(img/nav.png) top center no-repeat;
	position:relative;
	width:100%;
	height:45px;
	padding-top:15px;
	color:#d51360;
	font-family:"Comic Sans MS", cursive;
	font-weight:bolder;
}
#nav a {
	color:#FF0000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	text-decoration:none;
}
#navaccueil{
	float:left;
	width:192px;
	text-align:center;
}
#navlove{	
	float:left;
	width:192px;
	text-align:center;
}
#navsexy{	
	float:left;
	width:192px;
	text-align:center;
}
#navgay{	
	float:left;
	width:192px;
	text-align:center;
}
#navplus{	
	float:left;
	width:192px;
	text-align:center;
}

/* TOP */
#top{	
	background: url(img/top.png) top center no-repeat;
	position:relative;
	width:100%;
	height:628px;
	margin-bottom:8px;
}
.toptitle{
	padding:297px 10px 15px 52px;
	font-size:17px;
	font-weight:bolder;
	color:#03F;
}
.topcontent{
	width:715px;
	padding:10px 10px 15px 25px;
}
.topcontent ul li {
	margin: 0 0 0 -25px;
}
.topbutton{
	padding:20px 10px 15px 235px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
}
.topbutton a { 
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

/* */
#users{	
	background: url(img/users.png) top center no-repeat;
	position:relative;
	width:100%;
	height:230px;
	margin-bottom:10px;
}
.userstitle{
	padding:9px 10px 15px 52px;
	font-size:17px;
	font-weight:bolder;
	color:#FF0000;
}
.userscontent{
	width:100%;
	text-align:center;
	margin-left:35px;
}
a img{
	border:0;
}
.usersimg img{
border: 3px solid #fff;
margin-right:20px;
}

.usersimg:hover img{
border: 3px solid #fff;
}

.usersimg:hover{
color: #fff; /* Dummy definition to overcome IE bug */
}


/* Content */
#content{	
	position:relative;
	width:100%;
	height:100%;
	margin-bottom:10px;
	clear:both;
}

/* Left Col */ 

.leftcol{
	float:left;
	width:645px;
	height:100%;
	margin-bottom:10px;
	vertical-align:top;
}
.leftcol ul li {
	margin: 0 0 0 -25px;
}

.leftcoltop{
	background: url(img/leftcoltop.png) top center no-repeat;
	width:656px;
	height:50px;
}
.leftcoltopcontent{
	padding:17px 10px 15px 52px;
	font-size:17px;
	font-weight:bolder;
	color:#0066FF;
}
.leftcolmiddle{
	background: url(img/leftcolmiddle.png) top center repeat-y;
	width:656px;
}
.leftcolmiddlecontent{
	padding:10px 10px 15px 25px;
}
.leftcolmiddlecontent p {
	padding: 5px 0 5px 0;
	margin:0;
}
.leftcolbottom{
	background: url(img/leftcolbottom.png) top center no-repeat;
	width:656px;
	height:10px;
}

/* Right Col */ 

#rightcol{
	float:right;
	width:300px;
	height:100%;
	margin-bottom:10px;
	vertical-align:top;
}

/* Divers styles */

.evidencevert{
	color:#73c702;
	font-weight:bold;
}

#footer{	
	clear:both;
	background: #C4014F url(img/footer.png) top center repeat-x;
	position:relative;
	height:100%;
	padding:5px 25px 10px 25px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin-bottom:30px;
}
#footer a{	
	color:#2F2F2F;
}


/**
*
* CSS FORM REGISTER 
*	
*/
.ezErrorMsg{
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
}

.ezRegisterLabel {
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:190px;
}
.ezRegisterValue{
	width:250px;
	font-size:11px;
	text-align:left;
}
.ezBtn{
	background-color:#FF0084;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:20px;
	font-weight:bold;
	height:47px;
	line-height:47px;
	margin:10px 0 20px 150px;
	vertical-align:middle;
	width:267px;
}
