@charset "utf-8";
/* --------------------------------------------------- */
/*  Default HTML elements definitions                  */
/* --------------------------------------------------- */
body {
	margin: 18px 0 0 0;;
	font: normal 12px/1.2em Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fdfefd url(../images/background.jpg) top repeat-x;
	color: #333;
}
ul, ol, li, form, p, blockquote, dl, dt, dd, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
strong, h1, h2, .bold {
	font-weight: bold;
}
.nobold {
	font-weight: normal;
}
em {
	font-style: italic;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.small { font-size: 11px; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
/* --------------------------------------------------- */
/*  Page                                               */
/* --------------------------------------------------- */
#header, #smenu, #supercontainer, #spacer, #footer {
	margin: 0 auto;
	width: 950px;
}
#header, #container {
	text-align: left;
}
/* --------------------------------------------------- */
/*  Header                                             */
/* --------------------------------------------------- */
#header {
	position: relative;
	background: url(../images/header.jpg) top no-repeat;
	height: 198px;
}
/* Informations */
#infos {
	position: absolute;
	top: -3px;
	left: 675px;
	color: #fff;
}
/* Edito */
#edito {
	position: absolute;
	top: 85px;
	left: 325px;
	width: 310px;
	height: 65px;
}
h1 {
	font-size: 14px;
}
/* Members */
#members {
	position: absolute;
	top: 28px;
	left: 680px;
	width: 240px;
	height: 130px;
	color: #fff;
}
#members p {
	margin: 0 0 0 80px;
	background: url(../images/become-member.gif) top no-repeat;
	width: 134px;
	height: 20px;
	font-weight: bold;
}
#members p a {
	display: block;
	padding: 3px 0 0 30px;
	color: #fff;
}
#members p a:link,
#members p a:visited,
#members p a:hover,
#members p a:active {
	text-decoration: none;
}
#members .cadre {
	position: relative;
	background: url(../images/members.gif) top no-repeat;
	width: 240px;
	height: 110px;
	/*border:1px solid white;	*/
}
#ident {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 240px;
}
#ident2 {
	
	width:100%;
}
#members label {
	font-weight: bold;
}
#members .col1 {
	margin: 4px 0 0 0;
	float: left;
	width: 100px;
	text-align:left;
}
#members .col2 {
	margin: 4px 0 0 0;
	float: left;
	width: 100px;
}
#connect {
	position: absolute;
	top: 68px;
	right: 20px;
}
#remindme {
	top: 66px;
	left: 20px;
}
#forgot {
	top: 96px;
	left: 24px;
	font-size: 11px;
}
#nickname,
#pswd {
	width: 80px;
	height: 16px;
	border: 1px solid #000;
	font-size: 14px;
	margin:0;
	padding:1px;
}
#connexion {
	cursor:pointer;
	border:none;
	width:81px;
	height:27px;
	background:url(../images/btn-connection.gif) no-repeat;	
	margin-top:4px;
}

#members .cadre a:link,
#members .cadre a:visited,
#members .cadre a:hover,
#members .cadre a:active {
	text-decoration: underline;
	color: #fff;
}
/* Menu */
ul#tabnav {
	position: absolute;
	top: 167px;
	left: 20px;
}
ul#tabnav li {
	position: relative;
	height: 31px;
	float: left;
	margin: 0 3px 0 0;
}
ul#tabnav a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 9px 0 0;
	padding: 0 6px 0 15px;
	color: #fff;
}
ul#tabnav li.nothing a:link,
ul#tabnav li.nothing a:visited,
ul#tabnav li.nothing a:hover,
ul#tabnav li.nothing a:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 28px;
}
ul#tabnav .in { background: url(../images/menu-in-ar.gif) top right no-repeat; }
ul#tabnav .in a { background: url(../images/menu-in-al.gif) top left no-repeat; }
ul#tabnav .out { background: url(../images/menu-out-ar.gif) top right no-repeat; }
ul#tabnav .out a { background: url(../images/menu-out-al.gif) top left  no-repeat; }
/* --------------------------------------------------- */
/*  Menu                                               */
/* --------------------------------------------------- */
#smenu {
	position: relative;
	background: #498da7;
	height: 25px;
	color: #fff;

}
#smenu a {
	color: #fff;
}
/* Links col */
#smenu .links {
	padding: 5px 0 0 0;
	float: left;
	width: 600px;
	font-size: 14px;
}
a.smenu_selected {
	font-weight:bold;
	text-decoration:underline;
}
/* Seek */
#search {
	padding: 5px 0 0 0;
	float: right;
}
#q {
	width: 200px;
	height: 18px;
	border: 1px solid #000;
	font-size: 14px;
}
#valid {}
/* --------------------------------------------------- */
/*  Container                                          */
/* --------------------------------------------------- */
#supercontainer {
	background: #b8d0da url(../images/bg-container.gif) top repeat-x;
}
#container {
	margin: 0 auto;
	width: 930px;
	min-height:450px;	
}
/* Top ban */
#topban {
	height: 100px;
	padding: 10px 0 10px 0;
	text-align: center;
}
/* --------------------------------------------------- */
/*  Spacer                                             */
/* --------------------------------------------------- */
#spacer {
	height: 72px;
	background: url(../images/bottom-container.gif) top no-repeat;
	padding-top:12px;
	font-size:9px;
    text-align:justify;
}
#spacer a {
	color:#68635D;	
	font-size:9px;
}
/* --------------------------------------------------- */
/*  Footer                                             */
/* --------------------------------------------------- */
#footer {
	background: url(../images/footer.jpg) top no-repeat;
	height: 50px;
	color: #fff;
}
#footer p {
	padding: 11px 0 0 0;
	background: transparent url(../images/vimultimedia-footer.jpg) 832px 0px no-repeat;
}
#footer a {
	color: #e1e1e1;
}
/*#footer #vilogo {
	margin-bottom:-9px;
	margin-left:10px;
}*/

#formulaire_connexion_erreur {
	display:none;
}


/* --------------------------------------------------- */
/*  Formulaire Inscription                             */
/* --------------------------------------------------- */
.errorbox {
	background-color: #ffebe8;
	border: 1px solid #db3f26;
	display: none;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	color: #000000;
}
.form_input_text {
	border: 1px solid #c6cfe1;
}

/*
	cadre moreinfos	
*/
/* -- More informations -- */
.moreinfos {
	width: 760px;
	margin: 10px 0 0 0;
	background: #fdfcf8;
	border: 1px solid #ccc;
}

.moreinfos.tableheader {
	width: 758px;
	margin-left:2px;
	margin-bottom:-10px;
}


#fullcol .moreinfos {
	width:930px;	
}

.moreinfos h2 {
	float: left;
	margin: 0 0 0 8px;
	line-height: 27px;
	font-size: 18px;
	color: #446677;
}
.moreinfos h3 {
	float: left;
	margin: 0 0 0 10px;
	line-height: 27px;
	font-size: 18px;
	color: #446677;
}
.moreinfos .top span {
	float: right;
	display: block;
	float: right;
	margin: 0 10px 0 0;
	line-height: 31px;
}

.moreinfos h3 {
	margin: 0 0 0 10px;
	font-size: 14px;
}
.moreinfos form {
	padding: 10px;
}
.moreinfos .content {
	background: #c9dce4;
	width: 750px;
	padding: 10px 0 10px 0;
}
#fullcol .moreinfos .content {
	width:920px;	
}
.separator{
	background-color: #E8F0F4;
	height:4px;	
}
.moreinfos .top {
	width: 750px;
	height: 27px;
	background-color: #c9dce4;
}
.moreinfos.tableheader .top {
	width:748px;
}
#fullcol .moreinfos .top {
	width:920px;	
}

/*
	cadre profile
*/

.profile .top {
	width: 615px;
	height: 31px;
}

.profile .content {
	width: 615px;
	height: 100px;
}

#inscription .top i {
	line-height:27px;
	margin-left:5px;
}

table.data  {
	margin-left:15px;	
	border-collapse:collapse;
}
table.data td {
	padding:7px;
	border:1px solid #889EB9;
}
table.data th {
	padding:10px;
	font-weight: bold;
	background-color:#fff;
	border:1px solid #889EB9;
}
table.smalldata {
	font-family:Terminal, monospace;
	border-collapse:collapse;
	font-size:8px;
	line-height:10px;
}
table.smalldata td {
	padding:2px;
	border:1px solid #889EB9;
}
.successbox {
	padding:10px;
	margin:5px;
	display:block; 
	border: 1px solid #009900; 
	background-color: #99CC66;
	text-align:center;
}
.colorlegend {
	margin-right:10px;
	width:70px;
	height:15px;
	display:block;
	border:1px solid #889EB9;	
	float:right;
	text-align:center;
}

span#photonav,span#aminav {
	padding-right:5px;	
	display:block;
	text-align:right;
}

.homme h2 {
	color: #446677;
}
a:link, a:visited{
	text-decoration: none;
	color:#446677;
}
a:hover, a:active {
	color:#446677;
	text-decoration: underline;
}

.femme h2 {
	color: #663366;
}
.femme a:link, .femme a:visited {
	text-decoration: none;
	color:#663366;
}
.femme a:hover, .femme a:active {
	color:#663366;
	text-decoration: underline;
}
.homme > a > strong {
	color:#446677;
}

.friendlist img {
	margin: 5px;
}
.friendlist span {
	display: block;
	margin: 0 auto;
	background: #fdfcf8;
	border: 1px solid #ccc;
	width: 82px;
	height: 71px;
}
.friendlist strong {
	text-align:center;
	display: block;
}
.friendlist td {
	padding:8px;	
}
/*
 a.search {
	background: url(../images/search12x12.gif) no-repeat right 2px;
	padding-right: 15px;
}*/

td.picture {
	display: block;
	margin: 0;
	background: #fdfcf8;
	border: 1px solid #ccc;
	width: 82px;
	height: 71px;
	text-align:center;
	padding:2px;
}

.picture img {
	margin:0;
	margin-top:5px;
	padding:0;
}
a.link_friend {
	background: url(../images/icones/discut-fr-devenirami.png) no-repeat;
	padding-left:18px;

}
a.link_unfriend {
	background: url(../images/icones/discut-fr-supprimerami.png) no-repeat;
	padding-left:18px;
}
a.link_block {
	background: url(../images/icones/discut-fr-bloquermembre.png) no-repeat;
	padding-left:18px;
}
a.link_unblock {
	background: url(../images/icones/discut-fr-debloquermembre.png) no-repeat;
	padding-left:18px;
}
a.link_comments {
	background: url(../images/icones/discut-fr-commetaires.png) no-repeat;
	padding-left:18px;
}
a.link_abuse {
	background: url(../images/icones/discut-fr-signalerabus.png) no-repeat;
	padding-left:18px;
}

div.hbar {
	background: url(../images/discut-fr-ligne.png) no-repeat top left;
	margin:0;
	padding:0;
	width:750px;
	height:20px;
}

input.btrecherche {
	background: transparent url(../images/discut-fr-rechercher.jpg) no-repeat top left;
	border:none;
	width:101px;
	height:20px;
	cursor:pointer;
}
h4.date {
	border-bottom: 1px solid #804000;
	color: #804000;
}
#screenshot{
	position:absolute;
	border:1px solid #fff;
	background:#fff;
	padding:5px;
	display:none;
	color:#000000;
}
button {
	padding:0;
	cursor:pointer;
	border:none;
	background:transparent;
}
.pagination {
	margin:4px;	
	text-align:center;
	border:none;
	padding:1px;	
}

.pagination table {
	border-collapse:collapse;	
	padding:0px;
	margin:0px;
}


.pagination .left {
	text-align:left;	
	padding:1px;
	
}
.pagination .middle {
	text-align:center;
	padding:1px;
}
.pagination .right {
	text-align:right;	
	padding:1px;
}

.pagination a, .pagination strong, .pagination .disabled  {
	border:1px solid #93B9C8;
	background-color:#C9DCE4;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin:1px;
	height:24px;
	line-height:24px;
}
.pagination .disabled {
	color: #888;	
}
.pagination a:hover, .pagination strong {
	background-color:#FDFCF8;
	text-decoration:none;
}