Enlever les marges blanches sur mon site
Résolu/Fermé
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
-
2 mars 2013 à 23:24
zekur31 Messages postés 118 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 - 3 mars 2013 à 23:38
zekur31 Messages postés 118 Date d'inscription samedi 2 mars 2013 Statut Membre Dernière intervention 27 mai 2013 - 3 mars 2013 à 23:38
A voir également:
- Enlever les marges blanches sur mon site
- Site de telechargement - Accueil - Outils
- Site comme coco - Accueil - Réseaux sociaux
- Quel site remplace coco - Accueil - Réseaux sociaux
- Site inaccessible - Guide
- Site pour vendre des objets d'occasion - Guide
11 réponses
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 00:33
3 mars 2013 à 00:33
personne ? :(
Utilisateur anonyme
3 mars 2013 à 09:43
3 mars 2013 à 09:43
Salut, pourquoi ne pas mettre ces marges en noir ? cela se verrai plus
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 22:39
3 mars 2013 à 22:39
Salut, ben je veux bien mais je ne sais pas comment faire :/ Ou alors puis-je modifié la taille du background, sans que la mise en page soit affecté selon le type d'écran ?
Utilisateur anonyme
Modifié par lobotoFix le 3/03/2013 à 23:04
Modifié par lobotoFix le 3/03/2013 à 23:04
Helloooo...moi je pas connais e-monsite , je fais des sites "a la main " . Donc je peu vous aider facilement si vous pouvez modifier le code source
vous avez accès au code source ?
linux est le noyaux et Windows les pépins
vous avez accès au code source ?
linux est le noyaux et Windows les pépins
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:07
3 mars 2013 à 23:07
merci pour ta réponse oui j'ai accès au code source. Faut-il que je le copie et que je le poste ?
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:12
3 mars 2013 à 23:12
ok thx :)
Utilisateur anonyme
3 mars 2013 à 23:12
3 mars 2013 à 23:12
Donc voila...si tu as accès aux code source 'est tout bénéfique.
il faut que tu aille dans une de tes trois feuille css, sinon fait en une autre
et tu rajoute juste
il faut que tu aille dans une de tes trois feuille css, sinon fait en une autre
et tu rajoute juste
body{ background-color: black; }
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:17
3 mars 2013 à 23:17
yes merci à toi ça a marché :)
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:23
3 mars 2013 à 23:23
euh j'ai un petit souci par contre....Il y a le code qui est écrit en haut à gauche du site :s
www.love-test.fr
www.love-test.fr
Utilisateur anonyme
3 mars 2013 à 23:23
3 mars 2013 à 23:23
je vien de voir ton site, c est ok les marges sont noir, mais tu as le code qui s'affiche
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:26
3 mars 2013 à 23:26
/* ========================================================================= */
/* CSS 03/03/2013 23:21:01 */
/* ========================================================================= */
/*===================================================================================
HTML
===================================================================================*/
*{
margin: 0;
padding: 0;
}
body{
background-color: black;
}body{
font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; background-image: url(http://www.love-test.fr/medias/files/3-2.png); background-position: center top; background-repeat: no-repeat; background-attachment: fixed;}
a,
a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;}
a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #000000;}
p,ul,ol{
margin-bottom: 1.3em;
}
h1{
margin-bottom: 20px;
font-weight: normal;
font-size: 2em;
}
h2{
margin-bottom: 20px;
font-weight: normal;
font-size: 1.8em !important;
}
h3{
margin-bottom: 20px;
font-weight: normal;
font-size: 1.6em !important;
}
h4, h5, h6{
margin-bottom: 15px;
font-size: 1.4em !important;
}
/*===================================================================================
LANGS
===================================================================================*/
ul#lang{
position: absolute;
background-color: #000000;
}
ul#lang a{
display: inline;
padding: 0;
}
/*===================================================================================
WRAPPER
===================================================================================*/
#wrapper_container{
overflow: auto;
}
/*===================================================================================
HEADER
===================================================================================*/
#header{
position: relative;
clear: both;
padding-top: 10px; padding-bottom: 1px;}
#header .container{
position: relative;
height: 125px; width: 980px; margin: 0 auto; background-image: url(http://www.love-test.fr/medias/files/nvoooo-1.png); background-position: center center; background-repeat: no-repeat; overflow: hidden;
}
/*===================================================================================
LOGO
===================================================================================*/
#logo{
float: left;
}
/*===================================================================================
TITLE
===================================================================================*/
#title_container{
overflow: hidden;
}
#title,
#subtitle{
display: none;
}
/*===================================================================================
SUBTITLE
===================================================================================*/
/*===================================================================================
MENUH
===================================================================================*/
.menu_h,
.menu_h .menu{
float: none;
min-height: 0;
font-size: 0;
}
.menu_h,
.menu_h li{
border: 0;
}
.menu_h .menu_item,
.menu_h .menu_item:visited{
height: auto;
min-height: 0;
line-height: 1;
}
.menu_h .nav_item{
display: inline-block;
float: none;
zoom: 1;
*display: inline;
}
.menu_h .nav_item:last-child{
border-right: 0 !important;
}
.menu_h .submenu{
text-align: left;
}
/*===================================================================================
MENUH TOP
===================================================================================*/
#menu_h1{
width: auto; }
#menu_h1 .menu{
text-align: center;
}
.menu_h{
background-color: #000000; border-bottom: 1px solid #000000;
font-family: Geneva, Arial, Helvetica, sans-serif;}
.menu_h .nav_item{
font-size: 14px; border-right: 0; }
.menu_h .menu_item{
color: #9b539b; font-weight: normal; font-style: normal; text-decoration: none; font-variant: normal; }
.menu_h .nav_item:hover .menu_item{
color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; background-color: #000000;}
/*===================================================================================
MENUH TOP SUBMENUS
===================================================================================*/
#menu_h1 .submenu.first{
}
#menu_h1 .submenu.second{
top: -1px;
}
#menu_h1 .submenu{
background-color: #050b25; border-top: 1px solid #26294c; border-right: 1px solid #26294c; border-bottom: 1px solid #26294c; border-left: 1px solid #26294c;}
#menu_h1 .submenu a,
#menu_h1 .submenu a:visited{
font-size: 14px; color: #9b539b; border-bottom: 1px solid #26294c; text-decoration: none;
}
#menu_h1 .submenu li:hover > a{
color: #ffffff; background-color: #000000;}
/*===================================================================================
MENUH BOTTOM
===================================================================================*/
#menu_h2{
width: auto; width: auto; }
#menu_h2 .menu{
text-align: left;
}
#menu_h2 .submenu{
display: none;
}
/*===================================================================================
CONTAINER
===================================================================================*/
#container{
position: relative;
width: 960px;
padding: 10px; margin-right: auto;
margin-left: auto;
border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 0 0 10px #000000;
background-color: #000000;}
/*===================================================================================
SIDEBARS
===================================================================================*/
.sidebar{
float: left;
height: auto;
}
/*===================================================================================
SIDEBARS SUBMENUS
===================================================================================*/
.sidebar .widget{
overflow: visible;
}
.widget_content .menu li{
margin-bottom: 0;
}
.sidebar .menu .even_item{
background: none !important;
}
/*===================================================================================
FIRST SIDEBAR
===================================================================================*/
.sidebar{
width: 200px;
height: auto;
padding-top: 36px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; margin-left:10px;
border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
background-color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left;}
.sidebar a,
.sidebar a:visited{
font-weight: normal; font-style: normal; text-decoration: underline; color: #ffffff;}
.sidebar a:hover,
.sidebar .nav_item:hover > a{
font-weight: normal; font-style: normal; text-decoration: none; color: #d76fc1;}
/*===================================================================================
FIRST SIDEBAR TITLES
===================================================================================*/
.sidebar .item_title,
.sidebar .item_title a,
.sidebar .item_title a:visited{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #000000; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none;}
.sidebar .item_title:hover,
.sidebar .item_title a:hover{
color: #008bbe;}
/*===================================================================================
FIRST SIDEBAR WIDGETS TITLE
===================================================================================*/
.sidebar h4{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px !important; color: #008bbe; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-align: left; background-color: #000000; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;}
.sidebar h4 a,
.sidebar h4 a:visited,
.sidebar h4 a:hover{
font-weight: normal; font-style: normal; font-variant: normal; color: #008bbe; text-decoration: none;}
.sidebar h4 a:hover{
color: #ffffff;}
/*===================================================================================
FIRST SIDEBAR WIDGETS
===================================================================================*/
.sidebar .widget{
}
.sidebar .widget_content{
position: relative;
width: 200px;
}
.sidebar.dropdownmenus h4 + .widget_content,
.sidebar.dropdownmenus .widget_title + .widget_content{
display: none;
}
/*===================================================================================
FIRST SIDEBAR ALTERNATE ITEMS
===================================================================================*/
.sidebar .even_item,
.sidebar .even_line td,
.sidebar .widget_even_item{
background-color: #020510; }
.sidebar .even_item a,
.sidebar .even_item a:visited,
.sidebar .widget_even_item a,
.sidebar .widget_even_item a:visited{
}
.sidebar .even_item a:hover,
.sidebar .widget_even_item a:hover{
}
.sidebar .even_item .item_title,
.sidebar .widget_even_item .item_title,
.sidebar .even_item .item_title a,
.sidebar .widget_even_item .item_title a,
.sidebar .even_item .item_title a:visited,
.sidebar .widget_even_item .item_title a:visited{
font-family: Arial; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none;}
.sidebar .even_item .item_title:hover,
.sidebar .widget_even_item .item_title:hover,
.sidebar .even_item .item_title a:hover,
.sidebar .widget_even_item .item_title a:hover{
}
/*===================================================================================
FIRST SIDEBAR SUBMENUS
===================================================================================*/
.sidebar .submenu{
background-color: #020510; border-top: 1px solid #000000; border-right: none; border-bottom: none; border-left: none;}
.sidebar .submenu.first{
width: 200px;
}
.sidebar .submenu.second{
left: -200px;
}
.sidebar .submenu a,
.sidebar .submenu a:visited{
border-bottom: none; text-decoration: none;
}
.sidebar .submenu li:hover > a{
text-decoration: none;
}
/*===================================================================================
SECOND SIDEBAR
===================================================================================*/
/*===================================================================================
CONTENT
===================================================================================*/
#content{
float: left;
height: auto;
font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left;}
#content.three-columns{
width : 500px;
}
#content.two-columns.sidebar1{
width: 730px;
}
#content.two-columns.sidebar2{
width: 730px;
}
#content.no-columns{
float: none;
}
#content a,
#content a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #08abe1;}
#content a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #08abe1;}
/*===================================================================================
CONTENT BREADCRUMBS
===================================================================================*/
#breadcrumbs{
display: none;
}
/*===================================================================================
CONTENT TITLES
===================================================================================*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .item_title{
font-family: Georgia, "Times New Roman", Times, serif; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none;}
#content h1 a,
#content h1 a:visited,
#content h2 a,
#content h2 a:visited,
#content h3 a,
#content h3 a:visited,
#content h4 a,
#content h4 a:visited,
#content h5 a,
#content h5 a:visited,
#content h6 a,
#content h6 a:visited,
#content a.item_title,
#content a.item_title:visited,
#content .item_title a,
#content .item_title a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #ffffff;}
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content a.item_title:hover,
#content .item_title a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #ffffff;}
/*===================================================================================
CONTENT BLOCKS
===================================================================================*/
#content .list_thumbs_items .item_content,
#content .categories_list,
#content .ecom_item_add_to_basket_container,
#content #ecom_item_variations{
background-color: #020510;}
#content .list_thumbs_items .item_content a,
#content .list_thumbs_items .item_content a:visited,
#content .categories_list a,
#content .categories_list a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content a:hover,
#content .categories_list a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content .item_title,
#content .categories_list .item_title{
}
#content .list_thumbs_items .item_content a.item_title,
#content .list_thumbs_items .item_content a.item_title:visited,
#content .list_thumbs_items .item_content .item_title a,
#content .list_thumbs_items .item_content .item_title a:visited,
#content .categories_list a.item_title,
#content .categories_list a.item_title:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content .item_title:hover,
#content .categories_list .item_title:hover,
#content .list_thumbs_items .item_content .item_title a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
/*===================================================================================
CONTENT ALTERNATE ITEMS
===================================================================================*/
#content .menu li{
padding: 5px;
}
#content .even_item,
#content .even_line td,
#content .widget_even_item{
background-color: #020510;}
#content .even_item a,
#content .even_item a:visited,
#content .even_line td a,
#content .even_line td a:visited,
#content .widget_even_item a,
#content .widget_even_item a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item a:hover,
#content .even_line td a:hover,
#content .widget_even_item a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item .item_title a,
#content .even_item .item_title a:visited,
#content .even_item a.item_title,
#content .even_item a.item_title:visited,
#content .even_line td a.item_title,
#content .even_line td a.item_title:visited,
#content .even_line td .item_title a,
#content .even_line td .item_title a:visited,
#content .widget_even_item .item_title a,
#content .widget_even_item .item_title a:visited,
#content .widget_even_item a.item_title,
#content .widget_even_item a.item_title:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item .item_title a:hover,
#content .even_item a.item_title:hover,
#content .even_line td a.item_title:hover,
#content .even_line td .item_title a:hover,
#content .widget_even_item .item_title a:hover,
#content .widget_even_item a.item_title:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
/*===================================================================================
PASSWORD ACCESS
===================================================================================*/
.passwordaccess #content{
float: none;
}
.passwordaccess form{
padding: 20px;
}
.passwordaccess .textfield{
width: 240px;
}
/*===================================================================================
BOTTOM EDITABLE ZONE
===================================================================================*/
#content #bottom_editable_zone{
clear: both;
margin-top: 20px;
overflow: hidden;
}
/*===================================================================================
FOOTER
===================================================================================*/
#footer{
clear: both;
}
#footer .container{
padding: 20px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; overflow: hidden;
}
#footer a,
#footer a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;}
#footer a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #9b539b;}
/*===================================================================================
PAGINATION
===================================================================================*/
#content .pagination{
padding: 5px;
background-color: #000000;
padding-top: 5px;
border-top: 1px solid #000000;
}
#content .pagination a{
color: #999999; }
#content .pagination span,
#content .pagination a:hover{
background-color: #000000; color: #ffffff; text-decoration: none;
}
/*===================================================================================
TAGS
===================================================================================*/
#content .tags{
background-position: 0 10px !important;
}
#content .tags a,
#content .tags a:visited{
display: inline-block;
margin-bottom: 5px;
padding: 5px;
border-radius: 5px;
color: #999999; text-decoration: none;
}
#content .tags a:hover{
background-color: #000000; color: #ffffff; text-decoration: none;
}
/*===================================================================================
FORMS
===================================================================================*/
.form_standard,
.search_form,
.form_newsletter,
.widget form{
padding: 5px; }
.form_standard label,
.search_form label,
.form_newsletter label,
.widget form label{
}
.form_standard legend{
}
fieldset{
border: none;
}
.textfield,
select,
textarea{
border-top: none; border-right: none; border-bottom: none; border-left: none;}
.textfield:focus,
select:focus,
textarea:focus{
}
/*===================================================================================
TABLES
===================================================================================*/
table,
table.table_standard{
border-top: none; border-right: none; border-bottom: none; border-left: none;}
table td,
table.table_standard td{
}
table tr:last-child td,
table.table_standard tr:last-child td{
}
table th,
table.table_standard th{
color: #000000; background-color: #020510;}
/*===================================================================================
BUTTONS
===================================================================================*/
.button,
a.button:visited,
span.ecom_item_numeric_stepper_up,
span.ecom_item_numeric_stepper_down,
.form_standard_text_format_icons,
input[type="submit"],
input[type="button"]{
border: 0;
background-color: #000000; color: #ffffff !important; text-decoration: none !important;
}
.ecom_item_numeric_stepper input{
border: 1px solid #000000;}
.button:hover,
a.button:hover,
span.ecom_item_numeric_stepper_up:hover,
span.ecom_item_numeric_stepper_down:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
background-color: #000000 !important; color: #ffffff !important; text-decoration: none !important;
}
.button.disabled,
.button.disabled:hover{
opacity: .5;
color: #ffffff !important; background-color: #000000 !important;}
/*===================================================================================
ALERTS
===================================================================================*/
#fancybox-content{
}
p.fb_message,
p.fb_message a,
p.fb_message a:visited,
p.fb_message a:hover{
}
p.fb_buttons .button,
p.fb_buttons .button:visited{
}
p.fb_buttons .button:hover{
}
p.fb_message,
p.fb_message a,
p.fb_message a:visited,
p.fb_message a:hover{
}
p.fb_buttons .button,
p.fb_buttons .button:visited{
}
p.fb_buttons .button:hover{
}
/*===================================================================================
ADD-ON : PAGES
===================================================================================*/
#content.three-columns .cols{
width : 520px;
}
#content.two-columns.sidebar1 .cols{
width: 750px;
}
#content.two-columns.sidebar2 .cols{
width: 750px;
}
#content.no-columns .cols{
width: 980px;
}
#page_main_title{
display: none;
}
/*===================================================================================
ADD-ON : PHOTO ALBUM
===================================================================================*/
ul.thumbs li{
margin: 3px;
}
small.photogallery_categories_nb_items{
background-color: #000000; color: #ffffff;}
/*===================================================================================
ADD-ON : VIDEOS
===================================================================================*/
.categories_list ul{
margin-bottom: 0;
}
/*===================================================================================
ADD-ON : SHOP
===================================================================================*/
.ecom_thumb_items .item{
}
.ecom_thumb_items .item_content{
}
.ecom_thumb_item_title{
font-size: 1.3em !important;
}
.ecom_thumb_item_title:hover,
.ecom_thumb_item_title a,
.ecom_thumb_item_title a:visited{
font-weight: normal !important; text-decoration: none !important;}
.ecom_thumb_item_title a:hover{
}
.ecom_thumb_item_on_sale,
.ecom_item_on_sale{
color: #d76fc1; font-weight: normal; font-style: normal; font-variant: normal;}
.ecom_thumb_item_final_price,
.ecom_item_final_price{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #78bd29; font-weight: normal; font-style: normal;}
.ecom_thumb_item_old_price,
.ecom_item_old_price{
color: #999999; font-weight: normal; font-style: normal;}
.ecom_thumb_item_stock.in_stock,
.ecom_item_stockinfo.in_stock{
color: #999999;}
.ecom_thumb_item_stock.no_stock,
.ecom_item_stockinfo.no_stock{
color: #999999;}
.ecom_thumb_item_stock.soon_no_stock,
.ecom_item_stockinfo.soon_no_stock{
color: #999999;}
#content .ecom_thumb_item_button_basket,
#content .ecom_thumb_item_button_basket:visited,
#content .ecom_item_button_basket,
#content .ecom_item_button_basket:visited{
border: 0;
background-color: #9b539b; color: #ffffff !important;}
#content .ecom_thumb_item_button_basket:hover,
#content .ecom_item_button_basket:hover{
background-color: #6e366e !important; color: #ffffff !important;}
#content .ecom_thumb_item_button_basket.disabled,
#content .ecom_thumb_item_button_basket.disabled:hover,
#content .ecom_item_button_basket.disabled,
#content .ecom_item_button_basket.disabled:hover{
background-color: #9b539b !important; color: #ffffff !important;}
ul.tabs,
ul.tabs li{
border-color: #000000;}
#content .tabs a,
#content .tabs a:visited{
color: #999999; text-decoration: none;
}
#content .tabs a:hover{
color: #ffffff; text-decoration: none;
}
#content .tabs .active{
border-bottom-color: #000000;
}
#content .tabs .active a,
#content .tabs .active a:visited,
#content .tabs .active a:hover{
color: #ffffff;}
/*===================================================================================
ADD-ON : MEMBERS SPACE
===================================================================================*/
#member_toolbar{
padding: 5px;
background-color: #020510;}
#member_toolbar a,
#member_toolbar a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#member_toolbar a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#member_toolbar ul{
margin-bottom: 0;
}
/*===================================================================================
ADD-ON : POLL
===================================================================================*/
dl.chart_result dd span{
background-color: #020510;}
/*=============================================================================
ADDITIONAL CSS
=============================================================================*/
/* CSS 03/03/2013 23:21:01 */
/* ========================================================================= */
/*===================================================================================
HTML
===================================================================================*/
*{
margin: 0;
padding: 0;
}
body{
background-color: black;
}body{
font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; background-image: url(http://www.love-test.fr/medias/files/3-2.png); background-position: center top; background-repeat: no-repeat; background-attachment: fixed;}
a,
a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;}
a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #000000;}
p,ul,ol{
margin-bottom: 1.3em;
}
h1{
margin-bottom: 20px;
font-weight: normal;
font-size: 2em;
}
h2{
margin-bottom: 20px;
font-weight: normal;
font-size: 1.8em !important;
}
h3{
margin-bottom: 20px;
font-weight: normal;
font-size: 1.6em !important;
}
h4, h5, h6{
margin-bottom: 15px;
font-size: 1.4em !important;
}
/*===================================================================================
LANGS
===================================================================================*/
ul#lang{
position: absolute;
background-color: #000000;
}
ul#lang a{
display: inline;
padding: 0;
}
/*===================================================================================
WRAPPER
===================================================================================*/
#wrapper_container{
overflow: auto;
}
/*===================================================================================
HEADER
===================================================================================*/
#header{
position: relative;
clear: both;
padding-top: 10px; padding-bottom: 1px;}
#header .container{
position: relative;
height: 125px; width: 980px; margin: 0 auto; background-image: url(http://www.love-test.fr/medias/files/nvoooo-1.png); background-position: center center; background-repeat: no-repeat; overflow: hidden;
}
/*===================================================================================
LOGO
===================================================================================*/
#logo{
float: left;
}
/*===================================================================================
TITLE
===================================================================================*/
#title_container{
overflow: hidden;
}
#title,
#subtitle{
display: none;
}
/*===================================================================================
SUBTITLE
===================================================================================*/
/*===================================================================================
MENUH
===================================================================================*/
.menu_h,
.menu_h .menu{
float: none;
min-height: 0;
font-size: 0;
}
.menu_h,
.menu_h li{
border: 0;
}
.menu_h .menu_item,
.menu_h .menu_item:visited{
height: auto;
min-height: 0;
line-height: 1;
}
.menu_h .nav_item{
display: inline-block;
float: none;
zoom: 1;
*display: inline;
}
.menu_h .nav_item:last-child{
border-right: 0 !important;
}
.menu_h .submenu{
text-align: left;
}
/*===================================================================================
MENUH TOP
===================================================================================*/
#menu_h1{
width: auto; }
#menu_h1 .menu{
text-align: center;
}
.menu_h{
background-color: #000000; border-bottom: 1px solid #000000;
font-family: Geneva, Arial, Helvetica, sans-serif;}
.menu_h .nav_item{
font-size: 14px; border-right: 0; }
.menu_h .menu_item{
color: #9b539b; font-weight: normal; font-style: normal; text-decoration: none; font-variant: normal; }
.menu_h .nav_item:hover .menu_item{
color: #ffffff; font-weight: normal; font-style: normal; text-decoration: none; background-color: #000000;}
/*===================================================================================
MENUH TOP SUBMENUS
===================================================================================*/
#menu_h1 .submenu.first{
}
#menu_h1 .submenu.second{
top: -1px;
}
#menu_h1 .submenu{
background-color: #050b25; border-top: 1px solid #26294c; border-right: 1px solid #26294c; border-bottom: 1px solid #26294c; border-left: 1px solid #26294c;}
#menu_h1 .submenu a,
#menu_h1 .submenu a:visited{
font-size: 14px; color: #9b539b; border-bottom: 1px solid #26294c; text-decoration: none;
}
#menu_h1 .submenu li:hover > a{
color: #ffffff; background-color: #000000;}
/*===================================================================================
MENUH BOTTOM
===================================================================================*/
#menu_h2{
width: auto; width: auto; }
#menu_h2 .menu{
text-align: left;
}
#menu_h2 .submenu{
display: none;
}
/*===================================================================================
CONTAINER
===================================================================================*/
#container{
position: relative;
width: 960px;
padding: 10px; margin-right: auto;
margin-left: auto;
border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; box-shadow: 0 0 10px #000000;
background-color: #000000;}
/*===================================================================================
SIDEBARS
===================================================================================*/
.sidebar{
float: left;
height: auto;
}
/*===================================================================================
SIDEBARS SUBMENUS
===================================================================================*/
.sidebar .widget{
overflow: visible;
}
.widget_content .menu li{
margin-bottom: 0;
}
.sidebar .menu .even_item{
background: none !important;
}
/*===================================================================================
FIRST SIDEBAR
===================================================================================*/
.sidebar{
width: 200px;
height: auto;
padding-top: 36px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; margin-left:10px;
border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
background-color: #000000; font-family: Geneva, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left;}
.sidebar a,
.sidebar a:visited{
font-weight: normal; font-style: normal; text-decoration: underline; color: #ffffff;}
.sidebar a:hover,
.sidebar .nav_item:hover > a{
font-weight: normal; font-style: normal; text-decoration: none; color: #d76fc1;}
/*===================================================================================
FIRST SIDEBAR TITLES
===================================================================================*/
.sidebar .item_title,
.sidebar .item_title a,
.sidebar .item_title a:visited{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #000000; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none;}
.sidebar .item_title:hover,
.sidebar .item_title a:hover{
color: #008bbe;}
/*===================================================================================
FIRST SIDEBAR WIDGETS TITLE
===================================================================================*/
.sidebar h4{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px !important; color: #008bbe; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-align: left; background-color: #000000; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;}
.sidebar h4 a,
.sidebar h4 a:visited,
.sidebar h4 a:hover{
font-weight: normal; font-style: normal; font-variant: normal; color: #008bbe; text-decoration: none;}
.sidebar h4 a:hover{
color: #ffffff;}
/*===================================================================================
FIRST SIDEBAR WIDGETS
===================================================================================*/
.sidebar .widget{
}
.sidebar .widget_content{
position: relative;
width: 200px;
}
.sidebar.dropdownmenus h4 + .widget_content,
.sidebar.dropdownmenus .widget_title + .widget_content{
display: none;
}
/*===================================================================================
FIRST SIDEBAR ALTERNATE ITEMS
===================================================================================*/
.sidebar .even_item,
.sidebar .even_line td,
.sidebar .widget_even_item{
background-color: #020510; }
.sidebar .even_item a,
.sidebar .even_item a:visited,
.sidebar .widget_even_item a,
.sidebar .widget_even_item a:visited{
}
.sidebar .even_item a:hover,
.sidebar .widget_even_item a:hover{
}
.sidebar .even_item .item_title,
.sidebar .widget_even_item .item_title,
.sidebar .even_item .item_title a,
.sidebar .widget_even_item .item_title a,
.sidebar .even_item .item_title a:visited,
.sidebar .widget_even_item .item_title a:visited{
font-family: Arial; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none;}
.sidebar .even_item .item_title:hover,
.sidebar .widget_even_item .item_title:hover,
.sidebar .even_item .item_title a:hover,
.sidebar .widget_even_item .item_title a:hover{
}
/*===================================================================================
FIRST SIDEBAR SUBMENUS
===================================================================================*/
.sidebar .submenu{
background-color: #020510; border-top: 1px solid #000000; border-right: none; border-bottom: none; border-left: none;}
.sidebar .submenu.first{
width: 200px;
}
.sidebar .submenu.second{
left: -200px;
}
.sidebar .submenu a,
.sidebar .submenu a:visited{
border-bottom: none; text-decoration: none;
}
.sidebar .submenu li:hover > a{
text-decoration: none;
}
/*===================================================================================
SECOND SIDEBAR
===================================================================================*/
/*===================================================================================
CONTENT
===================================================================================*/
#content{
float: left;
height: auto;
font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left;}
#content.three-columns{
width : 500px;
}
#content.two-columns.sidebar1{
width: 730px;
}
#content.two-columns.sidebar2{
width: 730px;
}
#content.no-columns{
float: none;
}
#content a,
#content a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #08abe1;}
#content a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #08abe1;}
/*===================================================================================
CONTENT BREADCRUMBS
===================================================================================*/
#breadcrumbs{
display: none;
}
/*===================================================================================
CONTENT TITLES
===================================================================================*/
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content .item_title{
font-family: Georgia, "Times New Roman", Times, serif; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none;}
#content h1 a,
#content h1 a:visited,
#content h2 a,
#content h2 a:visited,
#content h3 a,
#content h3 a:visited,
#content h4 a,
#content h4 a:visited,
#content h5 a,
#content h5 a:visited,
#content h6 a,
#content h6 a:visited,
#content a.item_title,
#content a.item_title:visited,
#content .item_title a,
#content .item_title a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #ffffff;}
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content a.item_title:hover,
#content .item_title a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #ffffff;}
/*===================================================================================
CONTENT BLOCKS
===================================================================================*/
#content .list_thumbs_items .item_content,
#content .categories_list,
#content .ecom_item_add_to_basket_container,
#content #ecom_item_variations{
background-color: #020510;}
#content .list_thumbs_items .item_content a,
#content .list_thumbs_items .item_content a:visited,
#content .categories_list a,
#content .categories_list a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content a:hover,
#content .categories_list a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content .item_title,
#content .categories_list .item_title{
}
#content .list_thumbs_items .item_content a.item_title,
#content .list_thumbs_items .item_content a.item_title:visited,
#content .list_thumbs_items .item_content .item_title a,
#content .list_thumbs_items .item_content .item_title a:visited,
#content .categories_list a.item_title,
#content .categories_list a.item_title:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .list_thumbs_items .item_content .item_title:hover,
#content .categories_list .item_title:hover,
#content .list_thumbs_items .item_content .item_title a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
/*===================================================================================
CONTENT ALTERNATE ITEMS
===================================================================================*/
#content .menu li{
padding: 5px;
}
#content .even_item,
#content .even_line td,
#content .widget_even_item{
background-color: #020510;}
#content .even_item a,
#content .even_item a:visited,
#content .even_line td a,
#content .even_line td a:visited,
#content .widget_even_item a,
#content .widget_even_item a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item a:hover,
#content .even_line td a:hover,
#content .widget_even_item a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item .item_title a,
#content .even_item .item_title a:visited,
#content .even_item a.item_title,
#content .even_item a.item_title:visited,
#content .even_line td a.item_title,
#content .even_line td a.item_title:visited,
#content .even_line td .item_title a,
#content .even_line td .item_title a:visited,
#content .widget_even_item .item_title a,
#content .widget_even_item .item_title a:visited,
#content .widget_even_item a.item_title,
#content .widget_even_item a.item_title:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#content .even_item .item_title a:hover,
#content .even_item a.item_title:hover,
#content .even_line td a.item_title:hover,
#content .even_line td .item_title a:hover,
#content .widget_even_item .item_title a:hover,
#content .widget_even_item a.item_title:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
/*===================================================================================
PASSWORD ACCESS
===================================================================================*/
.passwordaccess #content{
float: none;
}
.passwordaccess form{
padding: 20px;
}
.passwordaccess .textfield{
width: 240px;
}
/*===================================================================================
BOTTOM EDITABLE ZONE
===================================================================================*/
#content #bottom_editable_zone{
clear: both;
margin-top: 20px;
overflow: hidden;
}
/*===================================================================================
FOOTER
===================================================================================*/
#footer{
clear: both;
}
#footer .container{
padding: 20px; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; overflow: hidden;
}
#footer a,
#footer a:visited{
font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;}
#footer a:hover{
font-weight: normal; font-style: normal; text-decoration: underline; color: #9b539b;}
/*===================================================================================
PAGINATION
===================================================================================*/
#content .pagination{
padding: 5px;
background-color: #000000;
padding-top: 5px;
border-top: 1px solid #000000;
}
#content .pagination a{
color: #999999; }
#content .pagination span,
#content .pagination a:hover{
background-color: #000000; color: #ffffff; text-decoration: none;
}
/*===================================================================================
TAGS
===================================================================================*/
#content .tags{
background-position: 0 10px !important;
}
#content .tags a,
#content .tags a:visited{
display: inline-block;
margin-bottom: 5px;
padding: 5px;
border-radius: 5px;
color: #999999; text-decoration: none;
}
#content .tags a:hover{
background-color: #000000; color: #ffffff; text-decoration: none;
}
/*===================================================================================
FORMS
===================================================================================*/
.form_standard,
.search_form,
.form_newsletter,
.widget form{
padding: 5px; }
.form_standard label,
.search_form label,
.form_newsletter label,
.widget form label{
}
.form_standard legend{
}
fieldset{
border: none;
}
.textfield,
select,
textarea{
border-top: none; border-right: none; border-bottom: none; border-left: none;}
.textfield:focus,
select:focus,
textarea:focus{
}
/*===================================================================================
TABLES
===================================================================================*/
table,
table.table_standard{
border-top: none; border-right: none; border-bottom: none; border-left: none;}
table td,
table.table_standard td{
}
table tr:last-child td,
table.table_standard tr:last-child td{
}
table th,
table.table_standard th{
color: #000000; background-color: #020510;}
/*===================================================================================
BUTTONS
===================================================================================*/
.button,
a.button:visited,
span.ecom_item_numeric_stepper_up,
span.ecom_item_numeric_stepper_down,
.form_standard_text_format_icons,
input[type="submit"],
input[type="button"]{
border: 0;
background-color: #000000; color: #ffffff !important; text-decoration: none !important;
}
.ecom_item_numeric_stepper input{
border: 1px solid #000000;}
.button:hover,
a.button:hover,
span.ecom_item_numeric_stepper_up:hover,
span.ecom_item_numeric_stepper_down:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
background-color: #000000 !important; color: #ffffff !important; text-decoration: none !important;
}
.button.disabled,
.button.disabled:hover{
opacity: .5;
color: #ffffff !important; background-color: #000000 !important;}
/*===================================================================================
ALERTS
===================================================================================*/
#fancybox-content{
}
p.fb_message,
p.fb_message a,
p.fb_message a:visited,
p.fb_message a:hover{
}
p.fb_buttons .button,
p.fb_buttons .button:visited{
}
p.fb_buttons .button:hover{
}
p.fb_message,
p.fb_message a,
p.fb_message a:visited,
p.fb_message a:hover{
}
p.fb_buttons .button,
p.fb_buttons .button:visited{
}
p.fb_buttons .button:hover{
}
/*===================================================================================
ADD-ON : PAGES
===================================================================================*/
#content.three-columns .cols{
width : 520px;
}
#content.two-columns.sidebar1 .cols{
width: 750px;
}
#content.two-columns.sidebar2 .cols{
width: 750px;
}
#content.no-columns .cols{
width: 980px;
}
#page_main_title{
display: none;
}
/*===================================================================================
ADD-ON : PHOTO ALBUM
===================================================================================*/
ul.thumbs li{
margin: 3px;
}
small.photogallery_categories_nb_items{
background-color: #000000; color: #ffffff;}
/*===================================================================================
ADD-ON : VIDEOS
===================================================================================*/
.categories_list ul{
margin-bottom: 0;
}
/*===================================================================================
ADD-ON : SHOP
===================================================================================*/
.ecom_thumb_items .item{
}
.ecom_thumb_items .item_content{
}
.ecom_thumb_item_title{
font-size: 1.3em !important;
}
.ecom_thumb_item_title:hover,
.ecom_thumb_item_title a,
.ecom_thumb_item_title a:visited{
font-weight: normal !important; text-decoration: none !important;}
.ecom_thumb_item_title a:hover{
}
.ecom_thumb_item_on_sale,
.ecom_item_on_sale{
color: #d76fc1; font-weight: normal; font-style: normal; font-variant: normal;}
.ecom_thumb_item_final_price,
.ecom_item_final_price{
font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #78bd29; font-weight: normal; font-style: normal;}
.ecom_thumb_item_old_price,
.ecom_item_old_price{
color: #999999; font-weight: normal; font-style: normal;}
.ecom_thumb_item_stock.in_stock,
.ecom_item_stockinfo.in_stock{
color: #999999;}
.ecom_thumb_item_stock.no_stock,
.ecom_item_stockinfo.no_stock{
color: #999999;}
.ecom_thumb_item_stock.soon_no_stock,
.ecom_item_stockinfo.soon_no_stock{
color: #999999;}
#content .ecom_thumb_item_button_basket,
#content .ecom_thumb_item_button_basket:visited,
#content .ecom_item_button_basket,
#content .ecom_item_button_basket:visited{
border: 0;
background-color: #9b539b; color: #ffffff !important;}
#content .ecom_thumb_item_button_basket:hover,
#content .ecom_item_button_basket:hover{
background-color: #6e366e !important; color: #ffffff !important;}
#content .ecom_thumb_item_button_basket.disabled,
#content .ecom_thumb_item_button_basket.disabled:hover,
#content .ecom_item_button_basket.disabled,
#content .ecom_item_button_basket.disabled:hover{
background-color: #9b539b !important; color: #ffffff !important;}
ul.tabs,
ul.tabs li{
border-color: #000000;}
#content .tabs a,
#content .tabs a:visited{
color: #999999; text-decoration: none;
}
#content .tabs a:hover{
color: #ffffff; text-decoration: none;
}
#content .tabs .active{
border-bottom-color: #000000;
}
#content .tabs .active a,
#content .tabs .active a:visited,
#content .tabs .active a:hover{
color: #ffffff;}
/*===================================================================================
ADD-ON : MEMBERS SPACE
===================================================================================*/
#member_toolbar{
padding: 5px;
background-color: #020510;}
#member_toolbar a,
#member_toolbar a:visited{
font-weight: normal; font-style: normal; text-decoration: none; }
#member_toolbar a:hover{
font-weight: normal; font-style: normal; text-decoration: none; }
#member_toolbar ul{
margin-bottom: 0;
}
/*===================================================================================
ADD-ON : POLL
===================================================================================*/
dl.chart_result dd span{
background-color: #020510;}
/*=============================================================================
ADDITIONAL CSS
=============================================================================*/
Utilisateur anonyme
3 mars 2013 à 23:26
3 mars 2013 à 23:26
ok voila le début de ta feuille css
*{ margin: 0; padding: 0; } body{ background-color: black; }body{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; background-image: url(http://www.love-test.fr/medias/files/3-2.png); background-position: center top; background-repeat: no-repeat; background-attachment: fixed;} a, a:visited{ font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;} a:hover{ font-weight: normal; font-style: normal; text-decoration: underline; color: #000000;} p,ul,ol{ margin-bottom: 1.3em; } h1{ margin-bottom: 20px; font-weight: normal; font-size: 2em; } h2{ margin-bottom: 20px; font-weight: normal; font-size: 1.8em !important; } h3{ margin-bottom: 20px; font-weight: normal; font-size: 1.6em !important; } h4, h5, h6{ margin-bottom: 15px; font-size: 1.
maintenant, tu fais cela
*{ margin: 0; padding: 0; } body{ background-color: black; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; background-image: url(http://www.love-test.fr/medias/files/3-2.png); background-position: center top; background-repeat: no-repeat; background-attachment: fixed; } a, a:visited{ font-weight: normal; font-style: normal; text-decoration: none; color: #9b539b;} a:hover{ font-weight: normal; font-style: normal; text-decoration: underline; color: #000000;} p,ul,ol{ margin-bottom: 1.3em; } h1{ margin-bottom: 20px; font-weight: normal; font-size: 2em; } h2{ margin-bottom: 20px; font-weight: normal; font-size: 1.8em !important; } h3{ margin-bottom: 20px; font-weight: normal; font-size: 1.6em !important; } h4, h5, h6{ margin-bottom: 15px; font-size: 1.
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:28
3 mars 2013 à 23:28
Merci et excuse moi mais je n'arrive plus trop à suivre la... Je dois faire quoi, copier ce code à la place du mien ?
en fait tu as deja un body
donc essaye de mettre cela
et si ton image de fonds disparaît on fera autre chose...tkt pas defois css est capricieux mais on va y arriver
donc essaye de mettre cela
body{ background-color: black; font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; font-style: normal; font-variant: normal; text-align: left; background-image: url(http://www.love-test.fr/medias/files/3-2.png); background-position: center top; background-repeat: no-repeat; background-attachment: fixed; }
et si ton image de fonds disparaît on fera autre chose...tkt pas defois css est capricieux mais on va y arriver
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:35
3 mars 2013 à 23:35
Merci, c'est fait, j'ai encore mon background, mais toujours le code affiché
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:32
3 mars 2013 à 23:32
J'ai fais ce que tu m'as dit, mais le code est toujours affiché
zekur31
Messages postés
118
Date d'inscription
samedi 2 mars 2013
Statut
Membre
Dernière intervention
27 mai 2013
21
3 mars 2013 à 23:38
3 mars 2013 à 23:38
Yeeeees exact, merci beaucoup à toi; Je mets le problème en résolu ;)