/* ********** [ GENERAL ] ********** */

body {
	margin: 0px; 
  padding: 0px;
  cursor: default;	
	font-family: verdana, sans-serif;
	font-size: 11px;
	}

div.clear {
	clear:both;
	margin-top:30px; }



/* ********** [ PAGE ] ********** */

div#page_wrap {
}

	div#page {
		margin: 0px auto;
		width: 900px;
		background-color: #dedede 
}



/* ********** [ HEADER ] ********** */

.logo_header img {
	border: 0;
}

div#header_wrap {
	padding: 0px 0px 0px 0px; }

div#lang_selection {
	clear: both;
	float: left;
	margin: 6px 0 0 13px;
	width: 200px;
}

div#lang_selection span {
	font-weight: bold;
	color: #fff;
}

div#lang_selection img {
	border: 0;
	margin: 0 4px;
}
div#lang_selection span a, div#lang_selection span a:active,
div#lang_selection span a:visited {
  font-weight: bold;
	color: #fff;
  text-decoration: none;
}

div#lang_selection span a:hover {
  font-weight: bold;
	color: #fff;
  text-decoration: underline;
}

div#header {
		margin: 0px auto;
		width: 900px;
		height: 135px;
		background: url('Head_v2.png') repeat-x; 
		padding: 2px 0 0 0;
	}

		div#header h1 {
			margin: 0px;
			padding: 0px 0px 0px 60px;
			float: left;
			font: 30px/83px Trebuchet MS, tahoma;
			font-weight: bold;
			color: #ffffff; }

			div#header h1 span { }


/* ********** [ NAVIGATION ] ********** */

div#headernav_wrap {
	float: left;
	clear: both;
	width: 900px;	
	padding-top: 3px;
}

div#headernav {
	margin: 0;
	float: right;
	height: 35px;
	padding: 2px 0 0;
	background: url('relief.png') no-repeat top left;
	width: 650px;
}

div#headernav ul {
	margin: 0 60px 0px 7px;
	padding: 0;
	height: 35px;
	list-style-type: none; 
}

div#headernav ul li {
	margin: 0px; 
	padding: 0px;
	float: left; 
}

div#headernav ul li a {
	padding: 6px 12px;
	height: 15px;
	display: block;
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 11px;
	border-left: 1px solid #ffffff; 
}
					 
div#headernav ul li.first_entry a {
	border-left: 0; 
}

div#headernav ul li a:hover {
	text-decoration: underline; 
}


div#usernav_wrap {
	width: 900px;
	clear: both;
	float: left;
}

div#usernav {
	float: right;
	clear: both;
	width: 646px;
	background: url("bg_submenu.png") no-repeat top left;
	margin: 1px 0 0 0;	
}

div#usernav ul {
	margin: 0px 0px 0px 8px;
	padding: 0px;
	list-style-type: none; 
	float: left;
	background: url("bg_submenu2.png") repeat-x;
	width: 638px;
	height: 26px;
}
			
.head_login	{
	margin: 0px 0px 0px 8px;
	background: url("bg_submenu2.png") repeat-x;
	width: 638px;
	float: left;
	height: 26px;
	font-weight: bold;
	color: #cecece;
}	
			
.head_login_error {
	color:#800000; 
	font-weight: bold; 
	margin: 0 0 0 8px;		
}	

div#usernav ul li {
	margin: 0px;
	float: left; 
}

div#usernav ul li a {
	margin: 0px;
	padding: 4px 5px;
	height: 26px;
	display: block;
	float: left;
	font-weight: bold;
	color: #cecece;
	text-decoration: none; 
}

div#usernav ul li a:hover {
     color: #fff; 
}


/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	background: url('bg_footer.png') no-repeat top left; 
	margin: 0;
	width: 900px;
	height: 21px;
}

div#footer {
	color: #ffffff;
	text-align: center;
	height: 21px;
	padding: 3px 0; 
}

div#footer span {
	margin: 0px 5px; 
}

div#footer a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none; 
}

div#footer a:hover {
	text-decoration: underline; 
}

div#footer_border {
	margin: 0px auto;
	width: 900px;
	height: 10px;
	background: url('footer_border.png') no-repeat; 
}


/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 890px;
}

  	div#container { }


/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	margin: 5px 0 0 0;
	padding: 0;
	width: 200px;
	float: left;
}

  	div#sidebar { }


/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 690px;
}

  	#content { }


/* ********** [ MESSAGES ] ********** */

div#info_message {
	margin: 10px 0px 10px 10px;
	padding: 10px;
    font: 12px arial;
	color: #aa571b;
    background-color: #FFFFC0;
    border-top: 1px #d8b62d solid;
    border-bottom: 1px #d8b62d solid; }

	div#info_message a {
		font: 12px arial;
		color: #aa571b;
		text-decoration: none; }

	div#info_message a {
		text-decoration: underline; }

div#error_message {
	margin: 10px 10px 10px 10px;
	padding: 10px;
    font: 12px arial;
	color: #800000;
    background-color: #FFD7D7;
    border-top: 1px #9D290D solid;
    border-bottom: 1px #9D290D solid; }

	div#error_message a {
		font: 12px arial;
		color: #800000;
		text-decoration: none; }

	div#error_message a {
		text-decoration: underline; }

.site_stats_info {
 	padding: 15px 10px 15px 10px; 
 	float: left;
 	width: 298px;
}

.site_stats_info_line {
	margin: 4px 0;
	float: left;
	clear: both;
	width: 298px;
}

.site_stats_label {
	color:#404040;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
 	width: 170px;
 	float: left;
}

.site_stats_value {
	color:#404040;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
}

.site_stats_top {
	clear: both;
	float: left;
	width: 298px;
}

.site_stats_top ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

.site_stats_top ul li {
	margin: 0px;
	float: left; 
}

.site_stats_top ul li a {
	margin: 0px;
	padding: 0px 6px;
	height: 28px;
	display: block;
	float: left;
	font: bold 12px/28px arial;
	color: #0a4c89;
	text-decoration: none; 
}

.site_stats_top ul li a:hover {
	color: #cb0030; 
}
.new_members_girls_style{
	margin: 0 0 5px;
	padding: 5px 0;
	background-color: #ffe0ff;
	
	text-align:center;						
}


.new_members_girls_style a img {
	border: 1px solid #333333; 
	width: 60px;
	margin: 5px 3px 0px 0px;
}

.new_members_girls_style a:hover img {
	border: 1px solid #c000e0; 
}
					
.new_members_boys_style{
	margin: 5px 0 0;
	padding: 5px 10px;
	background: #D2DBFF;
	text-align:center;	
								
}

.new_member_container {
 	padding: 0 15px 0 0;	
}


.new_members_boys_style a img {
	border: 1px solid #333333; 
	width: 60px;
	margin: 5px 3px 0px 0px;			
}

.new_members_boys_style a:hover img {
	border: 1px solid #2274D9; 
}

.quick_search_info {
 	padding: 15px 10px 15px 10px; 
 	float: left;
	width:300px;
	height: 152px;	
}

.quick_search_line {
	margin: 6px 0;
	float: left;
	clear: both;
	width:300px;
	
}

.quick_search_label {
	color:#404040;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
 	width: 90px;
 	float: left;
}

.quick_search_value {
	color:#404040;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	float: left;
	width: 150px;
}

.quick_search_submit {
	margin: 0 ;
	padding: 0px;
	width: 90px;
	height: 30px;
	font: bold 12px/30px arial;
	color: #ffffff;
	text-align: center;
	border: 0px;
	background: url("button_hover.png") no-repeat; }

quick_search_submit:hover {
	background: url("button_hover.png") no-repeat 0px -30px; }
	
	
	
.account_profile_info {
 	padding: 15px 10px 15px 10px; 
 	margin: 0px 0px 10px 0px; 
 	width: 599px;
 	height: 160;
 	border: 1px solid black; 
}

.account_profile_line {
	margin: 4px 0;
	float: left;
	clear: both;
	width: 278px;
	
}

.account_profile_label {
	color:#404040;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
 	width: 90px;
 	float: left;
}

.account_profile_value {
	color:#404040;
	font-family:arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	float: left;
	width: 150px;
}

.account_profile_submit {
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 30px;
	font: bold 12px/30px arial;
	color: #ffffff;
	text-align: center;
	border: 0px;
	background: url("button_hover.png") no-repeat; }

account_profile_submit:hover {
	background: url("button_hover.png") no-repeat 0px -30px; }
	
.account_profile_legend {
			margin: 0px 0px 8px 0px;
			padding: 0px;
			font: bold 12px arial;
			color: #cb0030; }	

div.bloc_content {
	margin: 5px 0 5px 0;
	background-color: #FFFFFF;
}

div.bloc_content_header {
	background: url('bg_bloc_sidebar1.png') no-repeat top left;
	width: 100%;
	height: 10px;
	padding: 0 0 0 5px;
}

div.bloc_content_header div {
	background: url('bg_bloc_sidebar2.png') no-repeat top right;
	width: 100%;
	height: 10px;
}

div.bloc_content_footer {
	background: url('bg_bloc_sidebar22.png') no-repeat top left;
	width: 100%;
	height: 20px;
	padding: 0 0 0 5px;
	clear: both;
}

div.bloc_content_footer div {
	background: url('bg_bloc_sidebar23.png') no-repeat top right;
	width: 100%;
	height: 20px;
}

div.bloc_content_entries {
	background: url('bg_bloc_sidebar4.png') repeat-y top left;
	width: 100%;
	float: left;
}

div.bloc_content_entries div.bloc_content_elements {
	padding: 0 0 5px 5px;
	background: url('bg_bloc_sidebar3.png') repeat-y top right;
	width: 100%;
	float: left;

}
