/*************************************************************
************************ Feuille de style  ************************
**************************************************************
************************** BULOO *****************************
**************************************************************
************************ Jazz en Herbe *************************
**************************************************************
************************  IMPRIMER  **************************
**************************************************************
**** cree par Stef  *********************************************
**** le  27 janvier  2009 ****************************************
**************************************************************/

/** changer le background, toutes les couleurs white en black ou en #72e pour les titres, supprimer le cache, les couleur yellow en orange **/


body
{
	background-color: white ;
	color: black;
}

#top
{
	background: none;
}

h1
{
	color: #72e;
}

#cache
{
	display: none;
}

strong, h4
{
	color: orange;
}

p, #pied_page,#courant
{
	color: black;
}



hr /* ligne séparatrice  */
{
	width: 50%;
	margin-top: 50px;
	margin-bottom: 40px;
}
/*   ----------------       OUVERTURE,   TITRE (et sous titre) DES PAGES    --------------------    */

#sous-titre
{
	display: none;
}

/*   ----------------       COMMUN AUX PARTIES    --------------------    */


h4  /* TITRE DE RUBIRQUES (jaune) */
{
	font-size: 20px;
	font-style: italic;
	
	cursor: default;
}

/*  ------------      PRESENTATION      ---------------         */


#pstion /* div de toute la partie */
{
	position: relative;
	width: 80%;
	min-width: 420px;
	
	left: 10%;
	margin: 40px 20px 20px 0px;

	overflow: visible;
	display: block;
	cursor: default;
	
	color: black;
}

ul
{	font-size: 18px;
	margin-left: 30px;
	text-align: justify;
}

li
{
	list-style-type: none;
	text-indent: -30px;
	line-height: 27px;
	padding-bottom: 10px;
}

li strong
{
	font-family: impact;
	font-weight: normal;
	color: yellow;
	display: block;
}

#text_pst
{
	color: black;	
	font-size: 18px;
	text-align: center;
}
#text_pst:first-line
{
	font-weight: bold;
}

#annonce
{
	width: 70%;
	margin-top: 30px;
	margin-left: 15%;
	
	font-family: comic sans ms;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
	background: #72E;
}
#annonce strong
{
	color: orange;
	display: block;
	padding-bottom: 10px;
}

img
{
	border: 0;
}
#mail
{
	text-align: center;
}


/*  ------------       ACTU      ---------------         */


#actu /* div de toute la partie */
{
	position: relative;
	width: 80%;
	min-width: 420px;
	
	left: 10%;
	margin: 60px 20px 20px 0px;

	overflow: visible;
	display: block;   
	cursor: default;
	
	color: black;
}

.concerts_a_venir
{
	margin-left: 15%;
	text-indent: -30px;
	color: black;
}
.concerts_a_venir:first-line
{
	font-weight: bold;
	color: red;
}

.concerts_passes
{
	margin-left: 15%;
	text-indent: -30px;

	color: black;;
}
.concerts_passes:first-line
{
	font-weight: bold;
}
/*  ------------       ESPACE PRO      ---------------         */


#pro /* div de toute la partie */
{
	position: relative;
	width: 80%;
	min-width: 420px;
	
	left: 10%;
	margin: 40px 20px 20px 0px;

	overflow: visible;
	display: block;
	cursor: default;
	
	text-align: center;

	color: black;
}

#contact
{
	position: relative;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	margin-bottom: 70px;
	
	font-family: monotype corsiva;
	font-size: 24px;
	text-align: center;
	
	background: #f00;
}
#contact:first-line
{
	text-decoration: underline;
}

#contact strong
{
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
}

#info_techn
{
	font-family: comic sans ms, arial;
	font-size: 16px;
}




