div#logo {
  background-image: url(http://www.peganet.org/pegasus.gif);
  background-repeat: no-repeat;
  width: 312px;
  height: 70px;
  padding: 0;
}

div#InfosUser {
  border-style:solid;
  border-color:#708090;
  border-width:1px; 
  border-top: 0px;
  border-right: 0px;
  background-color:WHITE;
  padding-right:4px;
  padding-left:4px;
  

}

table.bandeau
{
  border-style:solid;
  border-color:#708090;
  border-width:1px;
}


.bandeau td
{
border-width:0px; 
background-color:#B0C4DE;
}

td.BandeauItem
{
border-width:1px; 
border-bottom: 0px;
border-right: 0px;
background-color:WHITE;
padding-right:4px;
padding-left:4px;
text-align:center;
font-weight:bold;
}

.BandeauItem A:link {text-decoration: none ; color:#000080;}
.BandeauItem A:visited {text-decoration: none; color:#000080;}
.BandeauItem A:active {text-decoration: none;color:#000080;}
.BandeauItem A:hover {text-decoration: non; color: black;}


body {
background-color:#C8E6F2;
font-family : 'times new roman', times, serif;
}

img {
  border-width:0px;
}

td
{
border-style:solid; 
border-width:1px; 
border-color:#708090;

}

table.quote
{
border-style:solid; 
border-width:1px;
border-color:#708090; 
background-color:#DFF0FF;
}



hr
{
color:#708090;
height:1px;
}

A.ForumItem:link {text-decoration: none ; color:#000080;}
A.ForumItem:visited {text-decoration: none; color:#000080;}
A.ForumItem:active {text-decoration: none;color:#000080;}
A.ForumItem:hover {text-decoration: underline;color: black;}







table.englobe
{
  background-color:#C8E6F2;

  border-color:#999999;
  border-width:0px;
  width:98%;
  padding:0px;
}

.englobe td
{
  border-width:0px;
  padding:0px;
}

table.entete
{
  border-style:solid;
  border-width:0px;
  border-color:#708090;
  width:100%;
  background-color:LIGHTSTEELBLUE;
  font-weight:bold;
}



.entete td.categTitle
{
  padding:0px;
  border-width:1px;
  border-right:0px;
}

.entete td.categNbTopics
{
  padding:0px;
  border-width:1px;
  border-right:0px;
  width:60px;
}

.entete td.categDate
{
  padding:0px;
  border-width:1px;
  width:160px;
}

.entete td.topicTitle
{
  padding:0px;
  border-width:1px;
  border-right:0px;
}

.entete td.topicNewMess
{
  padding:0px;
  border-width:1px;
  border-right:0px;
  width:50px;
}

.entete td.topicAuteur
{
  padding:0px;
  border-width:1px;
  border-right:0px;
  width:120px;
}

.entete td.topicNbReponses
{
  padding:0px;
  border-width:1px;
  border-right:0px;
  width:60px;
}

.entete td.topicDate
{
  padding:0px;
  border-width:1px;
  width:160px;
}

.entete td.auteur
{
  padding:4px;
  border-width:1px;
  border-right:0px;
  width:160px;
  
} 

.entete td.post
{
  padding:4px;
  border-width:1px;
}



table.entree
{
  border-style:solid;
  border-width:0px;
  border-color:#708090;
  width:100%;
  background-color:WHITE;
}

.entree td.categTitle
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  border-right:0px;
}

.entree td.categNbTopics
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  border-right:0px;
  width:60px;
}

.entree td.categDate
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  width:160px;
}


.entree td.topicTitle
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  border-right:0px;
}

.entree td.topicNewMess
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  border-right:0px;
  width:50px;
}

.entree td.topicAuteur
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  border-right:0px;
  width:120px;
}

.entree td.topicNbReponses
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  border-right:0px;
  width:60px;
}

.entree td.topicDate
{
  padding:0px;
  border-width:1px;
  border-top:0px;
  width:160px;
}



.entree td.auteur
{
  vertical-align:top;
  padding:4px;
  border-width:1px;
  border-right:0px;
  width:160px;  
} 

.entree td.post
{
  padding:4px;
  border-width:1px;
  vertical-align:top;
}

div.gauche {
  float:left;
}

div.droite {
  float:right;
}

table.formulaire
{
  
}

.formulaire td
{
  border-width:0px;
}


a.infoBulle{
    position:relative; /*this is the key*/
    z-index:24;   
}

a.infoBulle span{display: none;}

a.infoBulle:hover span{ 
    display:block;
    position:absolute;
    top:2em; 
    left:1em; 
    width:15em;
    border:1px solid #708090;
    background-color:#DFF0FF; 
    color:#000;
    text-align: center;
    text-decoration:none;
    font-weight:bold;
    font-size:medium;
}

a.infoBulle:hover{
  z-index:25;border-width:1px;
}
