/* CSS Document */
/*Corps du document*/
body {
        font-family: arial;
		margin: 0px;
		padding: 0px;
		background: #fff;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: justify;
		}
/*Paragraphes*/
P {
    font-family:Arial;
    font-size:10pt;
    color:#412111;
    margin-left:35px;
    margin-right:20px;
	margin-bottom:2px;
	}

/* Listes à puces*/
li {
    margin-left:50px;
    margin-right:20px;
	margin-bottom:2px;
	font-family:Arial;
    font-size:10pt;
    color:#412111;
    }
 
/* Titres de page en orange*/
h1 {
    color:#EE8138;
    font-size:15px;
    margin-left:35px;
    margin-right:20px;
	margin-top:100px;
    }

/* Sous-titres en gras et brun*/
h2 {
	color:#412111;
	font-size:10pt;
	font-weight: bold;
	margin-left:35px;
	margin-right:20px;
	margin-top:50px;
	}

/* Plan de site*/
h3 {
	color:#412111;
	font-size:10pt;
	margin-left:35px;
	font-weight: normal;
	}

/* les commentaires sur le plan de site avec h2 */
.com {
	color:#412111;
	font-size:10pt;
	margin-left:40px;
	margin-right:50px;
	font-weight: normal;
	text-align: unjustify;
	}

/* h5 est utilisé pour les noms d'artistes de la rubrique "collection" 
et dans le plan de site pour la mention "page d'accueil" */
h5 {
	color:#412111;
	font-size:10pt;
	font-weight: bold;
	margin-left:340px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
    }

/* h6 est utilisé pour les prénoms d'artistes de la rubrique "collection" */
h6 {
	color:#412111;
	font-size:10pt;
	font-weight: normal;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
    }	

/* class pour les images de plan*/
.ima{
	margin-left:15px;
	margin-top:20px;
	}



		




