/*****************************************decor*********************************/
body
{
	margin: 0px;
}

.bandeHaut
{
	position: absolute;
	background-image: url('images/bandehaut.jpg');
	height: 108px;
	width: 1000px;
}

.bandeGauche
{
	position: absolute;
	left: 0px;
	top: 108px;	
	background-image: url('images/bandegauche.jpg');
	width: 198px;
	height: 692px;
	
}	

.centre
{
	position: absolute;
	top: 120px;
	background-color: transparent;	
	left: 210px;	
}

.logo
{
	position: absolute;
	top: 0px;	
	left: 10px;
	width: 151px;
	height: 145px;	
	background-image: url('images/logo.gif');
}


.tracker
{
	position: absolute;
	top: 20px;	
	left: 80px;
}


/**************************zone date de maj**************************/
.dateMAJ
{
	position: absolute;
	top:495px;
	width: 200px;
	background-color: transparent;	
	left: 2px;	
}


/********************************text***********************************/
.titre
{
	color: #002060;
	font-weight: bold;
	text-decoration: underline;
	font-size: 25px;
}


.text
{
	color: #4A6DA5;
	font-size: 13px;
}

.textGras
{
	color: #4A6DA5;
	font-size: 13px;
	font-weight: bold;
}

.textGrasSouligne
{
	color: #4A6DA5;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.textPres
{
	color: white;
	font-size: 9px;
	font-weight: bold;
}

.erreur
{
	color: red;
	font-size: 13px;
}




/***********************************images***************************************/

a img { border: 0px; }

/***********************************accueil***************************************/
.accueilTitre
{
	color: #4A6DA5;
	font-size: 15px;
	text-decoration: underline;
}


/********************************les musiciens***********************************/
.pupitre
{
	position: absolute;
	width: 200px;
	top: 55px;
	left: 50px;
}

.gensPupitres
{
	position: absolute;
	width: 500px;
	top: 45px;
	left: 240px;
}

.nomMusiciens
{
	color: #008080;
	font-size : 13px;
}

	

/*******************************************precedents concerts*****************************************/
.concert
{
	position: absolute;
	width: 250px;
	top: 60px;
	left: 5px;
}

.infoPreConc
{
	position: absolute;
	width: 525px;
	top: 60px;
	left: 250px;
}

.tableConc table
{
	border-style: solid; 
	border-color: #6F87B7;
	border-width: 2px; 
	
}

.titreConcert
{
	color: #E1B005;
	font-size: 16px;
}

.textConcert
{
	color: #011D75;
	font-size: 13px;
}

.textProgramme
{
	color: #008080;
	font-size: 13px;
}

.date a
{
	color: #4A6DA5;
	font-size: 10px;
	text-decoration: underline;
	
}	

/*******************************************liens*****************************************/
.lien1 a
{
	color: #E1B005;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.lien2 a
{
	
	color: #4A6DA5;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.lienPup a
{
	color: #4A6DA5;
	font-size: 13px;
	text-decoration: none;
}

.lienSsPup a
{
	color: #008080;
	font-size: 10px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	
}

.lienVideo a
{
	color: #4A6DA5;
	text-decoration: underline;
}


.lienw3c a
{
	text-decoration: none;
}




/***************************************commission*****************************************/
.tableComm table
{
	border-style: solid; 
	border-width: 7px; 
	border-color: #6F87B7;

}


.fonctCommission
{
	color: #E1B005;
	font-size: 16px;
	font-weight: bold;
}



/*************************************statuts*********************************/
.titreArticle
{
	color: #4A6DA5;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
}




/**********************************livre d or************************************/
.textLOr 
{
	color: #008080;
	font-size : 13px;
}


.nom
{
	color: #4A6DA5;
	font-weight: bold;
	font-size: 19px;
}


/**********************************boite a idee************************************/

.bAIdInfo
{

	color: white;
	font-size: 13px;
}




/**********************************menu************************************/

body {
margin: 0px;
padding: 0px;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
}

/*position du menu*/
#menu {
position: absolute;
top: 150px;
left: 0px;
}

#menu {
width: 14em;
}



/*menu avec sous menu*/
#menu dt {
color: white;
cursor: pointer;
margin: 2px ;
height: 20px;
line-height: 20px;
text-align: left;
font-size: 10px;
font-weight: bold;
border: 1px solid gray;
background: #0A3587;
}


#menu dd {
border: 1px solid #7B92BE;
width: 12.20em;
margin: 2px;
}


#menu li {
text-align: center;
font-size: 10px;
/*background:  #7B92BE;*/
}

/*menu sans sous menu*/
#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
border: 0px none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #4A6DA5;

}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: black;
background-color: #ddd;
}

