

body {
    background-image : url('images/mc.jpg');
    color : #000000;
  }


#container {
    background-image : url('images/mc2.jpg');
    border:1px solid #8F8B8B;
    padding:20px;
    margin:20px;
    font-size:10pt;
  }


#menu {
    float:left;
  }


#menu h1 {
    font-size:20pt;
  }


.menu_nav {
    margin:10pt;
    padding:5pt;
    border:1px solid #8F8B8B;
  }


.menu_nav h2 {
    text-align:center;
    font-size:15pt;
  }


a {
    font-size:10pt;
    color:#0B02B7;
    text-decoration:none;
  }


a:hover {
    text-decoration:underline;
  }


#title h1 {
    font-size:25pt;
    text-decoration:none;
  }


#footer {
    font-size:5pt;
    text-align:right;
    margin:30pt;
  }


.error {
    color:#CF0000;
    font-size:15pt;
  }


#news {
    font-size:10pt;
    margin:10pt;
    margin-left:150pt;
    padding:5pt;
  }


#news h1 {
    text-align:center;
    font-size:12pt;
  }


#news p {
    margin:1pt;
    padding:10pt;
  }


#news em {
    font-size:10pt;
  }


#artistes {
    font-size:10pt;
    margin:10pt;
    margin-left:150pt;
    padding:5pt;
  }


#artistes  h1 {
    text-align:center;
    font-size:12pt;
    border:1px dashed #8F8B8B;
  }


#artistes p {
    margin:1pt;
    padding:10pt;
  }


#artiste img {
    margin-bottom : 1pt;
    margin-left : 50pt;
    margin-right : 1pt;
    margin-top : 1pt;
  }

#mail img {
	float:right;
	margin-bottom: 4pt;
}
.underlined {
	text-decoration:underline;
}

.striked {
	text-decoration:line-through;
}

.blink {
	text-decoration:blink;
}




