/*Holowar.fr - Promotion*/

#promo
{
background: #2F2F2F;
position: fixed;
bottom: 0;
top:0;
left: 0;
width: 15px;
color: #DFDFDF;
border-right: 3px solid #1F1D1D;
padding: 5px 0;
text-align: left;
z-index: 10;
font-family: arial, sans-serif;
font-size: 14px;
}

#pala, #fe
{
padding: 5px 7px 2px 7px;
width: 16px;
margin: 0 0 4px 0;
background: #1F1D1D;
}

.desc
{
position: fixed;
bottom: -200px;
}
.desc a
{
color: #FFF;
text-decoration: underline;
}
.desc a:hover
{
color: #FFF;
text-decoration: none;
}

#pala:hover .desc, #fe:hover .desc
{
position: relative;
bottom: 5px;
color: #DFDFDF;
margin: 0 5px;
text-align: center;
}

#pala:hover, #fe:hover
{
width: 325px;
background: #1F1D1D;
padding: 5px 7px 2px 10px;
}
