/*----------------------------------------------------------------------
# futilis situs 1.0 - 20 Nov 2006
# ----------------------------------------------------------------------
# Copyright (C) 2006 Web Revolution. All Rights Reserved.
# Author: Web Revolution - Creative Concepts & Advertising Innovation
# License: GNU/GPL
# Website: http://eshop.webrevolution.org
#                _                           _       _   _             
#  __      _____| |__    _ __ _____   _____ | |_   _| |_(_) ___  _ __  
#  \ \ /\ / / _ \ '_ \  | '__/ _ \ \ / / _ \| | | | | __| |/ _ \| '_ \ 
#   \ V  V /  __/ |_) | | | |  __/\ V / (_) | | |_| | |_| | (_) | | | |
#    \_/\_/ \___|_.__/  |_|  \___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_|
------------------------------------------------------------------------*/


body{
	margin: 0px;
    background: url(../images/bottin_bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;   
    background-color: black;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}
div#maindiv{
    min-width: 960px;
}
div#inner{
/*     position: relative; */ /* Decalait tous les elements relatifs vers la droite de 15px */
}
div#wrapbg{
	background: url(../images/bottin_entete.jpg);
	background-repeat: no-repeat;
    background-position: top center;   
	width: 100%;
}
.clr{
	clear: both;
}


/* JOOMLA DEFAULT STYLE
--------------------------------------------------------- */
a:link, a:visited{
	color: #6c0000;
	text-decoration: none;
}
a:hover{
	color: #6c0000;
	text-decoration: underline;
}
ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
}
ul a:link, ul a:visited{
	color: #6c0000;
	text-decoration: none;
}
ul a:hover{
	color: #6c0000;
	text-decoration: underline;
}
td{
	font-size: 1em;
}
a img{
	border: none;
}
.contentheading {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	color: #6c0000;
}
.contentheading a:link, .contentheading a:visited {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	color: #6c0000;
	text-decoration: none;
}
.contentheading a:hover {
	color: #6c0000;
	text-decoration: underline;
}
.modifydate{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #cbcbcb;
	padding-top: 15px;
}
.small{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.83em;
	color: black;
}
.createdate{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #cbcbcb;
}
td .createdate{
	font-size: 0.83em;
}
.readon{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.92em;
	color: #6c0000;
}
a.readon:link, a.readon:visited {
	text-decoration: none;
}
a.readon:hover {
	text-decoration: underline;
}
td.buttonheading {
	width: 32px;
}
.sectiontableheader {
	background-color : #756108;
	background-repeat: repeat;
/* 	border-bottom: solid 1px #999999; */
	padding: 2px;
	color : #E9DB9C;
	font-weight : bold;
	padding: 2px;
}
.sectiontableentry2 {
    background-color : #BBAC56;
}
.sectiontableentry1 {
    background-color : #E9DB9C;
}
.mosimage_caption{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #cbcbcb;
	padding-top: 5px;
	padding-bottom: 5px;
}
.componentheading {
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cbcbcb;
	text-align: left;
    margin-top: -17px   
/* 	margin-bottom: 20px; */
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 200px;
}
table.contenttoc td {
	padding: 1px 5px 1px 18px;
}
table.contenttoc th {
	padding: 2px 4px;
	background-color : #efefef;
	border-bottom: solid 1px #999999;
	color: #888888;
	text-indent: 5px;
	text-transform: UPPERCASE;
}
table.blog, table.contentpaneopen{
	width: 100%;
}
table.contentpane{
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
}
.highlight{
	background-color: #ffff99;
}
.contentpane{
	width: auto;
}
form {
	margin: 0;
	padding: 0;
}
table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}
table.pollstableborder {
	padding: 0;
	width: 100%;
	border: 1px solid #756108;
	text-align: left;
}
table.pollstableborder img {
	vertical-align: baseline;
}
table.pollstableborder td {
	padding: 2px!important;
}
form {
	margin: 0;
	padding: 0;
}
#mod_login_password, #mod_login_username {
	width: 140px;
}
#mod_search_searchword{
	width: 150px;
}
input, select {
	font: 11px "Lucida Grande", Tahoma, Helvetica, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
textarea {
	padding-left: 2px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #EFEFEF;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
	background: #FFFFFF;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFFF;
}
.pagenav {
	padding: 2px;
}
a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #EFEFEF;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a.pagenav:hover, a.pagenav:active,
.pagenav_prev a:hover, .pagenav_prev a:active,
.pagenav_next a:hover, .pagenav_next a:active,
.pagenavbar a:hover, .pagenavbar a:active {
	padding: 1px 4px;
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	background: #EFEFEF;
	color: #666666;
	text-decoration: none;
}
.pagenavbar {
	padding-left: 14px;
	color: #666666;
	font-size: 11px;
}
.pagenavcounter {
	padding: 8px 14px 0 14px;
	color: #666666;
}
.blog_more {
	margin-top: 5px;
	margin-bottom: 30px;
}
.back_button{
	font-size: 11px;
}
.adminform textarea {
/* 	width: 840px!important; */
}

.adminform textarea.inputbox {
/* 	width: 840px!important; */
}


/* LAYOUT STYLING
--------------------------------------------------------- */
div#wrapper{
	width: 960px;
}


/* MOO.FX
--------------------------------------------------------- */
div#toolsdiv{
	width: 100%;
	color: #fff;
	font-size: 11px;
	background-color: #000000;
}
div#tools{
	width: 711px;
	height: 55px;
	padding-top: 5px;
}
/* ------------------------------------ */
div#syndicatediv{
	float: left;
	width: 229px;
}
div#colorsdiv{
	float: left;
	width: 256px;
}
div#fontsdiv{
	float: left;
	width: 226px;
}


/* WEBSITE TOOLS
--------------------------------------------------------- */
div#sitetoolsdiv{
	height: 32px;
}
div#sitetools{
	width: 164px;
	height: 32px;
	float: right;
	background: url(../images/tools_label.gif);
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #A6A6A6;
	line-height: 3.5em;
	text-align: center;
	text-transform: uppercase;
}
div#sitetools a:link, div#sitetools a:visited{
	color: #A6A6A6;
	text-decoration: none;
}
div#sitetools a:hover{
	color: #fff;
}


/* TOP AREA
--------------------------------------------------------- */
div#topareadiv{
	height: 123px;
}
div#logo{
	width: 452px;
	height: 123px;
	background: url(../images/logo.gif);
	float: left;
}
div#bannerdiv{
	width: 488px;
	height: 123px;
	float: left;
}
div#banner{
	padding-top: 29px;
	text-align: left;
}


/* HEADER
--------------------------------------------------------- */
div#headerdiv{
	height: 198px;
	overflow: visible;
    position: relative;   
}
div#header{
	padding: 10px;
}
div#header .moduletable h3{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
div#header .moduletable{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 0.92em;
	color: #e0e0e0;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div#header td{
	padding: 0px;
	font-size: 1em;
}
div#header .contentpaneopen{
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #e0e0e0;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
div#header a{
	color: #e0e0e0;
	text-decoration: underline;
}


/* SUCKERFISH
--------------------------------------------------------- */
#navdiv{
	height: 30px;
}
#nav {
	background: url(../images/toolbar_div.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 30px;
}
#nav a {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	float: left;
	text-decoration: none;
	display: block;
	cursor: pointer;
	line-height: 30px;
	padding: 0 15px;
}
#nav a.topdaddy,
#nav li a {
	background: url(../images/toolbar_div.jpg) 100% 0 no-repeat;
}
#nav li a:hover{}
#nav li li a{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
	text-transform: uppercase;
	color: black;
	line-height: 30px;
}
#nav ul li ul li a:hover{
	background: none;
}
#nav ul li a:hover,
#nav ul li ul li ul li a:hover {
	color: #fff;
}
#nav, #nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li li {
	padding: 0;
	background: none;
	border-bottom: 1px solid #590000;
	border-top: 1px solid #7e0000;
}
#nav ul ul a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 167px;
	text-transform: none;
	font-size: 11px;
	text-align: left;
}
#nav li {
	float: left;
	padding: 0;
 	background: none;
	height: 30px;
}
#nav ul li {
	position: relative;
	z-index: 1;
}
#nav li ul {
	top: 30px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid #590000;
	border-left: 1px solid #590000;
	border-bottom: 1px solid #590000;
	border-top: 1px solid #590000;
}	
#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 2px;
}
#nav li li {
	float: left;
	padding: 0;
   	width: 170px;
}
#nav li ul ul {
	margin: -25px 0 0 170px;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,  
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul {
	left: -999em;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	z-index: 100;
	left: 0;
}
#nav li:hover, #nav li.sfhover {
    left: 0;
    background-color: #4b0000;
}
#nav li:hover a, #nav li.sfhover a {
    color: #fff;
}
#nav li li:hover a, #nav li li.sfhover a {
    color: #fff;
}
#nav li li:hover a:hover, #nav li li.sfhover a:hover {
    color: #fff;
}
#nav ul ul a {
	background: none;
}
#nav li.active {}
#nav li li.active {
	background: none;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul,
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul{
	background: #6c0000;
}


/* DEFAULT JOOMLA MENU STYLING
--------------------------------------------------------- */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	height: 21px;
	width: 200px;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	text-decoration:none;
	color: #6c0000;
	text-align: left;
	text-indent: 10px;
/* 	border-bottom-style: solid; */
/* 	border-bottom-color: #cccccc; */
/* 	border-bottom-width: 1px; */
	line-height: 21px;
}
/*a.mainlevel:hover {
	background-color: #f7f7f6;
	display: block;
	height: 20px;
	width: 200px;
	color: #6c0000;	
}	*/
a.sublevel:link, a.sublevel:visited {
	display: block;
	height: 20px;
	width: 196px;
	font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
	text-decoration:none;
	color: #666666;
	text-align: left;
	text-indent: 15px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	line-height: 20px;
}
a.sublevel:hover {
/* 	background-color: #f7f7f6; */
	display: block;
	height: 21px;
	width: 196px;
	color: #666666;	
}
#active_menu {
	color: #000;
	display: block;
	height: 21px;
	width: 200px;
}
#active_menu.sublevel {
	background-color: #f7f7f6;
	color: #000;
	display: block;
	height: 20px;
	width: 200px;
}


/* MAIN CONTENT
--------------------------------------------------------- */
div#left .newsfeed a, div#user2 .newsfeed a,
div#user3 .newsfeed a, div#user4 .newsfeed a,
div#user5 .newsfeed a, div#user6 .newsfeed a,
div#user7 .newsfeed a, div#right .newsfeed a{
	font-weight: normal;
}
div#user2 .moduletable, div#user3 .moduletable,
div#user4 .moduletable, div#user5 .moduletable,
div#user6 .moduletable, div#user7 .moduletable{
	font-size: 0.92em;
}
div#maincontentdiv{
	margin: 0px 0px 30px 0px;
}
div#maincontent{}
div#pathway{
	text-align: left;
	font-size: 0.92em;
	color: #555555;
	padding-bottom: 20px;
}
div#pathway a:link, div#pathway a:visited{
	color: #6c0000;
	text-decoration: none;
}
div#pathway a:hover{
	text-decoration: underline;
}

div#topusersdiv{
	padding: 0px 0px 20px 0px;
	height: 1%;
}
div#bottomusers1div{
	padding: 30px 0px 20px 0px;
	height: 1%;
}
div#bottomusers2div{
	padding: 0px 0px 20px 0px;
	height: 1%;
}
div#user2div, div#user3div,
div#user4div, div#user5div,
div#user6div, div#user7div{
	float: left;
}
div#user2, div#user3,
div#user4, div#user5,
div#user6, div#user7{
	padding: 0px 10px 0px 10px;
	text-align: left;
	font-size: 1em;
	color: black;
}
div#user2 h3, div#user3 h3,
div#user4 h3, div#user5 h3,
div#user6 h3, div#user7 h3{
	font-size: 1em;
	color: #474747;
	margin: 0px 0px 5px 0px;
}
/* ------------------------------------ */
div#leftblock{
	float: left;
	width: 243px;
}
div#leftdiv{
	width: 220px;
	text-align: left;
}
div#left{
	font-size: 1em;
	color: black;
}
div#left h3{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 1.18em;
	color: #6c0000;
}
div#left .moduletable{
	margin-bottom: 20px;
	font-size: 0.92em;
    float: left;
}
div#left a{
	font-size: 1em;
}
/* ------------------------------------ */
div#centerblock{ /* 3 columns layout */
	float: left;
	width: 479px;
/* 	border-left: 1px solid #cccccc; */
/* 	border-right: 1px solid #cccccc; */
}
div#centerblockright{ /* 2 columns layout ~ right block disabled */
	float: left;
	width: 719px;
	border-left: 1px solid #cccccc;
}
div#centerblockleft{ /* 2 columns layout ~ left block disabled */
	float: left;
	width: 719px;
	border-right: 1px solid #cccccc;
}
div#centerblockfull{ /* 1 columns layout */
	float: left;
	width: 960px;
}
div#centerdiv{
	padding: 0px 20px 0px 20px;
}
div#center{text-align: left; position: relative;}
/* ------------------------------------ */
div#rightblock{
	float: left;
	width: 237px;
}
div#rightdiv{
	width: 200px;
	text-align: left;
}
div#right{
	font-size: 1em;
	color: black;
}
div#right h3{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
/* 	border-bottom: 1px solid #cccccc; */
	font-size: 1.18em;
	color: #6c0000;
}
div#right .moduletable{
	margin-bottom: 20px;
	font-size: 0.92em;
}
div#right a{
	font-size: 1em;
}


/* FOOTER
--------------------------------------------------------- */
div#footercontentdiv{
	margin-bottom: 30px;
}
div#footercontent{
	padding-top: 30px;
	border-top: 1px solid #756108;
}
div#footerdiv{
	text-align: center;
	color: black;
	font-size: 0.92em;
/* 	float: left; */
    margin-left: auto;
    margin-right: auto;
}
div#footerdiv a:link, div#footerdiv a:visited{
	color: #6c0000;
	text-decoration: none;
}
div#footerdiv a:hover{
	text-decoration: underline;
}
span#footercopyright a:link, span#footercopyright a:visited{
	color: black;
	text-decoration: none;
}
span#footercopyright a:hover{
	color: #6c0000;
	text-decoration: underline;
}
div#w3cdiv{
	width: 240px;
	float: right;
	text-align: right;
}

/* ADDS BY PATRICE */
ul#category_list, ul#content_list {
    margin-top: 10px;
}

ul#category_list li, ul#content_list li {
    font-size: 150%;
    padding-bottom: 10px;
}

div#tabs {
    margin-left:auto;
    margin-right:auto;
    width: 371px;
    height: 58px;
}

table#tabs_table {
    height: 55px;
    position: absolute;
    top: 115px;
    left: 280px;
}


div.main_tab {
    float: left;
    margin: 0px; 
    width: 123px;
    text-align: center;
    height: 50px;
}

div.main_tab a {
    color: white;
    font-size: 16px;
    overflow: hidden;
    display:block;
    height: 50px;
}
div#tab_active {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 167px;
    left: 243px;
    width: 479px;
    height: 45px;
}

div.tips_tab_active {
    background: url(../images/bottin_onglet_conseils_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;
}

div.resource_tab_active {
    background: url(../images/bottin_onglet_ressources_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;
}

div.forum_tab_active {
    background: url(../images/bottin_onglet_forum_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;
}
    
div.center_tips_tab_active {
    background: url(../images/bottin_onglet_conseils_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
}

div.center_resource_tab_active {
    background: url(../images/bottin_onglet_ressources_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
}

div.center_forum_tab_active {
    background: url(../images/bottin_onglet_forum_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
}


div.center_tips_tab_active div#centerdiv {
    background: url(../images/bottin_onglet_conseils_bottom.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    height: 100%;
}

div.center_resource_tab_active div#centerdiv {
    background: url(../images/bottin_onglet_ressources_bottom.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    height: 100%;
}

div.center_forum_tab_active div#centerdiv {
    background: url(../images/bottin_onglet_forum_bottom.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    height: 100%;
}



div#left div.module {
    float: left;
}

div#right div.module {
    float: right;
}

div.module {
    width: 215px;
    background: url(../images/bottin_module_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
    margin-bottom: 20px;
}

div.module div.module_top {
    background: url(../images/bottin_module_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;
}

div.module div.module_top div.module_bottom /*div*/ {
    background: url(../images/bottin_module_bottom.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    padding: 6px;
    
}


div.module_ex_menu {
    width: 215px;
    background: url(../images/bottin_module_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
    margin-bottom: 20px;
}

div.module_ex_menu div.module_top {
    background: url(../images/bottin_module_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;
}

div.module_ex_menu div.module_top div.module_bottom /*div*/ {
    background: url(../images/bottin_module_bottom.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    padding: 6px;
    height: 200px;
}


div.module_polls {
    width: 216px;
    background: url(../images/bottin_sondage_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
    margin-bottom: 20px;
}

div.module_polls div.module_top {
    background: url(../images/bottin_sondage_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;
}

div.module_polls div.module_top div.module_bottom /*div*/ {
    background: url(../images/bottin_sondage_bottom.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    padding: 6px;
    padding-top: 40px;
/*     height: 225px; */
}

div.module_polls td {
    text-align: left;
}

div.module_pixsearch {
    width: 217px;
    background: url(../images/bottin_search_bg.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

div.module_pixsearch div.module_top {
    background: url(../images/bottin_search_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;

}

div.module_pixsearch div.module_top div.module_bottom /*div*/ {
    padding: 6px;
    padding-top: 40px;
    height: 192px;
}


div.module_login {
    width: 215px;
    background: url(../images/bottin_login_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
    margin-bottom: 20px;
    position: relative;
}

div.module_login div.module_top div.module_bottom /*div*/ {
    padding: 6px;
    height: 148px;
}

div.module_login label {
    visibility: hidden;
}   

#mod_login_username {
    position: absolute;
    top: 22px;
    left: 8px;
}

#mod_login_password {
    position: absolute;
    top: 60px;
    left: 8px;
}

#mod_login_remember {
    position: absolute;
    top: 91px;
    left: 16px;
    margin: 0;
    padding: 0;
/*     margin-top: 10px; */
}

#mod_login_submit_btn {
    position: absolute;
    top: 103px;
    left: 47px;
}

#mod_login_lost_password {
    position: absolute;
    top: 142px;
    left: 10px;
    display: block;
    width: 130px;
    height: 12px;
}

#mod_login_create_account {
    position: absolute;
    top: 125px;
    left: 140px;
    display: block;
    width: 65px;
    height: 30px;
}


div.module_logout {
    width: 215px;
    background: url(../images/bottin_module_bg.jpg);
    background-position: top left;   
    background-repeat: repeat-y;
    margin-bottom: 20px;
    position: relative;
}

div.module_logout div.module_top {
    background: url(../images/bottin_module_top.jpg);
    background-position: top left;   
    background-repeat: no-repeat;
}

div.module_logout div.module_top div.module_bottom /*div*/ {
    background: url(../images/bottin_module_bottom.jpg);
    background-position: bottom left;   
    background-repeat: no-repeat;
    padding: 6px;
    height: 110px;
    
}

#mod_login_logout_btn {
    position: absolute;
    top: 60px;
    left: 23px;
}

#mod_login_greetings {
    font-size: 20px;
    color: #766209;
    text-align: center;
}


a, input {
    cursor: url(../images/feuillefleche.gif), auto;
}

#centerdiv ul {
    margin-left: 40px;
    list-style-image:url(../images/feuillebullet.gif);
}

*html #centerdiv ul {
    margin-left: 20px
}

table.contentpaneopen fieldset {
    border: 1px solid #756108;
    background-color: #e7db9f;
}

div.center_forum_tab_active div#centerdiv {
    margin-top: 10px;
    padding-bottom: 20px;
}

table.fb_blocktable {
    border: 1px solid #756108;
}

div#left div.module {
    float: none;
}
