/*---------------------------#FFFF80 none------- couleurs ---------------------------------- */

body {
	color : black;
	background: #F6E497; 		/* Fond de page jaune, sans image de fond */
}
h1 {	
	color:#800040;				/* Bordeaux */
}
h3 {	
	color:#800040;
}

.partie_gauche#haut {
	color:#800040;
}
#haut a {
	color: #800040 ;			/* sinon attribut de lien a la precedence (apparait navy) */ 
}

/*---------------------------------- polices ---------------------------------- */

h1 {	
	font: xx-large cursive;
	font-weight: bold;
}
h2 {	
	font: large cursive;
	font-weight: bold;
}
dt {	
	font-weight: bold;
}
h3 {	
	font-weight: bolder;
}
.partie_gauche {
	font-weight: bold;
}
.partie_gauche#haut {
	font: large cursive;
	font-weight: bold;		/* car BUG IE et Firefox au niveau de la classe */
}
.partie_gauche#menu {
	font: large cursive;
	font-weight: bold;
}
.partie_gauche#bas {
	font: medium cursive;
	font-weight: normal;
}
body {
	font: medium cursive;
}
#notes_de_bas_de_page {
	font: medium small;
}
span.rappel_titre_dans_texte {
	color : #800040;
	font-weight: bold;
}
/*---------------------------------- positionnement ---------------------------------- */

h1 {	
	text-align: center;
}
.partie_gauche {
	width: 180px;
	text-align: center;
}
.partie_gauche#haut {
	top: 0px;
}
.partie_gauche#menu {
	top: 190px;
	text-align: right;
	border:0px !important;
}
.partie_gauche#bas {
	top: 450px;
}
.partie_gauche#bas_2 {
	top: 550px;
}
.partie_gauche#plus_bas {
	top: 650px;
}
#colonne_gauche_image_accueil {
	text-align: center;
}

.contenu {
	top: 30px;
	left:250px;
	right:20px; 
	text-align: justify;
/*	margin: 20px; 			 fonctionne sur FireFox mais pas IE qui du coup n'en a plus 
					 => est indiqué avec right
*/
	padding: 0;
}

.aligne_a_droite {
	text-align: right; 
}

/*---------------------------------- liens ---------------------------------- */

a {
	text-decoration: none;
	color: navy;
}
a:hover {
	text-decoration: underline;
}

/*---------------------------------- separateur ------------------------------ */
.hr_noir_epais {
	height: 5px;
	color: black;				/* IE */
	background-color: black;		/* Firefox */
}


