@charset "iso-8859-1";
#fond_ap {
	position:fixed;
	background-color:#000000;
	z-index:40;
	width:700px;
	height:500;
	margin-left:-350px;
	margin-top:-250px;
	top:50%;
	left:50%;
	filter:alpha(opacity=90);
	opacity:0.90;
	-moz-opacity: 0.90;
	border: 1px solid #AEAEAE;
}
* html #fond_ap {
	behavior: url('../js/ie-fixed.htc');
	margin-top:0;
}
#img_ap {
	position:fixed;
	z-index:50;
	width:700px;
	height:500;
	margin-left:-350px;
	margin-top:-250px;
	top:50%;
	left:50%;
}
* html #img_ap {
	behavior: url('../js/ie-fixed.htc');
	margin-top:0;
}

* {
	font-size:14px;
	font-family:'Times New Roman';
}

body {
	behavior:url('../js/csshover.htc');
	margin:0px;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #000000;
	background-image: url('../images/fond.jpg');
}

input, textarea, select {
	background-color:#000000;
	color:#FFFFFF;
	border: 1px solid #323232;
}
H3 {
	margin: 4px 0 4px 0;
	color: #930000;
	font-size: 20px;
	font-weight:900;
}
H4 {
	margin: 2.5px 0 2.5px 0;
	color: #FFAB36;
}
div.concert_titre {
	color: #FFAB36;
	font-size: 18px;
}
div.concert_groupe {
	color: #7F64A0;
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-weight : 900;
}
div.resume{
	text-align:justify;
	font-size:16px;
	font-style:italic;
	text-indent:30px;
}
H5 {
	margin: 2.5px 0 2.5px 0;
	font-family: 'Times New Roman';
	font-size: 12px;
	font-weight: normal;
}
a {
	margin: 2.5px 0 2.5px 0;
	color: #AEAEAE;
	font-family: 'Times New Roman';
	font-size:16px;
	font-weight: normal;
	text-decoration:none;
}
a.menu {
	margin: 0;
}
a.paroles {
	font-size: 18px;
}
p.narration {
	font-style: italic;
	font-size: 14px;
	width: 500px;
	color: #C6C6C6;
}
p.female {
	font-style: italic;
	font-size: 14px;
	color: #7F64A0;
}
p.mess_err {
	font-family: 'Times New Roman';
	font-weight:bold;
	font-size:14px;
	color:red;
	text-decoration:underline;
}
div.sousmenu {
	width:100px;
	margin-top:4px;
}
div.sousmenu a{
	display: block;
	width:100px;
	background-color:#090909;
	border: 1px solid #AEAEAE;
	text-decoration: none;
	font-size:12px;
	font-family: 'Times New Roman';
	color:#AEAEAE;
	opacity:0.50;
	MozOpacity:0.50;
	KhtmlOpacity:0.50;
	filter: alpha(opacity=50);
}
div.sousmenu a:hover{
	opacity:0.80;
	MozOpacity:0.80;
	KhtmlOpacity:0.80;
	filter: alpha(opacity=80);
}
div.boite {
	margin-bottom:10px;
	padding:5px;
	border:1px solid #323232;
	background-color:#090909;
}