
/*************** Styles divers *******************/
.floatR{
float:right;
}
.floatL{
float:left;
}
.clearR{
clear:right;
}
.clearL{
clear:left;
}
.clearB{
clear:both;
}
.bottom{
position:absolute;
bottom:0px;
}
.png{
border:none;
behavior: url(/librairies/pngfix/iepngfix.htc);
}
.hidden{
display:none;
}
.visible{
display:block;
}