h1
{
  font-size: 40px;
  padding-left: 45px;
}

ul
{
  list-style-type: none;
}

p
{
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}

a
{
  font-size: 18px;
  text-decoration: none;
  color: #F75D59;
}

a:hover 
{ 
  position: relative;
  left: 3px;
  text-decoration: none;
  color: #F75D59;
}


td
{
  text-align:left;
  vertical-align: top;
}

input 
{
   background-color: #4a4546;
}


.general
{
  color: #F75D59;
  background-color: #544E4F;
  font-family: Verdana, serif;
  font-size: 1.2em;
  text-align: left;
}

.header
{
  text-align: center;
}

.reste
{
  width: 665px;
  margin: auto;
}

.image
{
  float: left;
  width: 230px;
  height: 264px;
  margin: auto;
  margin-right: 30px;
  margin-top: 18px;
  border: none;
  background:url("../images/chat.jpg") top no-repeat;
}

.logo
{
  background:url("../images/logo.png") right no-repeat;
  float: right;
  border: none;
  width: 160px;
  height: 160px;
  position: relative;
  bottom: 5px;
  right: 5px;
}

.section
{
  width: 390px;
  margin: 0 auto;
  padding: 0;

}

.s1
{
  padding-left: 10px;
  padding-bottom: 3px;
  background:url("../images/haut.png") top no-repeat;
}

.s2
{
  position: relative;
  top: -6px;
  padding-left: 10px;
  padding-bottom: 5px;
  background:url("../images/milieu.png") repeat-y;
}

.s3
{
  position: relative;
  top: -11px;
  padding-left: 10px;
  padding-bottom: 5px;
  background:url("../images/bas.png") bottom no-repeat;
}


