* { margin: 0; padding: 0;}

body, html {
background-color: #000;
scrollbar-base-color:#fc50ad;
scrollbar-3dlight-color:#fc50ad;
scrollbar-arrow-color:#fc50ad;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#fc50ad;
scrollbar-shadow-color:#fc50ad;
scrollbar-track-color:#000; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
  }
  
img {
border: none;
}

hr {
color: #fc50ad;
}

a {
color: #fff;
text-decoration: none;
}

a:hover {
color: #fc50ad;
}

#general {
background : url(images_site/Background_Mas.jpg) top repeat-x;
width:100%;
}
 
#site {
position: relative;
margin: 0 auto;
width: 1000px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*--MENU------------------------------------------------------------------------------------*/
#menu {
width: 373px;
}

#menu table {
border: none;
border-collapse: collapse;
}

.bt_accueil a {
display: block;
height: 373px;
width: 127px;
background: url(images_site/Accueil.jpg) 0 0 no-repeat;
}

.bt_accueil a:hover {
display: block;
background: url(images_site/Accueil.jpg) -127px 0 no-repeat;
}

.bt_club a {
display: block;
height: 373px;
width: 127px;
background: url(images_site/Club.jpg) 0 0 no-repeat;
}

.bt_club a:hover {
display: block;
background: url(images_site/Club.jpg) -127px 0 no-repeat;
}

.bt_soiree a {
display: block;
height: 373px;
width: 127px;
background: url(images_site/Soiree.jpg) 0 0 no-repeat;
}

.bt_soiree a:hover {
display: block;
background: url(images_site/Soiree.jpg) -127px 0 no-repeat;
}

.bt_photo a {
display: block;
height: 373px;
width: 127px;
background: url(images_site/Photo.jpg) 0 0 no-repeat;
}

.bt_photo a:hover {
display: block;
background: url(images_site/Photo.jpg) -127px 0 no-repeat;
}

.bt_livre a {
display: block;
height: 373px;
width: 127px;
background: url(images_site/Livre.jpg) 0 0 no-repeat;
}

.bt_livre a:hover {
display: block;
background: url(images_site/Livre.jpg) -137px 0 no-repeat;
}

.bt_facebook a {
display: block;
height: 373px;
width: 20px;
background: url(images_site/Facebook_menu.jpg) 0 0 no-repeat;
}

.bt_facebook a:hover {
display: block;
background: url(images_site/Facebook_menu.jpg) -20px 0 no-repeat;
}
/*-- FIN MENU ---------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/*-- CENTRE ---------------------------------------------------------------------*/
#centre {
text-align: center;
}

#centresoiree1 {
height: 730px;
text-align: center;
padding-top: 128px; 
background : url(images_site/Fond_Affiche_Soiree1.jpg) top no-repeat;
}

#centresoiree2 {
height: 730px;
text-align: center;
padding-top: 128px; 
background : url(images_site/Fond_Affiche_Soiree2.jpg) top no-repeat;
}

#centresoiree3 {
height: 730px;
text-align: center;
padding-top: 128px; 
background : url(images_site/Fond_Affiche_Soiree3.jpg) top no-repeat;
}

#centrelivre {
text-align: left;
width: 900px;
margin-left: 50px;
color: #fff;
padding-top: 10px; 
}

#centreclub {
text-align: left;
width: 900px;
margin-left: 50px;
color: #fff;
padding-top: 10px; 
}

#centreclub h1 {
padding-top: 10px;
text-align: left;
font-size: 18px;
font-weight: normal;
}

#centreclub h2 {
padding-top: 10px;
text-align: left;
font-size: 14px;
color: #fc50ad;
font-weight: normal;
}


/*-- FIN CENTRE ---------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------------*/

/*-- BAS DE PAGE ---------------------------------------------------------------------*/

#basdepage {
text-align: center;
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
}

#basdepage h1 {
font-weight: normal;
font-size: 16px;
color: #fff;
}

#basdepage h2 {
font-weight: normal;
font-size: 12px;
color: #fc50ad;
padding-bottom: 8px;
}

#basdepage h3 {
font-weight: normal;
font-size: 9px;
}

#basdepage a {
color: #fff;
text-decoration: none;
}

#basdepage a:hover {
color: #fc50ad;
}

#basdepage img {
border: none;
}

