/*********************************** */
/*DIV ENGLOBANT TOUT L'ENSEMBLE */
/************************************/	

div#default {
	width: 860px;
	margin: auto;
	}
	
/****************************************/
/* MISE EN PAGE DE LA PARTIE HAUTE        */
/****************************************/	

div#header {
	height: 190px;
	width: 860px;
	background: url('http://www.onepiecegoodies.com/images/header.jpg') no-repeat;
	}
	
	#zoneAccueil {   
		float: left;
		width : 52px;
		height: 48px;
		margin-left: 252px;
		margin-top: 115px;
	}
	
	#zoneLivreDor {   
		float: left;
		width : 52px;
		height: 48px;
		margin-left: 30px;
		margin-top: 140px;
	}

/*	#zoneForum {   
		float: left;
		width : 52px;
		height: 48px;
		margin-left: 80px;
		margin-top: 138px;
	}*/
	
/*	#zoneContact {   
		float: left;
		width : 52px;
		height: 48px;
		margin-left: 35px;
		margin-top: 120px;
	}*/
	
	#zoneContact {   
		float: left;
		width : 52px;
		height: 48px;
		margin-left: 162px;
		margin-top: 120px;
	}
	
	#zoneMerci {   
		float: left;
		width : 52px;
		height: 48px;
		margin-left: 35px;
		margin-top: 125px;
	}	
		
	#zoneLiens {   
		float: left;
		width : 45px;
		height: 38px;
		margin-left: 20px;
		margin-top: 140px;
	}
	
	
	
/****************************************/
/*MISE EN PAGE DE LA PARTIE CENTRALE  */
/****************************************/	

div.middle {
	width: 860px;
	background: url('http://www.onepiecegoodies.com/images/chaine.jpg') repeat-y;
	float:left;
	}
	
	/*	MISE EN PAGE DE LA PARTIE MENU	*/
	
	div#menu {
		width: 150px; 
		text-align: left;
		float: left;
		padding: 0px 0px 0px 2px;
		font-size: 16px;
		font-weight: bold;
		font: Arial Black;
		color: darkblue;
		}
		
	div.elementmenu {
			padding-top: 24px;
			font-weight: bold;
			}
		
	ul.list_menu {	
			
			font-size: 8pt;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 40px;
			}
	
	/*	MISE EN PAGE DE LA PARTIE CONTENUE	*/
	
	div#corps {
		width: 700px;
		text-align: justify;
	
		float: right;
		}
		
	div#bas {
		width: 860px;
		height: 152px;
		text-align: justify;
		position:relative;
	
		float: right;
		background: url('http://www.onepiecegoodies.com/images/bas.jpg') no-repeat;
		}

	}
		
		
h1
{
    font-family: "Comic sans MS", serif;
	font-size: 10pt;
	font-weight: small;
	color: black;
}

a:link { font-weight:bold ; color: black ; text-decoration: none ; font-size: 13px; }
a:visited { font-weight:bold ; color: black ; text-decoration: none ; font-size: 13px; }
a:hover { color: blue ; text-decoration: none ; font-size: 13px; }




