/*blueswing.css : Cascaded Style Sheet for the Blue Swing's web site*/
body
{
    background: url("http://users.belgacom.net/BlueSwing/images/papier_musique_blanc.gif") ;
    background-attachment: fixed; /* Le fond restera fixe */
    /*background-attachment: scroll; /* Le fond defilera avec le texte */
    text-align: left; 
    font-family: Arial, Impact, "Arial Black", Verdana, serif ;
}
p
{
    color: rgb(0, 0, 204);
}
ul
{
    color: rgb(0, 0, 204);
    list-style-type: square;
/*    list-style-image:url("./images/Croche.gif");*/
}
h1
{
    color: rgb(0, 0, 102);
}

h2
{
    color: rgb(0, 0, 102);
}

h3
{
    color: rgb(0, 0, 102);
}

img
{
    border: 0px;
}

a:active /* Quand le visiteur clique sur le lien */
{
   background-color: rgb(0, 0, 102);

}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: rgb(0, 204, 0);
}
a /* Lien normal */
{
   text-decoration: none;
   color: rgb(0, 0, 102);
/*   font-style: italic; */
/*   font-weight: bold;  */
}
.contact_name
{
    font-weight: bold;
}
.ddermod
{
	font-size: x-small; 
	text-align: center; 
}
.ddermod2
{
	font-size: x-small; 
	text-align: right; 
}
.image_menu
{
	width: 89px;
	height: 89px;
	border: 0px none;
}
.table_default
{
    text-align: left; 
    width: 100%;
    border-width: 0px;
    padding: 2px;
    margin: 2px;
    empty-cells: show;
}
.table_concert
{
    text-align: left; 
    width: 100%;
    border-width: thin;
    border-color: rgb(0, 0, 102);
    border-style: solid;
    border-collapse: collapse;
    empty-cells: show;
}
.table_concert_title
{
    color: rgb(0, 0, 102);
   	font-size: large; 
	text-align: center;
    border-width: thin;
    border-color: rgb(0, 0, 102);
    border-style: solid;
    border-collapse: collapse;
}
.table_concert_date
{
    color: rgb(0, 0, 204);
   	font-size: medium; 
	text-align: right;
    border-width: thin;
    border-color: rgb(0, 0, 102);
    border-style: solid;
    border-collapse: collapse;
    padding-right: 2px;
    padding-left: 2px;
}
.table_concert_text
{
    color: rgb(0, 0, 204);
   	font-size: medium; 
	text-align: left;
    border-width: thin;
    border-color: rgb(0, 0, 102);
    border-style: solid;
    border-collapse: collapse;
    padding-right: 2px;
    padding-left: 2px;
}
.table_concert_numero
{
    color: rgb(0, 0, 204);
   	font-size: small; 
	text-align: center;
    border-width: thin;
    border-color: rgb(0, 0, 102);
    border-style: solid;
    border-collapse: collapse;
    padding-right: 2px;
    padding-left: 2px;
}
.youtube
{
	width: 425px;   /*Do not change size of the embedded object, or it doesn't work anymore*/
	height: 350px;
	border: 2px;
}
