*{
	margin: 0;
	padding: 0;
}
/*** BALISES ***/
body{
	background-color:#271c13;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS",sans-serif;
	font-style:normal;
	font-size:14px;
	color:#271c13;
	line-height:12px;
}
a{
	text-decoration:none;
	color:#271c13;
}
ul{	list-style:none;}
em{
	font-style:italic;
}
h1,h2,h3{
	font-weight:normal;
	padding:0 0 10px 0;
}
h1{
	font-size:24px;
	line-height:24px;
	color:#5d432e;
}
h2{
	font-size:18px;
	line-height:18px;
}
h3{
	font-size:16px;
	line-height:16px;
	color:#5d7a92;
}
p{
	margin:0 0 10px 0;
}
/*** ID ***/
#ambiance{
	position:absolute;
	width:1024px;
	height:758px;
	top:0;
	left:0;
	background-image:url(../images/ambiance.jpg);
	background-repeat:no-repeat;
}
#logo{
	position:absolute;
	top:48px; 
	left:70px;
}
#logo a{
	text-indent:-50000px;
	display:block;
	width:450px;
	height:70px;
	margin-left:150px;
	background-image:url(../images/logo-marinewertz.jpg);
	background-repeat:no-repeat;
}
#menu{
	position: absolute;
	left:0;
	top:223px;
	width:246px;
	height:374px;
}
#menu ul{
	width:246px;
	height:374px;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#menu ul li a{
	display:block;
	text-indent:-50000px;
	width:246px;
}
#menu ul li a#concerts{height:106px; line-height:106px;}
#menu ul li a#biographie{height:106px; line-height:106px;}
#menu ul li a#ensembles{height:80px; line-height:80px;}
#menu ul li a#media{height:82px; line-height:82px;}
#menu ul li a:hover{background-image:url(../images/menu.jpg);}
#menu ul li a#concerts:hover{background-position:0% -374px;}
#menu ul li a#biographie:hover{background-position:0% -480px;}
#menu ul li a#ensembles:hover{background-position:0% -586px;}
#menu ul li a#media:hover{background-position:0% -666px;}
#menu ul li a#contact{
	position:absolute;
	top:-185px;
	left:860px;
	display:block;
	text-indent:-50000px;
	width:144px;
	height:50px;
	line-height:50px;
	background-image:url(../images/contact.jpg);
	z-index:2;
}
#menu ul li a#contact:hover{background-image:url(../images/contact.jpg);}
#contenu{
	position:absolute;
	top:223px;
	left:246px;
	width:758px;
	background-image:url(../images/content.gif);
	background-repeat:repeat-y;
}
#textes{
	background-image:url(../images/top-content.jpg);
	background-repeat:no-repeat;
	min-height:374px;
	padding:30px;
}
#textes p{
	margin-bottom:1em;
	line-height:1em;
}
#textes a.spip_out{
	text-decoration:underline;
	display:inline;
	padding:0;
}
#textes a.spip_out:hover{
	background-color:transparent;
	color:#7dc4ff;
}
#btmtxt{
	background-image:url(../images/bottom-content.gif);
	background-repeat:no-repeat;
	padding:26px 20px 50px;
	font-size:12px;
	color:white;
}
#btmtxt a{
	font-size:12px;
	color:white;
}
#btmtxt a:hover{text-decoration:underline;}
#confirm{
	text-align:right;
	padding:50px 0 0 0;
}
#ariane{
	position:absolute;
	top:211px;
	left:266px;
	width:758px;
	clear:both;
	float:none;
	font-size:12px;
	color:#271c13;
	z-index:5;
}
#ariane a{font-size:12px;}
#ariane a:hover{text-decoration:underline;}
/*** CLASS ***/
.init{
	border-top:2px solid #271c13;
	border-bottom:2px solid #271c13;
	border-left:2px solid #271c13;
}
.last{
	border-right:2px solid #271c13;
}
.scnd{
	border-left:2px solid #271c13;
	border-bottom:2px solid #271c13;
}
.lieu{color:#271c13; padding-right:10px; font-weight:bold;}
.siteweb{color:#271c13;}
.texte{
	height:20px;
}
.message{
	color:#271c13;
	font-size:14px;
}
.subm{
	color:#6b655a;
	width:80px;
	height:24px;
	font-weight:bold;
	margin-left:150px;
	padding-left:0px;
	padding-top:0px;
	border:none;
}
.hidden {
	display : none;
}
.red{
	color:#f0a171;
}
.downmini{
	position:absolute;
	bottom:0;
	font-size:12px;
}
.clear{
	clear:both;
	float:none;
}
.right{
	float:right;
}
.left{
	float:left;
}
.video{
	padding:10px 0 20px 0;
}