/* CSS Document */
body{
background-image:url(../images/interface/fond_bulles.png);
}
h1
{
	font-size:24px;
	color:#000066;
}
h2
{
font-size:18px;
color:#333366;
}
table#interface_haut
{
	border-collapse:collapse;
	height:600px;
	font-family:"Comic Sans MS";
}

td#menu_haut
{
	background-image:url(../images/interface/menu.png);
	width:160px;
	height:517px;
	vertical-align:top;
}
td#menu_milieu
{
	background-image:url(../images/interface/menu_milieu.png);
	height:37px;
	width:160px;
}
td#menu_bas
{
	background-image:url(../images/interface/menu_bas.png);;
	width:160px;
	height:46px;
}

input.logform
{
width:100px;
text-align:center;
background-color:#BBEEFF;
}
td#contenu
{
	width:610px;
}
td#droite_haut
{
	width:6px;
	height:517px;
	background-image:url(../images/interface/droite_haut.png);
}
td#droite_milieu
{
	width:6px;
	height:37px;
	background-image:url(../images/interface/droite_milieu.png);
}
td#droite_bas
{
	width:6px;
	height:46px;
	background-image:url(../images/interface/droite_bas.png);
}

div#publicite
{
	position:relative;
	bottom:80px;
	left:0px;
}

.bouton_menu a{
	display: block;
  width: 98px;
  height:30px;
  text-align:center;
  text-decoration:none;
  vertical-align:middle;
  color:#330000;
	background-image:url(../images/interface/bouton_menu_up.png);
 
}
.bouton_menu a:hover {
color:#663300;
  background-image:url(../images/interface/bouton_menu_down.png);
}

.bouton_menu2 a{
  color:#0066FF;
}
.bouton_menu2 a:hover {
color:#009966;
}

A{
color:#663399;
text-decoration:none;
}
A:hover {
color:#009999;
font-weight:bold;
}

div#copyright
{
	font-size:9px;
	color:#000000;
	position:relative;
	bottom:60px;
	left:0px;
}