/********* CORPS *********
body{
  background-image:url(../images/fond.jpg);
  }
********* FIN CORPS *********/
/********* CORPS *********/
body{
  background-color:#5d5d2d;
  background-image:url('../images/fond.jpg');
  background-repeat:no-repeat;
  }
/********* FIN CORPS *********/
/********* MENU *********/
.topmenu{
background-image:url(../images/menutop.png);
height:49px;
width:200px;
text-align:center;
}
.topadmin{
background-image:url(../images/admintop.png);
height:40px;
width:200px;
text-align:center;
cursor:pointer;
background-repeat:no-repeat;
}
.downmenu{
background-image:url(../images/menudown.png);
height:8px;
width:200px;
background-repeat:no-repeat;
}
.contenumenu{
background-image:url(../images/menumiddle.png);
width:200px;
}
/********* FIN MENU *********/

/********* DIVERS *********/
.saisie_text{
background-color:#000000;
font-weight:bold;
color:#996633;
}
.bouton{
background-color:#000000;
font-weight:bold;
color:#996633;
cursor:pointer;
}
.erreur{
color:#ff0000;
font-weight:bold;
}
.warning{
color:#ff0000;
}
.FTP{
background-image:url(../images/ftp_font.png);
width:750px;
height:435px;
}
/********* FIN DIVERS *********/

/********* LIEN *********/
a{
 color:#5d5d2d;
 text-decoration:underline;
 font-weight:bold;
 }
a:hover
 {
 color:#5d5d2d;
 text-decoration:underline overline;
 font-weight:bold;
 } 
/********* FIN LIENS *********/

/********* TABLEAU *********/
.tab{
border-color:#ffff80;
color:#996633;
width:90%;
} 
.tabFTP{
border-color:#ffff80;
color:#996633;
width:30%;
}
/********* FIN TABLEAUX *********/

/********* CONTENU **********/
.center{
background-image:url(../images/centre_middle.png);
width:900px;
}
.centertop{
background-image:url(../images/centre_top.png);
width:900px;
height:20px;
background-repeat:no-repeat;
}
.centerdown{
background-image:url(../images/centre_down.png);
width:900px;
height:13px;
background-repeat:no-repeat;
}
.contenu_text{
color:#996633;
}
.contenu_titre{
color:#996633;
font-size:24px;
text-align:center;
font-weight:bold;
text-decoration:underline;
}
/********* FIN CONTENU **********/


