a.imginfo {
position: relative;
color: #7d7d7d;
text-decoration: none;
border-bottom: 0px #7d7d7d solid; /* on souligne le texte */
}
a.imginfo span {
display: none; /* on masque l'infobulle */
}
a.imginfo:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on dÃ
finit une valeur pour l'ordre d'affichage */
cursor: help; /* on change le curseur par dÃ
faut en curseur d'aide */
}
a.imginfo:hover span {
display: inline; /* on affiche l'infobulle */
position: absolute;
white-space: nowrap; /* on change la valeur de la propriÃ
tÃ
white-space pour qu'il n'y ait pas de retour à la ligne non-dÃ
sirÃ
*/
top: 30px; /* on positionne notre infobulle */
left: 20px;
background: white;
color: 7d7d7d;
padding: 3px;
border: 0px solid grey;
border-left: 5px solid #b6b6b6;
border-right: 3px solid #b6b6b6;
border-top: 3px solid #b6b6b6;
border-bottom: 5px solid #b6b6b6;
}
a { text-decoration: none; }
a.forumlink:link, a.forumlink:visited {
font-family: georgia;
text-transform : uppercase;
text-align: center;
font-size: 100%;
border-bottom: 5px solid #couleur;
color: #couleur;
letter-spacing: 1px;
display: block;
-moz-border-radius:10px;
}
a.forumlink:hover, a.forumlink:hover:visited {
background-image: url("url de votre image");
color: #couleur;
text-align: center;
display: block;
border-bottom: 5px solid #couleur;
-moz-border-radius:10px;
}
a {
text-decoration: none !important;
}
a:hover {
text-decoration: none !important;
}
a:hover {
font-variant: small-caps;
}
a { text-decoration: none; }
div.background
{
width:500px;
height:250px;
border:2px solid black;
-webkit-border-radius: 10px;
border-radius: 10px;
}
div.transbox
{
width:400px;
height:180px;
margin:30px 50px;
background-color:#ffffff;
border:1px solid black;
filter:alpha(opacity=60);
opacity:0.6;
-webkit-border-radius: 10px;
border-radius: 10px;
}
div.transbox p
{
margin:30px 40px;
font-weight:bold;
color:#000000;
-webkit-border-radius: 10px;
border-radius: 10px;
}
u {
text-decoration: none;
border-bottom: 1px #fc0000 solid;
border-top: 1px #fc0000 solid;
}
tr.post td {padding-left: 17px;}
tr.post span.gensmall { display: none; }
.limitation-signature img {
max-width: 717px;
max-height: 217px;
_width: expression((this.offsetWidth>=this.offsetHeight) ? Math.min(parseInt(this.offsetWidth), 717 ) : true);
_height: expression((this.offsetHeight>this.offsetWidth) ? Math.min(parseInt(this.offsetHeight), 217 ) : true);
}
.statistiques{
border:0px;
background-image: url("LIEN IMAGE DU HAUT");
background-repeat: no-repeat;
background-position: center;
height:270px;}
.groupes{
background-color:#FFFFFF;border: 1px #D0D0D0 dotted;
-moz-border-radius : 5px 5px 5px 5px;
height:40px;padding-right:12px;padding-left:14px;padding-bottom:3px;
font-size:15px;font-weight: bold;text-align:center;
text-decoration: none !important;}
.bodyline { background-image: url("http://ddata.over-blog.com/xxxyyy/1/90/75/50/scrapbooking/beige-est.jpg"); }
.postdetails.poster-profile a img {
-moz-border-radius-bottomleft:1px;
-moz-border-radius-bottomright:1px;
-moz-border-radius-topleft:1px;
-moz-border-radius-topright:1px;
border: 2px solid #000000;
}
.cellule {
border: 1px dotted #OOOOOO;
background-color: #f9b3ef;
color: #FFFFFF;
font-weight: bold;
font-size: 15px;
text-align: center;
text-transform: uppercase;
padding: 10px;
}
.cellule2 {
border: 1px dotted #OOOOOO;
background-color: #f9b3ef;
color: #FFFFFF;
font-weight: bold;
font-size: 13px;
text-align: center;
text-transform: uppercase;
padding: 10px;
}
.formu {
font-family: Arial, serif;
font-size: 13px;
text-align: justify;
padding: 10px;
}
.formu_texte {
font-weight: bold;
text-decoration: underline;
}
.reponse {
font-family: arial, serif;
font-size: 12px;
}
.titre {
background-image: url('http://i64.servimg.com/u/f64/14/64/81/47/fond1_10.jpg');
background-repeat: repeat;
border: 1px solid #000000;
text-align: center;
}
.contenu {
background-image: url('http://i64.servimg.com/u/f64/14/64/81/47/fond1_11.jpg');
background-repeat: repeat;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-align: justify;
padding: 5px;
}
.contenu_bienvenue {
background-image: url('http://i64.servimg.com/u/f64/14/64/81/47/fond1_11.jpg');
background-repeat: repeat;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-align: justify;
font-size: 1.3em;
padding: 5px;
}
div.imginfo { /* INFOBULLES */
position: relative;
text-decoration: none;
}
div.imginfo span {
display: none; /* on masque l'infobulle */
}
div.imginfo:hover {
background: none; /* correction d'un bug IE */
z-index: 999; /* on définit une valeur pour l'ordre d'affichage */
}
div.imginfo:hover span {
display: inline; /* on affiche l'infobulle */
position: absolute;
white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
top: 5px; /* on positionne notre infobulle */
left: 15px;
background: #ebebeb;
color: #000000;
padding: 3px;
border: 1px dotted #000000;
}