/*body { background-repeat: no-repeat;font-size:10pt; font-family:arial; } */

	body {
		/*padding-top:5px;*/
		margin-top:1%;
		background-color:#FFFFFF; /*design preference*/
		color:#000000; /*design preference*/
	}
	
	.main {		
		background-repeat:no-repeat;
		padding-top:0px;
	}
	.fondAccueil {
		background-image:url('../images/accueil3_fond.png');
	}
	
	.fondBiographie {
		background-image:url('../images/accueil3_fond.png');
	}
	
	.fondProgression {
		/*TODO: Change this picture to the one with the drums */
		background-image:url('../images/accueil3_fond.png');
	}
	.fondPhilosophie {
		/*TODO: Change this picture to the one with the drums */
		background-image:url('../images/accueil3_fond.png');
	}
	.fondContacts {
		background-image:url('../images/contact_fond.png');
	}
	.fondExtraitsSonores{
		background-image:url('../images/extraitssonores_fond.png');
	}

	.fondJazzTime {
		background-image:url('../images/extraitssonores_fond.png');
	}

	
	
	.main, .topLeftSpacer {
		border-right:solid 1px #000000;
		border-bottom:solid 1px #000000;
		width:100px;
		height:100px !important;
	}
	
	.main, .topRightSpacer {
		height:100px !important;
		border-bottom:solid 1px #000000;
		border-right:none;
	}
	
	.main, .bottomLeftSpacer {
		width:100px;
		border-right:solid 1px #000000;
		border-bottom:none;
	}
	
	.main, .mainSection {
		width:690px !important;
		height:600px !important;	
	}
	
	.main, .menuSection {
		width:180px !important;
		height:600px !important;
		vertical-align:top;
		padding-top:15px;
	}
	
	.main, .rightFiller {
		width:10px;
		border-right:none;
	}
	
	.main .menuSpacer {
		width:20px;
	}
	
	.menu_biographie {
		padding-top:10px;
		padding-bottom:20px;
		padding-left:5px;
	}
	
	.menu_progression {
		padding-bottom:20px;
		padding-right:20px;
	}
	
	.menu_contacts{
		padding-left:5px;padding-bottom:20px;
	}
	
	.menu_extraits {
		margin-left:30px;
	}
	
	.menu_sonores {
		margin-left:60px;
	}
	
	.menu_jazzTime {
		padding-top:25px;
		padding-left:5px;
		padding-bottom:20px;
	}
	
.titre {
	font-family: arial;
	font-size:16pt;
	/*font: 20pt arial;*/
	letter-spacing: 4pt;
	color: #000000;
}

.sous_titre{
	font-family: arial;
	font-size:12pt;
	letter-spacing: 4pt;
	color: #000000;
}


.texteTitreSuite {
	font-size:12pt;
}

.texte {
	font:9pt arial;	
	/*text-align:center;*/
}

.texte_italique {
	font-style:oblique;
}

.texteAccent {
	font-weight:bold;
}

.texte_centre{
	text-align:center;
}

.texte_droite{
	text-align:right;
}

.texteIndent {
	text-indent:40px;
}

.textePremiereLettreParagraphe {
	font-size:16pt;	
}

.texte_entete1 {
	font-family:arial;
	font-size:16pt;
	font-style:oblique;
	/*font: oblique 16pt arial;*/
	letter-spacing: 4pt;
	color: #000000;
	padding-left:0.5%;
	padding-top:0px;	
}

.texte_entete2 {
	font-family:arial;
	font-size:11pt;
	font-style:oblique;	
	/*font: oblique 11pt arial;*/
	color: #000000;
	padding-left:53%;
	padding-bottom:10px;
	padding-right:1%;
}

.texteContact {
	font-family:arial;
	font-size:12pt;
	letter-spacing: 1pt;
	font-style:oblique;
}

.texteExtraitsSonores {
	font-family:arial;
	font-size:11pt;
	letter-spacing: 1pt;
}

.texteJazzTime {
	font-family:arial;
	font-size:11pt;
	letter-spacing: 1pt;
}

.menu{
	font-family:arial;
	font-size:11pt;
	/*font: oblique 12pt arial;*/
	/*font-family: helvetica;*/
		letter-spacing: 3pt;
		color: #000000;
		/*padding-top:15px;
		padding-bottom:10px;*/
}


.email{
	color:#0000FF;
	text-decoration:underline;
}

.plus {
	color: #000000;
	font-weight: normal;
	font-style:oblique;
	font-size:10pt;
}

.selectionLien {
	color: black;
	font-weight:bolder;
	text-decoration:none;	
}

a:hover { font-weight:bold; text-decoration:none; color: #000000}
a:active { font-weight:bold; text-decoration:none; color: #000000}
a:link { text-decoration:none; color: #000000}
a:visited {text-decoration:none; color: #000000;}
