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

/* Listes à puces*/
li {
    margin-left:340px;
    margin-right:340px;
	margin-bottom:2px;
	font-family:Arial;
    font-size:11px;
    color:#412111;
    }
 
/* Titres de page en orange*/
h1 {
    color:#ffcc87;
    font-size:17px;
    margin-left:340px;
    margin-right:340px;
	margin-top:100px;
    }

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

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

/* les commentaires sur le plan de site avec h2 */
.com {
	color:#412111;
	font-size:11px;
	margin-left:40px;
	margin-right:50px;
	font-weight: normal;
	}
/* Liens en bas de page (retour ou agrandir) en noir et gras*/
h4 {
	color:#412111;
	font-size:16px;
	font-weight: bold;
	margin-left:340px;
	margin-right:340px;
	margin-bottom:30px;
	}
/* 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:12px;
	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:11px;
	font-weight: normal;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
    }	

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

/*Liens généraux*/
a:link {
       color:#EE8138;
	   font-weight: bold;
       text-decoration:none;
       }
/*Liens actifs*/
a:actif {
       color:#EE8138;
	   font-weight: bold;
       text-decoration:none;
       }
/*Liens visités*/
a:visited {
          color:#EE8138;
          text-decoration:none;
		  font-weight: bold;
		  font-weight: bold;
       }

/*Survol de la souris sur les liens du menu*/
#menu a:hover {
      color: white;
      }
		
/*Liens du menu*/
#menu a {
      text-decoration: none;
      color: #ffcc87;
      font-weight: bold;
      font-size: 15px;
      }
/*Liens placés dans la marge à droite*/
#mnu {
      text-decoration: none;
      color: #EE8138;
      font-weight: bold;
	  font-size:11px;
	  }
/*Liens pour le lien vers le plan de site*/
#mnup{
      text-decoration: none;
      color: #412111;
      font-weight: bold;
	  font-size:12px;
	  }
/*Lien survolé retour (ou agrandir) du bas de page, à gauche*/
#retour {
      text-decoration: none;
      color: #412111;
      font-weight: bold;
	  font-size:15px;
	       }  

/*Lien sur plan de site à partir des rubriques principales*/
#rp {
      text-decoration: none;
      color: #412111;
      font-weight: bold;
	  font-size:12px;
	       }  
		   
/*Div supérieur*/
#header {
        height:180px;
        background-color:#751417;
        width:*;
        top:0;
        left:0;
        z-index:-5;
        }
/*Div contenant le menu*/
#menu {
      position: absolute;
      left: 0px;
      top: 160px;
      width: expression(document.body.offsetWidth - 180);
      height: 20px;
      background: #751417;
      overflow: hidden;
      margin-left:180px;
      }
/*Bord rouge à gauche*/
#bleft {
      position: absolute;
      left: 0;
      top: 0;
      width: 180px;
      height: expression(document.body.offsetHeight);
      background: #751417;
      overflow: hidden;
      z-index:-3;
      }
/*Alignement du logo en entête*/
#auDessus {
             position: absolute;
             top:10px;
             right:10px;
             }


