body{
	margin: 0 0 0 0;
	font-family: Book Antiqua;
	font-weight: bold;
	font-size: 11px;
	color: #808080;
	background-color: #F4E8F8;
	background-image: url('images/ballantray_fond.png');
	background-repeat: repeat-x; 
}

a{
	font-family: Book Antiqua;
	font-weight: bold;
	font-size: 11px;
	color: #808080;
	text-decoration: none;	
	}
	
a:hover{
	color: #5A266B;
	text-decoration: none;
	}
	
img{
	border: 0;
	}	
	

#index{
	text-align: center;
	}
	
#conteneur{
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	width: 1024px; 
}


#gauche_frame{
	position: absolute;
	height: 600px;
	width: 72px;
	background-image: url('images/ballantray_gauche_frame.png');
	background-repeat: no-repeat;
	}
	
#haut_frame{
	position: absolute;
	margin-left: 72px;
	height: 100px;
	width: 783px;
	background-image: url('images/ballantray_haut_frame.png');
	background-repeat: no-repeat;
	}
	
#haut_menu{
	position: absolute;
	margin-left: 855px;
	height: 237px;
	width: 169px;
	background-image: url('images/ballantray_haut_menu.png');
	background-repeat: no-repeat;
	}
	
#centre_frame{
	position: absolute;
	margin-left: 72px;
	margin-top: 100px;
	height: 483px;
	width: 783px;
	background-image: url('images/ballantray_centre_frame.png');
	background-repeat: no-repeat;
	}
	
#menu{
	position: absolute;
	margin-left: 855px;
	margin-top: 237px;
	height: 325px;
	width: 169px;
	}
	
#bas_frame{
	position: absolute;
	margin-left: 72px;
	margin-top: 583px;
	height: 17px;
	width: 783px;
	background-image: url('images/ballantray_bas_frame.png');
	background-repeat: no-repeat;
	}
	
#bas_menu{
	position: absolute;
	margin-left: 855px;
	margin-top: 562px;
	height: 38px;
	width: 169px;
	background-image: url('images/ballantray_bas_menu.png');
	background-repeat: no-repeat;
	}
	
#copyright{
	position: absolute;
	margin-top: 582px;
	text-align: center;
	width: 914px;	
	}
	
#copyright_index{
	text-align: center;
	}
	
iframe{
	border: 0px;
	height: 483px;
	width: 775px;
	background-image: url('images/ballantray_centre_frame.png');
	background-repeat: no-repeat;	
	}
