/* --------------------------------------------------------
    Feuille de style globale
    global.css
   -------------------------------------------------------- */

/* --------------------------------------------------------
    General
   -------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    }
img {
	border-style: none;
}
body, table, tr, td, p, div, dd, input, select, textarea {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFF;
    background-color:#000000;
    overflow: hidden;
    }

.bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;

}
#content
{
	margin-left: 113px;
	//overflow: hidden;
	width: 880px;

	
}
#name{
	background-color: transparent;
	position: relative;
	margin-top: 28px;
	width: 208;
	height: 218px;
	float: left;
	margin-bottom: 44px;
	
}
#maitrise{
	background-color: transparent;
	position: relative;
	width: 351px;
	height: 46px;
	margin-left: 30px;
	margin-top: 200px;
	margin-bottom: 10px;
	
	
}
#pieces{
	float: left;
	background-color: transparent;
	position: relative;
	width: 900px;
	height: 275px;
	margin-left:0px;
	padding-left: 0px;

}
ul,li{
	padding: 0;
	margin: 0;
}
#navlist ul{
	
	margin-top: 20px;
	padding-top: 20px;
}
#navlist li
{
	display: block;
	padding-top: 20px;
	float: left;
	list-style-type: none;
	padding-right: 50px;
}

#habs{
	padding-top: 4px;
	padding-left: 4px;
	width: 158px;
	height: 245px;
	background: url(../images/habs.png) no-repeat;

}
#juju{
	padding-top: 4px;
	padding-left: 4px;
	width: 151px;
	height: 211px;
	background: url(../images/juju.png) no-repeat;

}
#boye{
	padding-top: 4px;
	padding-left: 4px;
	width: 153px;
	height: 221px;
	background: url(../images/boye.png) no-repeat;
}
#locoloco{
	padding-top: 4px;
	padding-left: 4px;	
	width: 208px;
	height: 221px;
	background: url(../images/locoloco.png) no-repeat;

}
#info{
	background-color: transparent;
	position: relative;
	margin-top: 47px;
	width: 537px;
	height: 50px;
	float: left;
}
#links{
	background-color: transparent;
	position: relative;
	margin-top: 53px;
	padding: 0 1px 1px;
	margin-left: 0;	
	float: left;
		
}

#links li{
	background-color: transparent;
	list-style: none;
	margin: 0;
	display: inline;
}
#links li a{
	padding-right: 25px;
	text-decoration: none;
}