BODY {
  background: #C6C6C6;
  color: black;

}

.dawa_main  {
  max-width : 700px;
  color : black;
  font-size : 13px;
  background-color: #C6C6C6;
  padding : 5px;
  font-family: Verdana, Arial, sans-serif;
}

.banniere {
padding : 0px;
background-color:black;
}

.dawa_menu {
text-align : center;
height : 40px;
}

.dawa_menuitem  a{
text-decoration : none;
  height : 30px;
  color : black;
  font-size : 20px;
  font-weight : bold;
  padding : 3px;
  font-family: 'Oswald', sans-serif;
  /*background-color : #86905C;
  border-width : 3px;
  border-color : #9D0406;
  border-style : solid;
  border-radius: 5px;*/
  }

.dawa_menuitem  a:hover{
font-style : italic;
  }

.dawa_pagetitle  {
color : #608D1B;
text-align : center;
font-size : 25px;
height : 40px;
text-decoration : none;
}
.dawa_content {
   padding : 10px;
   text-align:justify;
}
.dawa_footer {
padding:30px;
text-align : center;
border-color : black;
border-width : 1px 0px 0px 0px;
border-style : solid;
}

/* Surcharge du footer */
.w3-padding-64 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    margin-top: 60px;
}


.cover_all_albums {
	padding : 5px;
}
.album_cover {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ALL ALBUMS */

.AllAlbumsItem {
    float: left;
    width: 210px;
    height:250px;
    padding: 5px;
}

.AllAlbumsItem a {
    text-decoration: none;
}


.AllAlmbumsItemTitle {
    padding-left: 5px;
    text-decoration : none;
}



.album_title {
    color: black;
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.album_infos {
color : black;
font-size : 13px;
padding-left : 10px;
}

.album_desc {
color : black;
font-size : 15px;
}

.playlist a {
text-decoration:none;
padding-left:30px;
}
.playlist a:hover {
text-decoration:none;
padding-left:30px;
font-weight:bold;
font-style:italic;
}

.track_title {
color : black;
font-size : 15px;
padding : 15px;

}

.track_player {
padding : 15px;

}



.dawa_contact_form{
padding-top:30px;
}




/* PLAYERS VIDEOS */
.flash {display: none;}

.html5 {display: block;}


/* PAGE EMISSIONS DE RADIO */

.emission_titre {
color : black;
font-size : 25px;
text-align : center;
padding-bottom : 5px;
}

.emission_contenu {
color : black;
font-size : 10px;
padding : 30px;
}

.emission_player {
padding-left : 30px;
}

