body
{
  background-color: rgb(138,38,71);
  color: rgb(233,196,14);
  font-size: 16px;
  font-family: Tahoma;  
  SCROLLBAR-HIGHLIGHT-COLOR: #8A2648;
  SCROLLBAR-SHADOW-COLOR: #8A2648;
  SCROLLBAR-DARKSHADOW-COLOR: #8A2648;  
  SCROLLBAR-FACE-COLOR: #8A2648;
  SCROLLBAR-3DLIGHT-COLOR: #8A2648;
  SCROLLBAR-ARROW-COLOR: #8A2648;
  SCROLLBAR-TRACK-COLOR: #8A2648;
  overflow: hidden;	   
}

* html a:hover
{
visibility:visible
}

.totheleft
{
  float: left;
  display: block;
}

.totheright
{
  float: right;
  display: block;  
}

.tothecenter
{
  margin-right: auto;
  margin-left: auto; 
  text-align: center;  
}

.legende
{
  color: rgb(233,196,14);
  font-size: 12px;
  font-family: Tahoma;	
  font-style:italic;
}

.w300
{
  width: 300px;

}

.clear
{
  clear: both;
}

.clearright
{
  clear: right;
}

.clearleft
{
  clear: left;
}

/*------------------------------------------- LES DIV DE STRUCTURE------------------------------------------------*/

#wrap
{
  height: 100%;
  width: 980px; 
  padding-top: 0px;  
  margin-left: auto; 
  margin-right: auto;
  margin-top: 0;  
  overflow: hidden;	  
}

#content
{
  background: url(images/cadrenew.jpg) no-repeat; 
  color: rgb(233,196,14);
  width: 775px;
  height: 575px;
  float: right;
}

#titre
{
  position: relative;	
  left: 90px;
  top: 45px;
}
    
#workspace 
{ 
  position: relative;
  left: 50px;
  top: 60px;  
  width: 697px;
  height: 455px;
  padding-right: 25px;  
  overflow: auto;	
  SCROLLBAR-HIGHLIGHT-COLOR: #F8A2648;
  SCROLLBAR-SHADOW-COLOR: #F7CC8D;
  SCROLLBAR-DARKSHADOW-COLOR: #F8A2648;    
  SCROLLBAR-FACE-COLOR: #F7CC8D;
  SCROLLBAR-3DLIGHT-COLOR: #F7CC8D;
  SCROLLBAR-ARROW-COLOR: #F8A2648;
  SCROLLBAR-TRACK-COLOR: #F9D9A2;
}

/*------------------------------------------------ MENU ---------------------------------------------------*/

#menubar
{
  float: left;
  width: 205px;
  padding: 0px;  
}

#accueil
{
float: left;
background: url(images/accueil-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

#acces
{
float: left;
background: url(images/acces-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

#meubles
{
float: left;
background: url(images/meubles-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

#miroirs
{
float: left;
background: url(images/miroirs-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

#chantiers
{
float: left;
background: url(images/chantier-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

#galerie
{
float: left;
background: url(images/galerie-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

#stages
{
float: left;
background: url(images/stages-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

#liens
{
float: left;
background: url(images/liens-rouge.jpg) no-repeat;
width: 205px;
height: 60px;
margin: 0px;
padding: 0px;
}

.amenu
{
display: block;
color: #000000;
font-size: 11px;
width: 205px;
height: 60px;
display: block;
float: left;
color: black;
text-decoration: none;
margin: 0px;
padding: 0px;
}

.amenu:hover img
{
visibility:hidden
}

.aimg
{
width: 205px;
height: 60px;
border: 0px;
margin: 0px;
padding: 0px;
}

.divmenu
{
margin: 0px;
padding: 0px;
/*float: left;*/
}

/*------------------------------------------------ FIN DU MENU --------------------------------------------------*/

img
{
  border: 0px;
}

div.texte
{
  color: rgb(233,196,14);
  font-size: 18px;
  font-family: Tahoma;
}

div.menu
{
  color: rgb(233,196,14);
  font-size: 25px;
  font-family: Tahoma;
}

div.cadre
{
  color: rgb(233,196,14);
  font-size: 22px;
  font-family: Tahoma;
}

div.maj
{
  color: rgb(233,196,14);
  font-size: 18px;
  font-family: Tahoma;
}

div.besoft
{
  color: rgb(233,196,14);
  font-size: 12px;
  font-family: Tahoma;
  text-align: center;
  vertical-align: bottom;  
  margin: auto;
}

.besoft a
{
  text-decoration: none;
  color: rgb(233,196,14);   
}

a
{
  text-decoration: none;
  /*color: rgb(233,196,14); */
  color: rgb(255,0,0);   
}

a:hover
{
  text-decoration: none;
  color: red; 
}

td.but 
{
  border: solid 1px <% = rcol(7) %>;
}

.centered
{
  text-align: center;
}

th { 
  font-style: bold;
  font-size: 14px;
  color: rgb(233,196,14);
  background-color: Yellow;
}

select { 
  font-size: 12px;
  font-family: Tahoma;
}

input { 
  font-size: 12px;
  font-family: Tahoma;  
}

textarea { 
  font-size: 12px;
  font-family: Tahoma;  
}


