Probleme avec infobulle de mon QEEL Bouton_activeProbleme avec infobulle de mon QEEL Bouton_hoverProbleme avec infobulle de mon QEEL Fb-hoverProbleme avec infobulle de mon QEEL Fb-active
CSSActif, le forum, n'est plus maintenu. Il est néanmoins disponible pour consultation. Pour des outils pratiques, rendez-vous sur:

Découvrez CSSActif, une collection d'outils et de tutoriels interactifs pour les développeurs Web — HTML, CSS, JavaScript et bien plus!

Derniers sujets
» Fiche de Présentation RPG
Probleme avec infobulle de mon QEEL EmptySam 30 Mar 2024, 22:07 par Peyton972

» [RPG] Fiche personnage avec bannière
Probleme avec infobulle de mon QEEL EmptySam 30 Mar 2024, 22:06 par Peyton972

» Structure de Qui Est En Ligne (1)
Probleme avec infobulle de mon QEEL EmptyLun 04 Mar 2024, 23:20 par Peyton972

» Qui Est En Ligne - Utopia
Probleme avec infobulle de mon QEEL EmptyDim 24 Déc 2023, 18:16 par romee

» Pack forum complet "Androïd Sylver" RPU (N°2)
Probleme avec infobulle de mon QEEL EmptyJeu 02 Nov 2023, 06:42 par Hydrar

» Formulaire de connexion rapide amélioré
Probleme avec infobulle de mon QEEL EmptySam 04 Mar 2023, 18:57 par Krager

» Avatar centré dans le profil
Probleme avec infobulle de mon QEEL EmptySam 11 Fév 2023, 06:04 par Krager

» Vos partenaires dans le footer
Probleme avec infobulle de mon QEEL EmptyMar 07 Fév 2023, 08:40 par Oxtran

Le Deal du moment : -20%
Ecran PC GIGABYTE 28″ LED M28U 4K ( IPS, 1 ms, ...
Voir le deal
399 €

Partagez
 

Probleme avec infobulle de mon QEEL

Voir le sujet précédent Voir le sujet suivant Aller en bas 
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
Bonjour a vous,

je rencontre un problème avec l'infobulle des mes groupes.

Capture d'écran :


Probleme avec infobulle de mon QEEL Qeel1_10

Mes problème sont les suivant :

  • Je voudrais que la police dans l'infobulle soit plus petit, en minuscules mais le début des phrases en Majuscules.
  • Et je voudrais enlevé le fond transparent de mon infobulle car ce n'est pas trop lisible :s


Voici mon CSS :

Citation :
Code:
/*
----------------------------------
Fond des casses pour le tutoriel
----------------------------------
*/

.fond {
background-color: none;
}

.fond:hover {
background-color: red;
}


/*
----------------------------------
Les top des sujet du QEEL
----------------------------------
*/

.contour
{text-align: center;
border: 1px dotted #D0D0D0;
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
-moz-border-radius : 5px 5px 5px 5px;
padding-right:3px;
padding-left:3px;}

/*
----------------------------------
infobulle de mes groupes
----------------------------------
*/

a.infobulle {position: relative;}

a.infobulle span {display: none;}

a.infobulle:hover
{background: #1D3C40;
z-index: 999;
}

a.infobulle:hover span
{display: inline;
position: absolute;
white-space: nowrap;
top: 22px;
left: 0px;
background-color: #1D3C40;
color: white;
padding: 0px;
border: 1px solid white;
-moz-border-radius : 0px 0px 10px 10px;}


/*
----------------------------------
Les Groupes du QEEL
----------------------------------
*/


.groupes a:hover{
text-decoration: none !important;
border-bottom: 1px dashed #FFFFFF;
border-top: 1px dashed #FFFFFF;
background-color: #D0D0D0;
-moz-border-radius : 10px 0px 10px 0px;
height:30px;
padding-right:8px;
padding-left:8px;
padding-bottom:2px;
background-color: #295b63;
}


.groupes{
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
border: 1px #D0D0D0 ridge;
-moz-border-radius : 10px 0px 10px 0px;
height:30px;
padding-right:8px;
padding-left:8px;
padding-bottom:2px;
font-size:15px;
font-weight: bold;
text-align:center;
text-decoration: none !important;}


/*
----------------------------------
autres ^^
----------------------------------
*/


.complet{
text-align:center;
color:;
}

.complet a{
color:#FFFFFF;
text-decoration:none;
}

.context{
padding-left:20px;
padding-right:20px;
font-size:14px;
}


.navig{
margin-bottom:1px;
margin-left:15px;
margin-right:15px;
background-color:#295359;
display:block;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
}

.navig:hover{
border-left:5px solid #DADADA;
border-right:5px solid #DADADA;
}

.textscroll{
overflow:auto;
width:290px;
height: 90px;
}

.block{
padding-bottom:20px;
}



#bienvenue {
  color: #F7F7F7;
  background-color: #295359;
  text-align: center;
  font-variant: small-caps;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-size:20px;
font-weight:bold;
}

.titre {
  color: #F7F7F7;
  background-color: #295359;
  text-align: center;
  font-variant: small-caps;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-size:18px;
}

.top {
  border: 1px solid #F7F7F7;
  background-color: #295359;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:4px;
}

a.imginfo {   
position: relative;   
color: white;   
text-decoration: none;   
border-bottom: 0px white solid;
padding-right:10px;
}   

a.imginfo span {   
display: none; 


a.imginfo:hover {   
background: none;
z-index: 999;   
cursor: help;


a.imginfo:hover span {   
display: inline;   
position: absolute;   
white-space: nowrap;   
top: 10px;   
left: 20px;   
background: #295359;   
color: white;   
padding: 3px;   
border: 1px  inset white;
-moz-border-radius:10px; 
}


body.chatbox {
    background-color: #1D3C40;
}


a.mainmenu {
background: transparent
filter:alpha(opacity=80);
opacity:0.80;
background-color: #1D3C40;
padding-right: 10px;
font-weight: lighter!important;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
text-transform: capitalize;
color : #23aa9c;
font-size: 11px;}

a.mainmenu:hover{
background-color: #ffffff;
padding-right: 10px;
font-weight: lighter!important;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
text-transform: capitalize;
color : #1D3C40;
font-size: 12px;}



body { cursor: crosshair }

input, textarea, select {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;}


a:hover {
font-variant : small-caps;
letter-spacing: 1px;
text-decoration: none; color:#3f818a ; border-bottom: 1px dotted #3f818a;}


.forumline{background-color: transparent}

td.row1,td.row3.over:hover {
filter:alpha(opacity=80);
opacity:0.80;}

td.row2,td.row1.over:hover {
filter:alpha(opacity=80);
opacity:0.80;}

td.row3{
filter:alpha(opacity=80);
opacity:0.80;}


a { text-decoration: none; }


div, table {
      -moz-border-radius:10px;
      border: none;}

 textarea, .textarea.post, input.post {
-moz-border-radius:8px;}

.quote {
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:10px;
color: #948A30}

.code {
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:10px;}
color: #948A30;


.forumline{
-moz-border-radius:6px;}


th.secondarytittle {-moz-border-radius-topleft :10px;}
th.lastmess {-moz-border-radius-topright :10px;}
    th.secondarytitle {
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;}


.cadreava{
padding : 5px;
background-color:#295359;
-moz-border-radius:5px;}
   
.cadrepro{
background-color:#295359;
-moz-border-radius:5px;}


.nom {
background-color: #295359;
margin: 0px 0px 0px 0px;
font-family: Georgia, "Courier New", "Comic Sans Ms","Trebuchet MS", "Arial Black", Arial, Verdana, serif;
font-size: 15px;
font-weight: bold;
text-indent: 5%;
text-transform: capitalize;
text-align: left;
color: White;
border-width: 5px;
border-color: white;
border-style: solid ;
border-left: 2px solid white;
border-top: 2px solid white;
border-right: 2px solid  white;
border-bottom: 2px solid  white;
-moz-border-radius-topright: 30px;
-webkit-border-radius-topright: 30px;
width: 300px;}

.nom_souligne {
border-bottom: 1px solid white;}

a:link {
text-transform: Capitalize; letter-spacing: 1px; text-decoration: none!important; text-shadow: #000000 1px 1px 1px;}

a:link : hover{
text-transform: Capitalize; letter-spacing: 1px; text-decoration: none!important; text-shadow: #000000 1px 1px 1px;}


/* limitation-signature */

.limitation-signature img {
max-width: 500px;
max-height: 200px;}

Je vous remercie d'avance de votre aide

JIben
MessageSujet: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 09:42
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Probleme avec infobulle de mon QEEL Empty
Mets ceci peut-être :

Code:

a.infobulle:hover span
{display: inline;
position: absolute;
white-space: nowrap;
foint-variant: none;
top: 22px;
left: 0px;
background-color: CHANGER LA COULEUR ?;
color: white;
padding: 0px;
border: 1px solid white;
-moz-border-radius : 0px 0px 10px 10px;}
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:14
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
Merci la transparence est enlever !


par contre c'est toujours écrit en majuscule :s
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:26
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Probleme avec infobulle de mon QEEL Empty
Hum ^^' Essaie plutôt de remplacer "foint-variant: none;" par ce qui suit :

Code:
font-variant: none;
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:29
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
L"écriture de l'infobulle est toujours la même que celle de la photo :s
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:33
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Probleme avec infobulle de mon QEEL Empty
Et en mettant ceci plutôt ? (sait-on jamais xD)

Code:
font-variant: normal;
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:36
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
Non, c'est toujours le même !
<Ont aura tenter
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:39
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Probleme avec infobulle de mon QEEL Empty
Code:
text-transform: none !important;
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:45
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
Sa ne change pas :s

Mais j'ai changer la taille de l'écriture c'est déjà mieux !

Par contre comment faire pour que le texte ne touche pas le bord de la bulle de l'infobulle ?
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:53
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Probleme avec infobulle de mon QEEL Empty
=S Pour le bord, tu mets un code tel que celui-ci :

Code:
padding: 4px;
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:55
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
okok merci
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:58
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Probleme avec infobulle de mon QEEL Empty
Je ne sais pas trop pour ton autre problème.... Je peux avoir ton css en entier ?
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 16:59
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
Le voici :

Code:
/*
----------------------------------
Fond des casses pour le tutoriel
----------------------------------
*/

.fond {
background-color: none;
}

.fond:hover {
background-color: red;
}


/*
----------------------------------
Les top des sujet du QEEL
----------------------------------
*/

.contour
{text-align: center;
border: 1px dotted #D0D0D0;
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
-moz-border-radius : 5px 5px 5px 5px;
padding-right:3px;
padding-left:3px;}

/*
----------------------------------
infobulle de mes groupes
----------------------------------
*/

a.infobulle {position: relative;}

a.infobulle span {display: none;}

a.infobulle:hover
{background: #1D3C40;
z-index: 999;
}

a.infobulle:hover span
{display: inline;
position: absolute;
white-space: nowrap;
text-transform: none !important;
padding-right:18px;
padding-left:18px;
padding-bottom:2px;
padding-top:2px;
font-size:11px;
font-variant: normal;
top: 22px;
left: 0px;
background-color:#1D3C40;
color: white;
padding: 0px;
border: 1px solid white;
-moz-border-radius : 0px 0px 10px 10px;}


/*
----------------------------------
Les Groupes du QEEL
----------------------------------
*/


.groupes a:hover{
text-decoration: none !important;
border-bottom: 1px dashed #FFFFFF;
border-top: 1px dashed #FFFFFF;
background-color: #D0D0D0;
-moz-border-radius : 10px 0px 10px 0px;
height:30px;
padding-right:8px;
padding-left:8px;
padding-bottom:2px;
background-color: #295b63;
}


.groupes{
background: transparent;
filter:alpha(opacity=65);
opacity:0.65;
background-color: #1D3C40;
border: 1px #D0D0D0 ridge;
-moz-border-radius : 10px 0px 10px 0px;
height:30px;
padding-right:8px;
padding-left:8px;
padding-bottom:2px;
font-size:15px;
font-weight: bold;
text-align:center;
text-decoration: none !important;}


/*
----------------------------------
autres ^^
----------------------------------
*/


.complet{
text-align:center;
color:;
}

.complet a{
color:#FFFFFF;
text-decoration:none;
}

.context{
padding-left:20px;
padding-right:20px;
font-size:14px;
}


.navig{
margin-bottom:1px;
margin-left:15px;
margin-right:15px;
background-color:#295359;
display:block;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
}

.navig:hover{
border-left:5px solid #DADADA;
border-right:5px solid #DADADA;
}

.textscroll{
overflow:auto;
width:290px;
height: 90px;
}

.block{
padding-bottom:20px;
}



#bienvenue {
  color: #F7F7F7;
  background-color: #295359;
  text-align: center;
  font-variant: small-caps;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-size:20px;
font-weight:bold;
}

.titre {
  color: #F7F7F7;
  background-color: #295359;
  text-align: center;
  font-variant: small-caps;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
font-size:18px;
}

.top {
  border: 1px solid #F7F7F7;
  background-color: #295359;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:4px;
}

a.imginfo {   
position: relative;   
color: white;   
text-decoration: none;   
border-bottom: 0px white solid;
padding-right:10px;
}   

a.imginfo span {   
display: none; 


a.imginfo:hover {   
background: none;
z-index: 999;   
cursor: help;


a.imginfo:hover span {   
display: inline;   
position: absolute;   
white-space: nowrap;   
top: 10px;   
left: 20px;   
background: #295359;   
color: white;   
padding: 3px;   
border: 1px  inset white;
-moz-border-radius:10px; 
}


body.chatbox {
    background-color: #1D3C40;
}


a.mainmenu {
background: transparent
filter:alpha(opacity=80);
opacity:0.80;
background-color: #1D3C40;
padding-right: 10px;
font-weight: lighter!important;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
text-transform: capitalize;
color : #23aa9c;
font-size: 11px;}

a.mainmenu:hover{
background-color: #ffffff;
padding-right: 10px;
font-weight: lighter!important;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
text-transform: capitalize;
color : #1D3C40;
font-size: 12px;}



body { cursor: crosshair }

input, textarea, select {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;}


a:hover {
font-variant : small-caps;
letter-spacing: 1px;
text-decoration: none; color:#3f818a ; border-bottom: 1px dotted #3f818a;}


.forumline{background-color: transparent}

td.row1,td.row3.over:hover {
filter:alpha(opacity=80);
opacity:0.80;}

td.row2,td.row1.over:hover {
filter:alpha(opacity=80);
opacity:0.80;}

td.row3{
filter:alpha(opacity=80);
opacity:0.80;}


a { text-decoration: none; }


div, table {
      -moz-border-radius:10px;
      border: none;}

 textarea, .textarea.post, input.post {
-moz-border-radius:8px;}

.quote {
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:10px;
color: #948A30}

.code {
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
padding:10px;}
color: #948A30;


.forumline{
-moz-border-radius:6px;}


th.secondarytittle {-moz-border-radius-topleft :10px;}
th.lastmess {-moz-border-radius-topright :10px;}
    th.secondarytitle {
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;}


.cadreava{
padding : 5px;
background-color:#295359;
-moz-border-radius:5px;}
   
.cadrepro{
background-color:#295359;
-moz-border-radius:5px;}


.nom {
background-color: #295359;
margin: 0px 0px 0px 0px;
font-family: Georgia, "Courier New", "Comic Sans Ms","Trebuchet MS", "Arial Black", Arial, Verdana, serif;
font-size: 15px;
font-weight: bold;
text-indent: 5%;
text-transform: capitalize;
text-align: left;
color: White;
border-width: 5px;
border-color: white;
border-style: solid ;
border-left: 2px solid white;
border-top: 2px solid white;
border-right: 2px solid  white;
border-bottom: 2px solid  white;
-moz-border-radius-topright: 30px;
-webkit-border-radius-topright: 30px;
width: 300px;}

.nom_souligne {
border-bottom: 1px solid white;}

a:link {
text-transform: Capitalize; letter-spacing: 1px; text-decoration: none!important; text-shadow: #000000 1px 1px 1px;}

a:link : hover{
text-transform: Capitalize; letter-spacing: 1px; text-decoration: none!important; text-shadow: #000000 1px 1px 1px;}


/* limitation-signature */

.limitation-signature img {
max-width: 500px;
max-height: 200px;}


Merci d'avance

jiben
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyJeu 15 Avr 2010, 17:01
Revenir en haut Aller en bas
http://generation.geek.chez.com
Boow
Boow
{ Membre actif }
{ Membre actif }

Masculin Messages : 866



Probleme avec infobulle de mon QEEL Empty
Et bien.... Je ne sais pas. u_u' Je ne vois pas d'où ça pourrait venir xO
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyLun 19 Avr 2010, 05:22
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
okok,
merci de ton aide Wink

jiben
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyLun 19 Avr 2010, 14:17
Revenir en haut Aller en bas
http://nin-gai.forum2ouf.com/
Imari
Imari
{ Membre hyper-actif }
{ Membre hyper-actif }

Féminin Messages : 1538



Probleme avec infobulle de mon QEEL Empty
Bonjour,

votre problème est-il toujours d'actualité ?
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyMer 05 Mai 2010, 09:18
Revenir en haut Aller en bas
Jiben
{ Membre actif }
{ Membre actif }

Masculin Messages : 314



Probleme avec infobulle de mon QEEL Empty
Non,

vous pouvez locker svp

merci d'avance
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL EmptyMer 05 Mai 2010, 11:01
Revenir en haut Aller en bas
Contenu sponsorisé




Probleme avec infobulle de mon QEEL Empty
MessageSujet: Re: Probleme avec infobulle de mon QEEL   Probleme avec infobulle de mon QEEL Empty
Revenir en haut Aller en bas
 

Probleme avec infobulle de mon QEEL

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 1

 Sujets similaires

-
» problème avec infobulle.
» Problème avec Infobulle
» Probléme avec position de mes top des posteurs .. avec mon QEEL
» petit probleme avec mon QEEl :S [Probleme CLOS]
» Problème avec PA à onglet - Infobulle et transparence.

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
CSSActif :: De la théorie à la pratique :: Aide CSS & xHTML :: Problèmes résolus-

Partenaires Or


← Page précédente   ↑ Aller en haut Copyright © CSSActif 2009 - 2013 Tous droits réservés
Créer un forum | ©phpBB | Forum gratuit d'entraide | Signaler un abus | Forum gratuit