* {margin: 0px; padding: 0px;}
/* mise en page div */
body {
	background-attachment: fixed;
	background-color:black;
	background-image:url(images/fonds/head.png);
	background-repeat:no-repeat;
	background-position:top center;
	color: white;
	direction: ltr;
	font-family: Verdana, Arial, Courier, serif;
	font-size: 13px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 13px;
	text-align: left;
	text-decoration: none;
	text-indent: 13pxpx;
	text-transform: none;
	top: auto;
	unicode-bidi: embed;
	white-space: normal;
	word-spacing: normal;
}
#page {
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	}

#menu {
	position: absolute;
	background-color: none;
	width: 400px;
	height: 100px;
	padding: 0px;
	margin-top: 100px;
	margin-left: 200px;
}
/* navigation - hypertextes */
#navigation {
	background-color: #333333;
	width: 400px;
	height: 30px;
	border: 0px solid red;
	position: absolute;
	margin-top: 200px;
	list-style: none ;
	text-align: center ;
}
#navigation li {
	display: inline ;
	margin-right: 75px ;
	color: #ffffff;
	background: #transparent;
	width: auto;
	height: 20px;
	}
#navigation li a {
	margin-top: 3px;
	margin-left: 3px;
	padding-top: 3px;
	padding-left: 9px ;
	padding-right: 9px;
	background: transparent;
	width: auto;
	height: 20px;
	border-right: 1px solid #000000;
	color: #ffffff;
	font: 18px,Arial,sans-serif,verdana;
	text-align: left ;
	text-decoration: none ;
}
/* navigation - pop up the jukebox */
#popup {
	float: right;
	position: relative;
	background-color: #333333;
	width: 400px;
	height: 30px;
	margin-top: 200px;
	margin-left: 400px;
	padding-top: 0px;
	border: 0px solid green;
}
#scroll {
	background-color: #333333;
	position: absolute;
	margin-top: 230px;
	margin-left: 0px;
	width: 50px;
	height: 340px;
	}
/* conteneurs & contenus */
#conteneur {
	position: absolute;
	overflow: hidden; /* empêche le dépassement des flottants */
	background-color: #333333;
	background-image: none;
	background-position: left top;
	filter : alpha(opacity=9); 
	-moz-opacity : 0.9; 
	opacity : 0.9; 
	width: 350px;
	max-width: 350px;
	height: 340px;
	max-height: 340px;
	padding: 0px;
	margin-left: 50px;
	margin-top: 230px;
}
#titre_article {
	float: center;
	position: relative;
	border-top: 1px solid #99cc99;
	width: 300px;
	max-width: 300px;
	height: 30px;
	max-height: 30px;
	margin-left: 25px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	overflow: hidden;
}
#titre_article a {
	width: 300px;
	max-width: 300px;
	font-family: verdana;
	color: black;
	font-size: 13px;
	text-indent: 27px;
	font-weight: bolder;
	line-height: 18px ;
	text-align: left;
	padding-top: 15px;
	padding-left: 9px;
	padding-right: 9px;
}
#conteneurtexte {
	float: center;
	position: relative;
	border-top: 1px solid #993366;
	width: 300px;
	max-width: 300px;
	height: auto;
	max-height: auto;
	margin-top: 18px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 18px;
	padding-bottom: 9px;
	text-align: center;
	overflow: hidden;
}
#widgets {
	float: center;
	position: relative;
	border-top: 1px solid #993366;
	width: 300px;
	max-width: 300px;
	height: auto;
	max-height: auto;
	margin-top: 18px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 18px;
	padding-bottom: 9px;
}
#conteneurbis {
	position: absolute;
	background-color: #363636;
	width: 400px;
	height: 340px;
	margin-top: 230px;
	margin-left: 400px;
	text-align: center;
}
#jukebox {
	background-color: #363636;
	width: 270px;
	height: 270px;
	margin-top:45px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	border: 1px solid #ffffff;
}
#angle_haut_droit {
	position: absolute;
	background-color: none;
	width: 150px;
	height: 150px;
	margin-top: 0px;
	margin-left: 650px;
}
#pied2page {
	position: absolute;
	background-color: #636363;
	width: 800px;
	height: 30px;
	margin-top: 570px;
	margin-left: 0px;
	padding-top: 0px;
	text-align: center;
}
#speedlink {
	position: relative;
	float: left;
	width: 400px;
	height: 27px;
	background-color: transparent;
	padding-top: 4px;
	margin-left: 10px;
	text-align: center;
}
#copyrights {
	position: absolute;
	width: 400px;
	height: 27px;
	background-color: transparent;
	padding-top: 4px;
	margin-left: 400px;
	text-align: center;
}
/* Menu */
ul {
	list-style: none;
}
li {
	display:inline;
}
li a {
	display:block; 
	float:left; 
	width:100px; 
	height:100px; 
}
#accueil a {
	background:transparent url(images/boutons/accueil.png) no-repeat left bottom;
}
#musique a {
	background:transparent url(images/boutons/musique.png) no-repeat left bottom; 
}
#galerie a {
	background:transparent url(images/boutons/galerie.png) no-repeat left bottom;
}
#contact a {
	background:transparent url(images/boutons/contact.png) no-repeat left bottom;
}
#accueil a:hover, #accueil a:focus {
	width: 100px;
	height: 100px;
	background:transparent url(images/boutons/accueil_rollover.png) no-repeat left bottom;
}
#musique a:hover, #musique a:focus {
	width: 100px;
	height: 100px;
	background:transparent url(images/boutons/musique_rollover.png) no-repeat left top;
}
#galerie a:hover, #galerie a:focus {
	width: 100px;
	height: 100px;
	background:transparent url(images/boutons/galerie_rollover.png) no-repeat left bottom;
}
#contact a:hover, #contact a:focus {
	width: 100px;
	height: 100px;
	background:transparent url(images/boutons/contact_rollover.png) no-repeat left bottom;
}
/* forme texte divers */
p {
	font-family: verdana;
	font-size: 11px;
	text-indent: 27px;
	text-align: justify;
	padding: 9px;
	}
h1 {
	font-family: verdana;
	color: black;
	font-size: 13px;
	text-indent: 27px;
	font-weight: bolder;
	line-height: 18px ;
	text-align: justify;
	padding-top: 0px;
	padding-left: 9px;
	padding-right: 9px;
}
h2 {
	font-family: verdana;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	line-height: 18px ;
	text-align: justify;
	padding-top: 18px;
	padding-left: 18px;
	padding-right: 18px;
}
h3 {
	font-family: verdana;
	color: #ffffff;
	font-size: 18px;
	font-weight: bolder;
}
a {
	font-family: verdana;
	font-size: 13px;
	font-style: italic;
	text-align: justify;
	text-decoration: none;
	color: #99ff99;
}
a:hover {
	font-family: verdana;
	font-size: 13px;
	font-style: none;
	font-weight: bold;
	text-align: justify;
	text-decoration: none;
	color: #993366;
}
li.inline {
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px dotted #ffffff;
	text-align: left;
}
li.last {
	display: inline;
	padding-left: 3px;
	padding-right: 3px;
	border-right: 0px;
	text-align: left;
}
/* fin forme texte divers */


