﻿/* CSS Document */
body {
	color: #FFFF00;
	background-color: #000000;
	background-attachment: fixed;
	background-position: center center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	width: 900px;
	text-align: center; 
	margin: auto; 

}
#accueil{
	background-image: url("images/interface/fond1.jpg");
}

#groupe{
	background-image: url("images/interface/fond4.jpg");
	} 
	
#pphoto{
	background-image: url("images/interface/fond6.jpg");
}

#news{
	background-image: url("images/interface/fond3.jpg");
}

#ventcd{
	background-image: url("images/interface/fond5.jpg");
}
#even{
	background-image: url("images/interface/fond3.jpg");
}
#contact{
	background-image: url("images/interface/fond2.jpg");
}
#amusik{
	background-image: url("images/interface/fond2.jpg");
}
#index{
	background-image: url("images/interface/fond6.jpg");
	
}
#zicdetail{
	background-image: url("images/interface/fond3.jpg");
}

h1 {
	color: #F5F010;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}
a{
	color: #FFFFFF;
}
table{
	text-align: center;
}
table.indx{
	width: 500px;
	height: 350px;
	text-align: center;
	vertical-align: middle;
	margin: 100px 200px;
}
table.unik{
	width: 900px;
	text-align: center;
}
table.teven{
	width: 900px;
	border: 2px;
	text-align: center;
}
table.tcd{
	margin: 0px 200px;
	width: 500px;
	text-align: center;
}

td, th{
	color: #FFFF00;
}

td{
	text-align: center;
	vertical-align: top;
}
td.accol1{
	width: 231px;
}

td.accol2{
	width: 429px;
}

td.accol3{
	width: 240px;
}

td.cd1{
	width: 100px;
}

td.cd2{
	width: 400px;
}

td.sxdpc{
	width: 70%;
	vertical-align: middle;
}
td.trtpc{
	width: 30%;
	vertical-align: middle;
}


p{
	text-align: center;
}
.auteur{
	color:#555555;
}
.tgroup{ 
	color:#FFFF00;
	font-size: 1.0em;
	font-weight: bold;
	text-align: justify;
}
img{
	border: 0px
}
img.photo{
	border: 2px outset #FFFF00;
}

hr.sepeven{
	width: 150px;
}

span.reference{
	color: #111111;
}
span.horaire{
	color: #DDDDDD;
	font-weight: bold;
}
span.titre{
	font-size: 2.0em;
	font-weight: bold;
}
span.gras{
	font-weight: bold;
}
span.important{ 
	color: #FF6633;
	font-size: 2.0em;
}