/* 2 faons d'utiliser/spcifier les styles:

1. Entrer un style par son nom : ".nom". Dans ce cas, pour y faire appel, il faudra 
l'appeler dans la balise grce  class="nom".
	ex : 
	<div class="logo" > 

2. associer un style directement  un lment dont l'id est spcifi dans le fichier .htm : 
	ex :
	pour le calque <div id="liens">, on crit "div#liens" ou "#liens" dans le fichier css.

"#liens tag" permettra d'apporter une modif  la balise "tag"
	ex: 
	#lens a modifiera le style des liens dans le div d'id liens.
	
utiliser "*" pour appliquer une modif  tout (en tte de fichier css 
ex : 
* { font-family : Arial, Helvetica, sans-serif; font-size : 12px;}
	
 */

body
{
   width: 700px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 30px;  /* Pour viter de coller avec le haut de la fentre du navigateur. Essayez d'enlever pour voir ! */
   /* background-image: url("images/swing_deluxe_accueil.jpg"); */ /* Une petite image de fond */
   background-repeat: no-repeat;
   background-position: center; 
   background-color: #000000;
   font-family: Arial, Helvetica, sans-serif;
}
.fond
{
	width: 700px;
	height:521px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	left: auto;	
	top:auto;
	z-index: 1;
	background-image:  url(images/swing_deluxe_fond.jpg);
}
.logo
{
	border:0px;
	width:230px;
	height:210px;
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.pitch_logo
{
	border:0px;
	width: 153px;
	height:35px;
	position:absolute;
	left:60px;
	top:180px;
	z-index: 15;
}
.bandeau
{
	border:0px;
	width:700px;
	height:70px;
	padding-left:0px;
	padding-right:0px;
	position:absolute;
	left: 0px;
	top: 451px;
	z-index: 10;
}
.speech_accueil
{
	width: 327px;
	height:141px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:274px;
	top:-3px;
	z-index: 10;
}
.style_speech_accueil{
	font-size: 12px;
	color:#666666;
}
.zone_gauche_accueil
{
	width: 196px;
	height:143px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:43px;
	top:247px;
	z-index: 10;
}
.style_texte_normal{
	font-size: 12px;
}
.copyright
{
	border:0px;
	width:700px;
	height:10px;
	padding-left:0px;
	padding-right:0px;
	position:absolute;
	left: 0px;
	top: 511px;
	z-index: 15;
}
.image_musique
{
	width: 700px;
	height:521px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	left:50px;
	top:30px;
	z-index: 1;
	background-image:  url(images/swing_deluxe_musique.jpg);
}
div#player{
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:473px;
	top:185px;
	z-index: 10;
}
.speech_playlist
{
	width: 234px;
	height:146px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:429px;
	top:187px;
	z-index: 10;
}
.speech_musique
{
	width: 432px;
	height:110px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:245px;
	top:23px;
	z-index: 10;
}
.musique_zone_bas
{
	width: 216px;
	height:47px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:458px;
	top:271px;
	z-index: 15;
}
.musique_nouveau_CD
{
	width: 216px;
	height:47px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:456px;
	top:139px;
	z-index: 15;
}
.speech_CD
{
	width: 180px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:41px;
	top:262px;
	z-index: 10;
}
.CD
{
	width: 220px;
	height:240px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:220px;
	top:180px;
	z-index: 10;
}
.speech_photos
{
	width: 371px;
	height:25px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:80px;
	top:360px;
	z-index: 20;
}
.speech_plus_photos
{
	width: 160px;
	height:25px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:310px;
	top:420px;
	z-index: 20;
}
.thumbnails{
border:1px black; 
width:100px; 
height:100px; 
}
#popup_photos{
	margin: auto; 
	width: 600px;
	height:800px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #000000;
}
#popup_photos a { color: #FFFFFF; }
#popup_photos a:link { color: #FFFFFF; }
#popup_photos a:hover { color: #CC3300; }
#popup_photos a:visited { color:#CC3300; }
#popup_credits{
	margin: auto;
	width: 320px;
	height:303px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	position:absolute;
	left:10px;
	background-image:  url(images/swing_deluxe_instrus.jpg);
	top: 10px;
}
#cadre_contact{
	margin: auto;
	margin-left:25px; /* suis oblig d'imposer a pour centrer dans le popup */
	background-color:#FFFFFF;
	width: 450px;
	height:650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cadre_mail{
	background-color:#f9e1bf;
	width: 400px;
	height:50px;
}
#cadre_formulaire{
	background-color:#bd590d;
	width: 400px;
	height:370px;
}
#cadre_coordonnees{
	background-color:#bd590d;
	width: 400px;
	height:180px;
}
#cadre_dates{
	margin: auto;
	margin-left:25px; /* suis oblig d'imposer a pour centrer dans le popup */
	background-color:#FFFFFF;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#cadre_2007{
	background-color:#FFEBCD;
	width: 400px;
}
#cadre_2006{
	background-color:#f9e1bf;
	width: 400px;
}
#cadre_2005{
	background-color:#bd590d;
	width: 400px;
}
#cadre_2004{
	background-color:#ce8620;
	width: 400px;
}
#cadre_liens_SD{
	background-color:#f9e1bf;
	width: 400px;
}
#cadre_liens_musique{
	background-color:#bd590d;
	width: 400px;
}
#cadre_liens_autres{
	background-color:#ce8620;
	width: 400px;
}
#cadre_CD{
	margin:auto;
	margin-left:25px;
	position:absolute;
	background-color:#FFFFFF;
	width: 530px;
	height:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.speech_agenda
{
	width: 324px;
	height:45px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:300px;
	top:3px;
	z-index: 10;
}
.speech_agenda_2
{
	width: 130px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:90px;
	top:280px;
	z-index: 10;
}
.image_contact
{
	width: 700px;
	height:521px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	left:50px;
	top:30px;
	z-index: 1;
	background-image:  url(images/swing_deluxe_contact.jpg);
}
.contact_email
{
	width: 158px;
	height:15px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:348px;
	top:90px;
	z-index: 15;
}
.contact_adresse_1
{
	width: 158px;
	height:24px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:70px;
	top:255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 15;
}
.contact_adresse_2
{
	width: 158px;
	height:24px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:70px;
	top:341px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 15;
}
.speech_contact
{
	width: 400px;
	height:50px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:240px;
	top:30px;
	z-index: 10;
}
.achat_CD
{
	width: 195px;
	height:194px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:30px;
	top:245px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 15;
}
.speech_events_2
{
	width: 444px;
	height:96px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:237px;
	top:186px;
	z-index: 10;
}
.speech_events_3
{
	width: 385px;
	height:96px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:260px;
	top:227px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.speech_events_4
{
	width: 427px;
	height:24px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:258px;
	top:9px;
	z-index: 10;
}
.events_telecharger_1
{
	width: 160px;
	height:40px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:50px;
	top:237px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.events_telecharger_2
{
	width: 200px;
	height:54px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:50px;
	top:310px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.photo_pont
{
	width: 130px;
	height:96px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:235px;
	top:55px;
	z-index: 10;
	}
.style_date{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style_lieu{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.style_adresse{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.speech_resa{
width: 130px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:80px;
	top:420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.speech_staffing{
width: 130px;
	height:30px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:90px;
	top:360px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div#dates{
width: 360px;
height: 250px;
overflow: auto;
border: 0px solid #000;
	scrollbar-face-color: #EAEEED;
	scrollbar-shadow-color: #EAEEED;
	scrollbar-highlight-color: #EAEEED;
	scrollbar-3dlight-color: #EAEEED;
	scrollbar-darkshadow-color: #EAEEED;
	scrollbar-track-color: #EAEEED;
	scrollbar-arrow-color: #000000;
}
div#liens{
	width: 472px;
	height:200px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:30px;
	top:30px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	background-color: #FFFFFF;
}
#popup_mp3{
	/* margin: auto; */
	width: 550px;
	height:330px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #000000;
}
.annulation
{
	width: 87px;
	height:33px;
	background-repeat: no-repeat;
	background-position: center;
	position:absolute;
	left:247px;
	top:130px;
	z-index: 10;
	background-color: #FFFFFF;


}

