/*** Jazz en Herbe *********** Accueil ***********************
********** Feuille de style ****** styles communs ************
******************************** fond - en tete **************
**** cree par Stef **** version 04 **** 5 déc. 2011 **********
**** mise à jour : 5 déc. 2011 *******************************
**************************************************************/

/*		 PAGE		*/

body
{
	background: url('fond_bleu2.jpg') fixed ;
}


/*		 Dessin Souba		*/

#souba
{
	position: fixed;
	width: 20%;
	
	top: 2%;
	margin-left: 1%;
	
	z-index: 4;
}

/*		MENU		*/
#top
{
	position: fixed;
	width: 600px;
	
	left: 50%;
	margin-left: -300px;
	border: 0;
	cursor: default;

	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
	
	z-index: 5;

	color: white;
	font-size: 18px;
	text-align: center;
}


/*		 LIENS		*/

a
{
	padding-left: 2px;
	padding-right: 2px;

	font-weight: bold;
	text-decoration: none;

	color: #72E;
}
a:hover 
{
	text-decoration: none;
	color: white;
}


/* POUR LA PAGE EN COURS,  commun a tous les liens */

#courant, .courant   
{
	cursor: default;
		
	color: white;
}
.indispo, .indispo:hover
{
	color:gray;
	cursor:default;
}


/*	block de background sous en-tête pour effet scroll	*/

#cache
{
	position: fixed;
	height: 30px;
	width: 100%;
	
	top: 0px;
	left: 0%;
	
	overflow: hidden;
	z-index: 3;
	display: block;
	
	background: url('cache_bleu2.jpg') fixed ;
}


/*		Autre		*/
img 
{
	border : 0;
}
