html, body {
    margin: 0;
    padding: 0;
    background-color: #CEBEA5;
}

img {
    border: none;
}

#page {
	min-width: 1000px;
}

#content {
	
}

/******************************************************************************
 * Header du site                                                             *
 ******************************************************************************/  
#header {
    height: 180px;
    background: url(/_bulgamor/images/header.png) repeat-x left top;
}
#headerLeft {
	float: left;
    width: 170px;
	position: relative;
	height: 180px;
	background: url(/_bulgamor/images/headerLeft.png) no-repeat left bottom;
}
#headerCenter {
	margin-left: 170px;
    margin-right: 170px;
	height: 180px;
}
#headerRight {
	float: right;
    width: 30px;
	position: relative;
	height: 180px;
	background: url(/_bulgamor/images/headerRight.png) no-repeat left bottom;
}
#headerContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 180px;
	z-index:50;
}
#headerContainer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#logo {
	height: 115px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	background: url(/_bulgamor/images/lang/fr/logo.png) no-repeat left top;
}

/******************************************************************************
 * Menu déroulant                                                             *
 ******************************************************************************/
#mainMenu {
	z-index: 50;
	width: 625px;
	margin-left: auto;
	margin-right: auto;
}
#mainMenu.connected {
	width: 750px;
}

#mainMenu ul {
	list-style: none;
	z-index: 50;
}
#mainMenu li {
	float: left;
	position: relative;
	width: 125px;
	z-index: 50;
}
#mainMenu li ul {
	display: none;
	position: absolute; 
	top: 50px;
	left: 0;
	z-index: 50;
}
#mainMenu li ul li {
	z-index: 50;
}
#mainMenu li:hover ul, #mainMenu li.over ul { 
	display: block; 
}
#mainMenu li ul li a {
	display:block;
	background: url(/_bulgamor/images/menuParchemin.jpg) no-repeat left top;
	width: 125px;
	height: 20px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	z-index: 50;
}
#mainMenu li ul li a:hover {
	color: maroon;
}
/******************************************************************************
 * Colonne de gauche                                                          *
 ******************************************************************************/
#left {
    float: left;
    width: 170px;
	position: relative;
	background-color: #ff0000;
	
	background: url(/_bulgamor/images/repeatLeft.png) repeat-y;
}
/******************************************************************************
 * Colonne de droite                                                          *
 ******************************************************************************/
#right {
    float: right;
    width: 30px;
	position: relative;
	
	background: url(/_bulgamor/images/repeatRight.png) repeat-y;
}
/******************************************************************************
 * Lien vers le panneau d'administration                                      *
 ******************************************************************************/
#adminBox {
	position: relative;
	top: -20px;
	left: 15px;
}
/******************************************************************************
 * Panneau de bienvenue                                                       *
 ******************************************************************************/
#loggedInBox {
	position:relative;
	top: -14px;
	left: 3px;
	width: 144px;
	height: 144px;

	background: url(/_bulgamor/images/lang/fr/connecte.png) no-repeat left top;
	
}

#loggedInUserName {
	position: relative; 
	top: 20px; 
	text-align: center;	
	font-weight: bold;
}

#loggedInDisconnect {
	position: relative; 
	top: 20px; 
	text-align: center;	
	font-weight: bold;
}

#loggedInMessages {
	position: relative;
	top: 80px;	
	left: 3px;
	text-align: center;
	font-weight: bold;
}

#loggedInMessages a {
	display: block;
	width: 120px;
	height: 20px;
	background: url(/_bulgamor/images/letter.gif);
}

/******************************************************************************
 * Panneau de connexion                                                       *
 ******************************************************************************/
#loginBox {
	position:relative;
	top: 0px;
	left: 3px;
	width: 142px;
	height: 143px;
	background: url(/_bulgamor/images/lang/fr/deconnecte.png) no-repeat left top;
}
#loginBox label {
	visibility: hidden;
}
#loginBox fieldset {
	border: none;
}
#loginBoxUserName {
	border: none;
	background-color: transparent;
	width: 83px;
	height: 16px;
	position: absolute;
	text-align: center;
	top: 24px;
	left: 40px;
}
#loginBoxPassword {
	border: none;
	background-color: transparent;
	width: 83px;
	height: 16px;
	position: absolute;
	text-align: center;
	top: 58px;
	left: 40px;
}
#loginBoxEnter {
	position: absolute;
	top: 81px;
	left: 7px;
}
#loginBoxSubscribe {
	position: absolute;
	top: 109px;
	left: 30px;
}

/******************************************************************************
 * Panneaux de droite                                                         *
 ******************************************************************************/
.leftBox {
	margin-top: 8px;
	margin-left: 7px;
	width: 130px;
}
.lbHeader {
	height: 9px;
	background: url(/_bulgamor/images/encart_top.gif) no-repeat left bottom;
}
.lbContent {
	background: url(/_bulgamor/images/encart_mid.gif) repeat-y left top;
}
.lbFooter {
	height: 7px;
	background: url(/_bulgamor/images/encart_bottom.gif) no-repeat left top;
}

.leftBox h3 {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#lstLastPlayers {
	text-align: center;
}
#lstLastPlayers ul {
	list-style: none;
}

/******************************************************************************
 * Contenu principal                                                          *
 ******************************************************************************/

/******************************************************************************
 * Footer                                                                     *
 ******************************************************************************/
#footer {
	clear:both;
	height:51px;
	background: url(/_bulgamor/images/footer.png) repeat-x left bottom;
}
#footerLeft {
	float: left;
    width: 170px;
	position: relative;
	height: 51px;
	background: url(/_bulgamor/images/footerLeft.png) no-repeat left top;
}
#footerCenter {
	margin-left: 170px;
    margin-right: 170px;
	height: 51px;
}
#footerRight {
	float: right;
    width: 30px;
	position: relative;
	height: 51px;
	background: url(/_bulgamor/images/footerRight.png) no-repeat left top;
}