#menudiv {
  Z-INDEX: 2; 
  MARGIN: 0px 0px 0px 0px;
  TOP: 144px; 
  HEIGHT: 72px;
  WIDTH: 800px; 
  BACKGROUND-IMAGE: url(../images/red03.jpg); 
}



.menulist
{
  background-image: url('../images/back88.jpg');
  text-decoration:none ;
  padding:5px 5px 5px 5px;
  margin-right:2px;
  margin-top:3px;
  margin-bottom:0px;
  height:20px;
  font: bold 12px Verdana;
  
}

a:hover.menulist
{
  background-image: url('../images/blank.jpg');
  letter-spacing: 1px;
  padding:5px 5px 5px 5px;
  margin-right:3px;
  margin-bottom:0px;
  height:20px;
  font: bold 12px Verdana;
  color:red;
    
}

.menulist_Atelier
{
  background-color: yellow;
  text-decoration:none ;
  padding:5px 5px 5px 5px;
  margin-right:2px;
  margin-top:3px;
  margin-bottom:0px;
  height:20px;
  font: bold 12px Verdana;

}

a:hover.menulist_Atelier
{
  background-color: white;
  letter-spacing: 1px;
  padding:5px 5px 5px 5px;
  margin-right:3px;
  margin-bottom:0px;
  height:20px;
  font: bold 12px Verdana;
  color:red;
    
}


a:link { color: white; text-decoration: underline;}
a:visited { color: white; text-decoration: underline;}
a:hover{ color: white; text-decoration: underline;}
a:active { color: white; text-decoration: underline;}


/* SECTIONS */


#intro
{
  height: 828px;
  font: bold italic 28px Trebuchet MS;
  color:white;
}

#header
{
  background-image: url('../francais/images/titre2_fr.gif');
  width: 800px;
	
}

.tabsline{
  clear: both;
  padding: 0;
  margin: 0;
  width: 800px;
  height: 8px;
  line-height: 6px;
  background: black;
}



