html { color: #000000; font-size: 0.625em;
       font-family: Verdana, sans-serif; }
body { margin: 0; padding: 0; }
.displaynone { display: none; }
.visibilityhidden { visibility: hidden; }
.marginauto { margin: auto; }
.floatleft {
	float: left;
}
.clearboth
{
	clear:both;
}
a img { border: 0; }
label { cursor: pointer; }

#mainframe {
	background: #D5E5FF url(../img/pagebackground.png);
	margin-left: auto;
	margin-right: auto;
	width: 1110px;
}

#pagewrapper { width: 1010px; margin-left:53px; margin-right: 47px; }

#header {
	height: 188px;
	padding-top: 5px;
	padding-left: 12px;
}



#header #logo {
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	border: 0px;
	width: 215px;
	float: left;
	display: inline; /* because ie6 sucks */
}

#header #bannerbox {
	background-image: url(../img/adbannerbackground.png);
	background-repeat: no-repeat;
height:115px;
width: 516px;
margin-top:15px;
margin-left: 15px;
float: left;
display: inline; /* because ie6 sucks */

}

#header #bannerbox div {
	padding: 2em;
}

#header #logo a span {
	width:225px;
	height: 187px;
	display:block;
}



#header #loginbox, #loginbox dl, #loginbox button{
	display: inline;/* because ie6 sucks */
}


#header #loginbox {
	margin-left: 15px;
	margin-top: 15px;
	float:left;
	height: 115px;
	width: 220px;

	background-image: url(../img/loginbackground.png);
	background-repeat: no-repeat;
}
#header #loginbox .loggedinbox{
margin:13px 0 0 13px;
}

#loginbox .loggedinbox .avatar img{

margin-left:20px;}

#header #loginbox form dl{margin-left:10px;
position:absolute;}
/*

#header #loginbox {
	background-image: url(../img/loginbackground.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 220px;
	margin-left: 15px;
	margin-top: 15px;
	float:left;
	
}


#header #loginbox form {margin: 0;padding: 1em;}
#header #loginbox form dl{float:left;}
#header #loginbox form dl dt {font-weight: bolder;}
#header #loginbox button {width: 41px;height:41px;
	background-color: transparent;border: 0;
	margin-top: 20px;margin-right: 20px;
	background-image: url(http://assets.bdabd.net/public/legacy/Images/accueil/ok.gif);
}


#loginbox input.text { width: 6em; }
#loginbox form {margin: 0;padding: 0;}
#loginbox dl{margin: 0;float: left;
}
#loginbox dt { margin: 0; width: 13em; }
#loginbox dd { margin: 0; width: 100%; }
#loginbox dt label { }
#loginbox button{float: right;
 }
#loginbox button img { width: 3em; }
#loginbox .loggedinbox {padding: 1em;}
#loginbox .loggedinbox .avatar img {margin-left: 2.6em;}
#loginbox .loggedinbox .greeting {font-weight: bolder;}

*/


div.toplinks {}
#topmenu_mybdabd
, #topmenu_registration
, #topmenu_bdxm
, #topmenu_basebd
, #topmenu_forum
{ margin-top: 125px;background-repeat: no-repeat; }

#topmenu_mybdabd, #topmenu_registration{margin-left: 259px;}
#topmenu_registration{background-image: url(http://assets.bdabd.net/public/legacy/images/menuhaut_inscription.gif);}
#topmenu_mybdabd{background-image: url(../img/topmenu_mybdabd.png);}
#topmenu_forum{background-image: url(http://assets.bdabd.net/public/legacy/images/menuhaut_forum.gif);margin-left:359px;}

#topmenu_bdxm {background-image: url(http://assets.bdabd.net/public/legacy/images/menuhaut_bdxm.gif);margin-left: 492px;}
#topmenu_basebd {background-image: url(../img/topmenu_basebd.png);margin-left: 594px;}


a.topmenuitem{
	width: 92px;
	height: 30px;
	display:block;
	text-decoration: none;
	position:absolute;
}
a.topmenuitem span {
	visibility: hidden;
}


input.textlookup#search {
position:absolute;
margin-left: 700px;
margin-top: 125px;
}



















#leftcontainercontent {
	width: 200px;
	float: left;
	margin-left: 27px;

}
#leftcontainercontent div.wrapper {
/*position: relative;
left: 27px;*/


}

#leftcontainercontent div.titlelessbox div.top{
	background-image:url(../img/bdxm/leftmenu_blank_top.png);
background-repeat:no-repeat;
height:26px;
	}
#content {
	/*width: 778px;*/
/*float: right;*/
display: inline; /* because ie6 sucks */
margin-top: -10px;
}

#content div.wrapper {
	/*padding: 1em;*/
margin-left:0px;
float:left;

}
#footer {
	clear: both;
	text-align:center;
	padding-bottom: 2em;
	font-size: 1.1em;
}


#leftcontainercontent #navigationmenu {

width: 171px;
font-size: 1em;

}



/* FORM STUFFS */

#content textarea,
#content select,
#content input {font-size: 1em; font-family:Verdana;}

#content select,
#content textarea.text,
#content input.text {border: 1px solid #000; }
#content select.error,
#content textarea.error,
#content input.error {border: 1px dotted #f00;}
