* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6699;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* l'image de fond */
#bg {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -395px;
	width: 790px;
	height: 560px;
	/*background: url(johnny-junior.jpg) 0 0 no-repeat;*/
	background: url(../../pict/index.jpg) 0 0 no-repeat;
}

/* le menu */
#menu {
	position: relative;
	top: 128px;
	left: 30px;
	width: 200px;
	height: 200px;
	text-align: left;
	line-height: 24px;

	border-top: solid 1px #ff6599;
	top: 126px;
	left: 27px;
	width: 172px;
}

	#menu a {
		border: solid 1px #ff6599;
		padding-left: 5px;
		border-top-width: 0px;
		display: block;
	}
	
		#menu a:hover {
			text-decoration: none;
		}

		#menu a span {
			width: 150px;
			line-height: 23px;
		}

/* footer */
#realized_by {
	position: absolute;
	top: 565px;
	left: 50%;
	margin-left: -395px;
	width: 790px;
	text-align: right;
}


/** page présentation **/

#player1 {
	position:absolute;
	left: 200px;
	top: 140px;
	width:320;
	height:240;
	z-index:2;
}

#comment_video_1 {
	position: absolute;
	left: 200px;
	top: 385px;
	width: 320px;
	text-align: center;
}

#always_defilement {
	position: absolute;
	top: 535px;
	left: 230px;
	width: 700px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

/** toute les pages **/

#fait_peter_le_son {
	position: absolute;
	top: 565px;
	left: 50%;
	margin-left: -395px;
	width: 790px;
	text-align: left;
	font-size: 11px;
	color: #FE6699
}


/** la page des extraits **/
#extraits {
	position: absolute;
	top: 100px;
	left: 250px;
	line-height: 18px;
	width: 210px;
}

.comment_anim_extrait {
	text-align: center;
	color: #FE6699;
}

#galerie {
	position: absolute;
	top: 140px;
	left: 210px;
}

#always {
	position: absolute;
	top: 160px;
	left: 480px;
	width: 150px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

/** la page des prestations **/

#prestations {
	position:absolute;
	width:580px;
	height:422px;
	overflow:auto;
	left:210px;
	top:138px;
}

/** la page contact **/

#complement-contact {
	position: absolute;
	left: 450px;
	top: 150px;
}

#complement-contact img {
	margin: 8px auto;
}

#formulaire {
	position: absolute;
	left: 210px;
	top: 150px;
	width: 340px;
}

label {
	display: block;
	width: 70px;
	float: left;
	margin-bottom: 10px;
}

.input {
	border: solid 1px #ffffff;
	background: #000000;
	color: #FE6699;
}


#iframe_actus {
	position:absolute;
	width:580px;
	height:422px;
	overflow:auto;
	left:210px;
	top:138px;
}