body
{
  width: 800px;
  margin:auto;
  margin-top:20px;
  margin-bottom:20px;
  background:photo/panier.png;
  color:#00000;
}

/*
**HEADER
*/
#header
{
  width:800px;
  height:100px;
  margin-bottom:10px;
  text-align:center;
  font-size:24pt;
  font-weight:bold;

}

#header img
{
height:80px;
text-align:left;
vertical-align:middle;
z-index:2;
}

#header img:hover
{
z-index:3;
height:200px;
vertical-align:top;
}

/*
** MENU
*/
#menu
{
text-align:center;
font-weight:bold;
float: left;
width:180px;
background-color:photo/panier.png;
color:#000;
}

#menu a
{
color:#e8eef5;
}

#menu img
{
border-color:#e8eef5;
}

#menu img:hover
{
border-color:#e8eef5;
width:80%;
}

/**
*** Content
**/
#content
{
color:#000000;
background-color:photo/panier.png;
margin-left:210px;
width:550px;
}

#content img
{
vertical-align:middle;
}

#content h2
{
  text-align:center;
  font-weight:bold;
  font-size:14pt;
}

.gal
{
text-align:center;
}

.gal img
{
z-index:2;
width:200px;
vertical-align:middle;
}

.gal img:hover
{
z-index:1;
width:200px;
vertical-align:middle;
}


.login
{
text-align:right;
}

.headtr
{
background-color:#c3d9ff;
font-weight:bold;
}

.tab
{
}

.tab input
{
text-align:center;
}


.tab table
{
width:100%;
text-align:center;
background-color:#e8eef7;
}

.norme a
{
}
.norme img
{

}

.norme img:hover
{
}

#footer
{
position:absolute;
bottom:0;
}


