/***********************************/
/*  AqME CSS Document              */
/*  Art Work par Koma AqME         */
/*  Intégration par Khoudj         */
/*  Dec 2007                       */
/***********************************/

/********** GENERAL ****************/
body{
	background-color:white;
	padding:0;
	margin:0;
}
img#img_accueil{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	top:200px;
	width:625px;
	height:319px;
}
div#prechargement{
	display:none
}
a{
	color:#999;
	text-decoration:none;
}
a:hover{
	color:white;
	text-decoration:none;
}
.vert{color:green;}
.rouge{color:red;}
.rose{color:#f0037f;}
.noir{color:black;}
.gris{color:#888;}
.gris_f{color:#666;}
.gris_c{color:#CCC;}
.jaune{color:#f2ec00;}
.blanc{color:white;}
.bleu{color:#00a0c6;}
.vert{color:green;}

.txt_center{text-align:center;}
.txt_left{text-align:left;}
.txt_right{text-align:right;}
.txt_justify{text-align:justify;}

.txt10{font-size: 10px;}
.txt11{font-size: 11px;}
.txt12{font-size: 12px;}
.txt13{font-size: 13px;}
.txt14{font-size: 14px;}
.txt16{font-size: 16px;}
.txt18{font-size: 18px;}
.bold{font-weight: bold;}
/********** FIN GENERAL ************/
/********** CONTAINER **************/
div#container{
	position:relative;
	text-align:left;
	width:1039px;
	height:745px;
	margin-left:auto;
	margin-right:auto;
}
/********** FIN CONTAINER **********/
/********** HEADER *****************/
div#header{
	position:relative;
	width:1039px;
	height:162px;
	background:transparent url(../fond/fond_header.gif) no-repeat center top;
	margin-left:auto;
	margin-right:auto;
}
div#header h1{display:none;}
/********** FIN HEADER *************/
/********** MENU *****************/
div#menu{
	position:absolute;
	background:transparent url(../fond/fond_menu.gif) no-repeat center top;
	width:403px;
	height:422px;
	z-index:1000;
}
div#menu ul{
	margin:0;
	padding:0;
}
div#menu ul li{
	position:relative;
	left:275px;
	margin-top:10px;
	padding:0;
	display:block;
	line-height:34px;
	width:125px;
	height:34px;
}
div#menu ul li a span{
	display:none;
}
div#menu p{
	position:relative;
	left:210px;
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	letter-spacing:1px;
	color:#DDD;
	margin-bottom:0;
	padding:0;
}
div#menu form{
	margin:0;
	padding:0;
	position:relative;
	left:210px;
	width:185px;
}
div#menu form input#email{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	color:#FF0000;
	width:180px;
	border:1px solid silver;
}
div#menu form input#txt_captcha{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
	width:90px;
	height:16px;
	margin-left:2px;
	border:1px solid silver;
}
div#menu form input#bouton_ok{
	position:relative;
	left:75px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	color:black;
	width:30px;
	text-align:center;
}
a.bouton_menu{
	display:block;
	width:125px;
	height:51px;
}
a#news{ background: transparent url(../menu/news_off.gif) no-repeat left top; }
a#news:hover{ background: transparent url(../menu/news_on.gif) no-repeat left top  !important; }
a#bio{ background: transparent url(../menu/bio_off.gif) no-repeat left top; }
a#bio:hover{ background: transparent url(../menu/bio_on.gif) no-repeat left top  !important; }
a#disco{ background: transparent url(../menu/disco_off.gif) no-repeat left top; }
a#disco:hover{ background: transparent url(../menu/disco_on.gif) no-repeat left top  !important; }
a#concert{ background: transparent url(../menu/concert_off.gif) no-repeat left top; }
a#concert:hover{ background: transparent url(../menu/concert_on.gif) no-repeat left top  !important; }
a#forum{ background: transparent url(../menu/forum_off.gif) no-repeat left top; }
a#forum:hover{ background: transparent url(../menu/forum_on.gif) no-repeat left top  !important; }
a#shop{ background: transparent url(../menu/shop_off.gif) no-repeat left top; }
a#shop:hover{ background: transparent url(../menu/shop_on.gif) no-repeat left top  !important; }
a#contact{ background: transparent url(../menu/contact_off.gif) no-repeat left top; }
a#contact:hover{ background: transparent url(../menu/contact_on.gif) no-repeat left top  !important; }
/********** FIN MENU *************/
/********** SOUS MENU ************/
div#sous_menu{
	position:absolute;
	width:70px;
	height:20px;
	z-index:2000;
	top:567px;
	left:321px;
}
div#sous_menu ul{
	margin:0;
	padding:0;
}
div#sous_menu ul li{
	margin:0;
	padding:0;
	display:inline;
	width:27px;
	height:20px;
}
div#sous_menu ul li a span{
	display:none;
}
div#sous_menu ul li a{
	float:right;
	display:block;
	width:27px;
	height:20px;
}
a#remerciement{ background: transparent url(../menu/remerciement_off.gif) no-repeat center top; }
a#remerciement:hover{ background: transparent url(../menu/remerciement_on.gif) no-repeat center top  !important; }
a#myspace{ background: transparent url(../menu/myspace_off.gif) no-repeat center top; }
a#myspace:hover{ background: transparent url(../menu/myspace_on.gif) no-repeat center top  !important; }
/********** FIN MENU ************/
/********** PAGE *****************/
div#page{
	position:relative;
	left:403px;
	width:416px;
	height:422px;
	background-color:black;
	overflow:auto;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-right:5px;
	text-align:justify;
}
div#page h2{
	border-bottom:1px solid #CC1100;
}
div#page h2 span{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#992200;
	border:1px solid #CC1100;
	padding-left:3px;
	padding-right:3px;
}
table#tab_shop tr td h4{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#992200;
	border:1px solid #CC1100;
	padding-left:3px;
	padding-right:3px;
	margin-top:0;
}
/********** FIN PAGE *************/
/********** FIN RIGHT ************/
div#right{
	position:absolute;
	background:transparent url(../fond/fond_right.gif) no-repeat center top;
	width:215px;
	height:422px;
	z-index:1000;
	right:0;
}
/********** FIN RIGHT ************/
/********** FOOTER ***************/
div#footer{
	width:1039px;
	height:161px;
	background:transparent url(../fond/fond_footer.gif) no-repeat center top;
	margin-left:auto;
	margin-right:auto;
}
/********** FIN FOOTER **********/


