
/*****  DEFINITIONS GENERALES  *****/
body {
  background-color: #006600;
  color:white;
  font-family:Comic sans MS, Verdana,Arial;
  font-size:11px;
}


/*****  HEADER  *****/
#header {
  position:relative;
  background:#006600;
  color:#000000;
/*  border-bottom:#999999 1px solid;*/
/*  border-bottom:black 2px solid;*/
  height:166px;
  background-image:url(../images/pages/baptiste/banner_jour.png);
}




/*****  FOOTER  *****/
#footer {
  position:relative;
  top : -2px;
  background:#006600;
  color:#019003;
/*  border-bottom:#999999 1px solid;*/
/*  border-bottom:black 2px solid;*/
  height:100px;
  background-image:url(../images/pages/baptiste/footer_jour.png);
}







/*****  CENTRE  *****/
#main {
  position:relative;
  background:#01af02;
  color:#000000;
/*  border-bottom:#999999 2px solid;*/
  height:700px;
}


#main div#pub_container div#footerTR{
  position : relative;
  top : 20px;
  height:80px;
  background-image:url(../images/pages/baptiste/TR_jour.png);
}








/*****  ZONE CHAT  *****/

#fondpagechat {
  width:100%;
  background-color:#006600;
  margin:auto;
}

#pagechat{
  width:800px;
  height:100%;
/*  background:#006600;*/
  background:#006600;
  margin:auto;
}

#headerchat {
  position:relative;
  background:#006600;
  color:#000000;
/*  border-bottom:#999999 1px solid;*/
/*  border-bottom:black 2px solid;*/
  height:166px;
  background-image:url(../images/pages/ythyl/v1_design_na-top_chat_2.png);
}


#mainchat {
  position:relative;
  background:#019003;
  color:#000000;
  border-bottom:#999999 2px solid;
  height:100%; 
}

#footerchat {
  position:relative;
  top : -2px;
  background:#006600;
  color:#019003;
/*  border-bottom:#999999 1px solid;*/
/*  border-bottom:black 2px solid;*/
  height:175px;
  background-image:url(../images/pages/ythyl/v1_utopia_foot.png);
}


