@CHARSET "UTF-8";

html {
	background: #ffffff;
	font: 12px Tahoma;
}
html, body {
	display: block;visibility: visible;margin: 0; padding: 0;border: 0 none;
}

img { border: 0; margin:0; padding:0; line-height:100%;}

p { padding: 2px 0px; margin: 5px 0px; }

a { color: #0e5ec8; }

a.name {
	line-height: 22px;
	display: inline-block;
	padding-left: 18px;
}
a.name.male {}
a.name.female { background-position: left -22px;}

h1, h2, h3, h4, h5 { font-family: Tahoma; color: #000000; }
h1 a, h2 a, h3 a, a h1, a h2, a h3 { color: #000000; }
h1 { font-size: 1.8em; font-weight: normal;}
h2 { font-size: 1.5em; font-weight: normal;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }/* h4 a { color: #0e5ec8; }*/
h5 { font-size: 1.0em; font-weight: normal; }
span.subtitle { display: block; font-size: 12px; font-weight: normal; }
span.subtitle a { color: #0e5ec8; }

h3 span.subtitle { font-size: 0.6em; }

.text1 { background-color: #cecece; padding: 10px;}
.text2 { background-color: #dfdede; padding: 10px;}

#divMain {position: absolute;width: 100%;height:100%;overflow:auto;}

/* Clearing element */
.clear {
	clear: both;	
}

table caption { margin-bottom: 1em; font-weight: bold; text-align: left;}

table.listing {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.listing thead { background-color: #bd3370;margin-bottom:2px;}
table.listing tbody tr {
	border-bottom: 1px solid #f6f6f6;
}
table.listing td { padding-left: 5px; padding-right: 5px; }
table.listing td.centered,table.listing th.centered{ text-align: center; }
table.listing td.toleft,table.listing th.toleft { text-align: left; }
table.listing td.toright,table.listing th.toright { text-align: right; }
table.listing td.padded { padding: 15px; }
table.listing.noborder tbody tr { border: none; }
/** ------------------ LAYOUT AND DESIGN ----------------------- **/






/** FORMS
--------------------------------------------------- **/
form { 
	line-height: 100%; 
	padding: 5px;
}
form.toright { text-align: right; }
form.toleft { text-align: left; }
form.centered { text-align: center; }

label       { font-size: 1.05em; }
label.selector { font-weight: normal; font-size: 1em; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input[type=text], input[type=password], textarea, select { 
	color: #999999; 
}
input[type=hidden] { display: none; }
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus { color: #000000; }
input[type=text], input[type=password], textarea, select { margin:0.5em 0; }

/* fields widths */
input.w50, select.w50 { width: 50px; }
input.w70, select.w70 { width: 70px; }
input.w100, select.w100 { width: 100px; }
input.w150, select.w150 { width: 150px; }
input.w200, select.w200 { width: 200px; }
input.w250, select.w250 { width: 250px; }
input.w300, select.w300 { width: 300px; }
input.w350, select.w350 { width: 350px; }
input.w400, select.w400 { width: 400px; }

textarea { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio] { /*vertical-align: middle;*/}

/* Success, notice and error boxes */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; } 

/* form markup */
form p.description { margin-top: 5px; }
form p.errors { color: #8a1f11; }
form p.notice { color: #514721; }
form p.successes { color: #264409; }






/** MARKUP
--------------------------------------------------- **/
.markup { clear: both;}
.markup .column {
	float: left;
	margin-right: 1%;
	width: auto;
	margin-bottom: 5px;
}
.markup .column.right {	float: right; margin-left: 1%; margin-right: 0;}
.markup .column.newline { clear: both; }
.markup .column.end { margin-right:0; }
.markup .column.w25 { width: 24%; }
.markup .column.w33 { width: 32%; }
.markup .column.w50 { width: 49%; }
.markup .column.w66 { width: 65%; }
.markup .column.w75 { width: 74%; }
.markup .column.wide { float: none; clear: both; margin-right:0;}



/** ROUNDED FORMS
--------------------------------------------------- **/
form.rounded_fields {}
form.rounded_fields label { line-height: 23px; }
form.rounded_fields input[type=text],
form.rounded_fields input[type=password],
form.rounded_fields input[type=button],
form.rounded_fields input[type=submit],
form.rounded_fields select {
	background: transparent url(../../Images/Design/input_sprite.png) 0 -150px no-repeat;
	border: none;
	height: 20px;
	padding: 3px 10px 2px 10px;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
form.rounded_fields select#field-action {
	background: transparent url(../../Images/Design/input_sprite.png) 0 -90px no-repeat;
	width: 200px;
	padding: 3px 10px 2px 10px;
}
form.rounded_fields input[type=button],
form.rounded_fields input[type=submit] {
	height: 23px;
	padding: 0px 0px;
	width: 100px;
	background-position: 0 -30px;
	margin-top: -2px;
}
form.rounded_fields select {
	height: 24px;
	padding: 2px 10px 2px;
	width: 150px;
	background-position: 0 -60px;
}

form.rounded_fields input.w50,
form.rounded_fields select.w50 { width: 50px; background-position: 0 0; }
form.rounded_fields input[type=text].w50, 
form.rounded_fields input[type=password].w50 { width: 30px; }

form.rounded_fields input.w70,
form.rounded_fields select.w70 { width: 70px; background-position: 0 -240px; }
form.rounded_fields input[type=text].w70, 
form.rounded_fields input[type=password].w70 { width: 50px; }


form.rounded_fields input.w100, 
form.rounded_fields select.w100 { width: 100px; background-position: 0 -30px; }
form.rounded_fields input[type=text].w100, 
form.rounded_fields input[type=password].w100 { width: 80px; }

form.rounded_fields input.w150,
form.rounded_fields select.w150 { width: 150px; background-position: 0 -60px; }
form.rounded_fields input[type=text].w150, 
form.rounded_fields input[type=password].w150 { width: 130px; }

form.rounded_fields input.w200, 
form.rounded_fields select.w200 { width: 200px; background-position: 0 -90px;background-color:#ffffff;}
form.rounded_fields select {-webkit-appearance: none;}
form.rounded_fields input[type=text].w200, 
form.rounded_fields input[type=password].w200 { width: 180px; }

form.rounded_fields input.w250,
form.rounded_fields select.w250 { width: 250px; background-position: 0 -120px; }
form.rounded_fields input[type=text].w250, 
form.rounded_fields input[type=password].w250 { width: 230px; }

form.rounded_fields input.w300, 
form.rounded_fields select.w300 { width: 300px; background-position: 0 -150px; }
form.rounded_fields input[type=text].w300, 
form.rounded_fields input[type=password].w300 { width: 280px; }

form.rounded_fields input.w350,
form.rounded_fields select.w350 { width: 350px; background-position: 0 -180px; }
form.rounded_fields input[type=text].w350, 
form.rounded_fields input[type=password].w350 { width: 330px; }

form.rounded_fields input.w400, 
form.rounded_fields select.w400 { width: 400px; background-position: 0 -210px; }
form.rounded_fields input[type=text].w400, 
form.rounded_fields input[type=password].w400 { width: 380px; }

/* Wall */
.wall {
}
.wall_block {
	padding:10px 0;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
.wb_img {
	width:50px;
	height:50px;
	float:left;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 10px 2px 0;
}
.wb_text {
	margin:0 0 0 60px;
}
.wb_date {
	margin:-4px 0 0 22px;
	font-size:10px;
	color:#999;
}
.wb_do {
	padding:5px 0 5px 22px;
	position:relative;
}
.wb_do img {
	position:absolute;
	top:5px;
	left:0;
}
.wb_photos {
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.wb_photos td {
	padding:0;
}
.right_align {
	text-align:right;
}
.wb_previous_news {
	text-align:right;
	padding:10px 0;
}

.punaise {
    background: url("../../Images/Content/punaise.png") no-repeat scroll 0 0 transparent;
    font-size: 18px;
    line-height: 22px;
    margin-left: 10px;
    padding: 15px 0 10px 48px;
}

/*** Ajouts pages guest/wall ***/

.vote_search_block {
	width: 740px;
	height: 88px;
	background: url(/Images/v2/vote_search_bg.jpg) no-repeat;
	margin: 30px 0;
	position: relative;
	padding: 20px 25px;
	font-size: 11px;
	color: #999999;
}
.vote_search_block table {
	color: #333333;
	margin-top: 16px;
	font-size: 12px;
}
.vote_search_block table td {
	vertical-align: bottom;
}
.vote_search_block table select {
	padding: 2px;
	background: #e6e6e6 url(/Images/v2/input_bg.jpg) repeat-x;
	border: 1px solid #9c9c9c;
	border-radius: 3px 3px 3px 3px;
	color: #5e5d5d;
	margin-top: 3px;
}
.vote_search_block table input[type=text] {
	padding: 2px;
	border: 1px solid #9c9c9c;
	border-radius: 3px 3px 3px 3px;
	height: 18px;
	color: #5e5d5d;
	margin-top: 3px;
}
.vote_search_block table input[type=checkbox] {
	margin-right: 5px;
	position: relative;
	top: -3px;
}
.vote_search_block table label {
	position: relative;
	top: -4px;
}
.vote_search_block table button {
	float: right;
	padding: 2px;
	background: #e6e6e6 url(/Images/v2/input_bg.jpg) repeat-x;
	border: 1px solid #9c9c9c;
	border-radius: 3px 3px 3px 3px;
	color: #5e5d5d;
	cursor: pointer;
}
.photo_raiting {
	min-height: 35px;
	padding-left: 37px;
	background: url(/Images/v2/photo_raiting.jpg) no-repeat;
	margin-top: 20px;
	margin-left: 115px;
}
.stars {
	position: absolute;
	width: 96px;
	height: 27px;
	top: 99px;
	left: 0;
	background: url(/Images/v2/stars_bg.png) repeat;
	z-index: 100;
	padding-left: 11px;
	padding-top: 13px;
}
.star_link {
	width: 17px;
	height: 18px;
	margin-right: 4px;
}
.online_users {
	float: right;
}
.online_users input {
	margin-right: 4px;
}
.online_users label {
	position: relative;
	top: -2px;
}
.guest_block {
    background: url("/Images/v2/vip_Bg.jpg") no-repeat scroll 0 0 transparent;
    height: 78px;
    padding-top: 15px;
    width: 791px;
}
.vip_text {
    color: #865B00;
    float: left;
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    width: 130px;
}
.vip_text a {
    color: #999999;
    font-size: 11px;
}
.guest_block div.mask {
	width: 46px;
	overflow: hidden;
	margin-right: 16px;
	float:left;
}
.guest_block a img {
    
    height: 50px;
}


