body{
margin: 0;
padding: 0;
background-image: url(images/bg.jpg);
background-color: #000;
background-attachment: fixed;
color: #555;
font-size: 13px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.contenu{
height: 100%;
width: 900px;
background-color: #E6E5E5;
border: 1px #FFFFFF solid;
padding: 15px;
text-align: left;
}
.image {
border: 1px #cccccc solid; background-color: #ffffff; padding: 2px;}

h2{
color: #5488B0;
border-bottom: 0px #5488B0 dotted;
padding-bottom: 1px;
font: 16px Verdana, Arial, sans-serif;
font-weight: bold;
}

a{
color: #5488B0;
text-decoration: none;
font-weight: bold;
}

a:hover{
color: #FFFFFF;
text-decoration: underline;
}

.block_lastgalerie .last_crea{
float: left;
width: 200px;
padding-bottom: 5px;
padding-top: 0;
margin-left: 4px;
margin-right: 4px;
margin-top: 0px;
font-size: 11px;
}

a.bulle{
width:300px; 
  position: relative;
  color:#5488B0;
  text-decoration:none;
}

a.bulle:hover{ background-color:#eeeeee; }

a.bulle span{ display: none; }

a.bulle:hover span{ 
display:block; 
position: absolute; 
top:-15em; 
left:-7em; 
width:300px; 
height: 123px; 
border:0px solid #274466; 
background-image: url(images/bgbulle.png);
background-repeat: no-repeat;
font-size: 11px;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color:#ffffff; 
font-weight:none; 
padding:10px; 
z-index: 1000;
} 
.none{
border: #ffffff 0px solid; 
}
