/* -------------  styles programme alg */

body {
	background: #FFFFFF;
}

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

a:hover { 
	text-decoration: none;
	color: #00C2E3;
}

a img {
	border: 0;
}

/* -------------  styles  ---- détails */
/*  h1 = le mois en cours */

.mois{
	padding:  0em 0em 0em 0em ;
	margin: 0em 0em -50px 0em;
	font-family: Georgia;
	font-size: 12px;
	font-weight: 100;
	color: #A4A4A4;
	text-transform: uppercase;
	width: 510px;
	
}
	

/* -----  chapeau = date et commentaires */
.chapo {
	margin-top: 50px;
	border-bottom: 13px solid #000 ;
	width: 510px;
	height: 27px;
		
	}
	
/*  h1 = date */

.chapo h1 {
	float: left;
	padding: 0em 0em 0px 0em ;
	margin: 0em 0em 0em 0em;
	font-family: Georgia;
	font-size: 24px;	
	font-weight: 300;
	text-transform: uppercase;
	color:#000;
	text-align:left ;
}
/*  h3 = date si 1er */

.chapo h3 {
	float: left;
	padding: 0em 0em 0px 0em ;
	margin: 0em 0em 0em 0em;
	font-family: Georgia;
	font-size: 24px;	
	font-weight: 300;
	color:#000;
	text-align:left ;
}



/*  h2 = commentaires */

.chapo h2 {
	float: right;
	padding: 10px 0em 0em 0em ;
	margin: 0em 0em 0em 0em;
	font-family: verdana;
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	color: #A4A4A4;
	text-align: right;
}

/* -----  infos -- style général */
.infos {
	width: 510px;
	padding:  0em 0em 0px 0em;
	margin:  0em 0em 0px 0em;
	
	}
	
/*  h1 = horaires*/

.infos h1 {

	padding:  0em 0em 0px 0em ;
	margin:  2px 0em 0em 0em;
	font-family: Georgia;
	font-size: 12px;
	font-weight: 100;
	color: #A4A4A4;
	text-transform: uppercase;
}

/*  h2 = titre */

.infos h2 {
	
	
	padding: 0em 0em 0px 0em;
	margin:  -2px 0em 0em 0em;
	font-family: Georgia;
	font-size: 26px;
	font-weight: 300;
	color:#000000;
	text-align:left;
	text-transform: uppercase;
}

/*  h3 = sous-titre */

.infos h3 {
	padding:  0em 0em 0px 0em ;
	margin:  -1px 0em 0em 0em;
	font-family: Georgia;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	color: #A4A4A4;
	text-transform: uppercase;
}


/*  h3 = titre 2 artistes ou + */

.infos h4 {
	padding:  0em 0em 0px 0em ;
	margin:  0px 0em 0em 0em;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-transform: uppercase;
}

/* = tarifs turqquoise*/

.infos h5 {
	
	padding:  0em 0em 0px 0em ;
	margin:  -1px 0em 0em 0em;
	font-family: Georgia;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	color: #00C2E3;
	text-transform: uppercase;
}


/* texte */

.infos p {
	padding:  0em 0em 0em 0em ;
	margin: 0em 0em 25px 0em;
	color: #000;
	font-family: Georgia;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	line-height: 15px;
	
}

/* liens= instruments - liens */

.medias {
	
	width: 510px;
	padding: 0em 0em 0px 0em ;
	margin: 0em 0em 0px 0em;
	
	}

.medias h1 {
	padding:  0em 0em 0px 0em ;
	margin: 0em 0em 0px 0em;
	font-family: Verdana;
	font-size: 9px;
	font-weight: 200;
	text-align: right;
	color: #000;
	text-transform: uppercase;
	}
	.liens {
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	font-family: Georgia ;
	font-size: 9px;
	font-weight: 200;
	text-align: right;
	color:#000;
	text-transform: uppercase;
	}
	
	.liens li {
	
	margin: 0em 0em 0px 0em;
	font-family: Verdana;
	font-size: 9px;
	font-weight: 200;
	text-align: right;
	color: #000;
	text-transform: uppercase;
	list-style: none;

}

.image {
	width: 510px;
	padding:  0em 0em 0px 0em ;
	margin: 20px 0em 0px 0em;
	text-align: left;
	background-color:#FFFFFF;
	margin-bottom: 60px;
}

