Voilà mon problème c'est que tout ce que la base de donnée transmet sur les pages ou tout se que j'écrit moi même en html bug.
Le bug est que tout les caractères é è à etc... sont remplacé par les codes html
C'est a dire que au lieu de voir Voilà sur la page on voit Voilà ou même ça pr�t �
J'ai chercher l'erreur dans le css mais rien trouvé
Je vous met mon css car je pense que sa vient de lui
Code : Tout sélectionner
/* General markup styles
---------------------------------------- */
* {
/* Reset browsers default margin, padding and font sizes */
margin: 0;
padding: 0;
}
html {
font-size: 100%;
height: 100%;
margin-bottom: 1px;
background-color: #E4EDF0;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #536482;
background: #E4EDF0 url("../images/bg_header.gif") 0 0 repeat-x;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
}
img {
border: 0;
}
h1 {
font: bold 1.8em "Lucida Grande", 'Trebuchet MS', Verdana, sans-serif;
text-decoration: none;
color: #333333;
}
h2, caption {
font: bold 1.2em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
line-height: 120%;
text-align: left;
margin-top: 25px;
}
.rtl h2, .rtl caption {
text-align: right;
}
h3, h4 {
font: bold 1.2em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;
line-height: 120%;
margin-top: 25px;
}
p {
margin-bottom: 0.7em;
line-height: 1.4em;
font-size: 1.1em;
}
ul {
list-style: disc;
margin: 0 0 1em 2em;
}
.rtl ul {
margin: 0 2em 1em 0;
}
hr {
border: 0 none;
border-top: 1px solid #999999;
margin-bottom: 5px;
padding-bottom: 5px;
height: 1px;
}
.small {
font-size: 1em;
}
table.line {
width: 100%;
border: 1px solid #CCCFD3;
background-color: #FFFFFF;
padding: 1px;
}
/* General links */
a:link, a:active, a:visited {
color: #006699;
text-decoration: none;
}
a:hover {
color: #DD6900;
text-decoration: underline;
}
/* Main blocks
---------------------------------------- */
#wrap {
padding: 0 20px 15px 20px;
min-width: 615px;
}
#page-header {
background: url("../images/logo.png") 0 0 no-repeat;
background-position: center;
height: 150px;
}
.rtl #page-header {
text-align: center;
}
#page-header h1 {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
font-size: 1.5em;
font-weight: normal;
padding-top: 15px;
}
#page-header p {
font-size: 1.1em;
}
#page-body {
clear: both;
}
#page-footer {
clear: both;
font-size: 1em;
text-align: center;
}
#content {
padding: 30px 10px 10px 10px;
}
#content h1 {
line-height: 1.2em;
margin-bottom: 0px;
}
#main {
float: left;
width: 76%;
margin: 0 0 0 3%;
min-height: 350px;
}
.rtl #main {
float: right;
margin: 0 3% 0 0;
}
* html #main {
height: 350px;
}
/* Main Panel
---------------------------------------- */
.panel {
margin: 4px 0;
background-color: #FFFFFF;
border: solid 1px #A9B8C2;
}
span.corners-top, span.corners-bottom,
span.corners-top span, span.corners-bottom span {
display: none;
}
/* Menu
---------------------------------------- */
#menu {
float: left;
width: 20%;
font-size: 1.00em;
padding: 0;
border-right: 1px solid #CCCFD3;
}
.rtl #menu {
float: right;
border: none;
border-left: 1px solid #CCCFD3;
}
#menu p {
font-size: 0.85em;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
/* Link styles for the sub-section links
---------------------------------------- */
#menu li.menu1 span {
display: block;
padding: 3px 3px 3px 8px;
margin: 1px 0;
text-decoration: none;
font-weight: normal;
color: #138ECB;
}
#menu li.menu1 a:hover, #menu li.menu1 a:hover span {
text-decoration: none;
background-color: #E4E8EB;
color: #BC2A4D;
}
#menu li.menu2 span {
display: block;
padding: 3px 3px 3px 30px;
margin: 1px 0;
text-decoration: none;
font-weight: normal;
color: #138ECB;
}
#menu li.menu2 a:hover, #menu li.menu2 a:hover span {
text-decoration: none;
background-color: #DADFE4;
color: #BC2A4D;
}
#menu li.header {
font-family: Tahoma, Helvetica, sans-serif;
display: block;
font-weight: bold;
color: #115098;
border-bottom: 1px solid #327AA5;
padding: 4px 0 2px;
margin-top: 15px;
text-transform: uppercase;
font-size: 0.90em;
}
#menu li#activemenu a span {
text-decoration: none;
font-weight: bold;
color: #000;
background-color: #DADFE4;
}
#menu li#activemenu a:hover span {
text-decoration: none;
color: #000;
}
/* Nice method for clearing floated blocks without having to insert any extra markup
From http://www.positioniseverything.net/easyclearing.html */
.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hide from Mac IE, Windows IE uses this as it doesn't support the :after method above \*/
.clearfix, #tabs, .row, #content, fieldset dl, #page-body {
height: 1%;
}
/* Tabbed menu
Based on: http://www.alistapart.com/articles/slidingdoors2/
----------------------------------------*/
#tabs {
line-height: normal;
margin: 0 0 -6px 7px;
min-width: 570px;
}
.rtl #tabs {
margin: 0 7px -6px 0;
}
#tabs ul {
margin:0;
padding: 0;
list-style: none;
}
#tabs li {
display: inline;
margin: 0;
padding: 0;
font-size: 1em;
font-weight: bold;
}
#tabs a {
float: left;
background:url("../images/bg_tabs1.gif") no-repeat 0% -35px;
margin: 0 1px 0 0;
padding: 0 0 0 6px;
text-decoration: none;
position: relative;
}
.rtl #tabs a {
float: right;
margin: 0 0 0 1px;
padding: 0 6px 0 0;
}
#tabs a span {
float: left;
display: block;
background: url("../images/bg_tabs2.gif") no-repeat 100% -35px;
padding: 7px 12px 6px 6px;
color: #536482;
white-space: nowrap;
text-transform: uppercase;
}
.rtl #tabs a span {
float: left;
padding: 7px 6px 6px 12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span, .rtl #tabs a span { float:none;}
/* End hack */
#tabs a:hover span {
color: #DD6900;
}
#tabs #activetab a {
background-position: 0 0px;
border-bottom: 1px solid #FFFFFF;
}
#tabs #activetab a span {
background-position: 100% 0px;
padding-bottom: 7px;
color: #333333;
}
#tabs a:hover {
background-position: 0 -70px;
}
#tabs a:hover span {
background-position:100% -70px;
}
#tabs #activetab a:hover span {
color: #333333;
}
img.icon {
border:#dfdfdf 3px solid;
cursor:default;
}
img.icon:hover {
border:#c9c9c9 3px solid;
cursor:default;
}
a.page {
font-family: verdana;
font-size: 10px;
font-weight: bold;
text-decoration:none;
border: 1px solid #ccc;
width: auto;
padding: 1px 3px 1px 3px;
}
a.page:hover {
font-family: verdana;
font-size: 10px;
font-weight: bold;
text-decoration:none;
background-color:#E4EDF0;
border: 1px solid #ccc;
width: auto;
padding: 1px 3px 1px 3px;
}
a.tooltip em {
display:none;
}
a.tooltip:hover {
cursor:default;
border: 0;
position: relative;
z-index: 500;
text-decoration:none;
}
a.tooltip:hover em {
cursor:default;
font-style: normal;
display: block;
position: absolute;
top: 20px;
left: -10px;
padding: 5px;
color: #000;
border: 1px solid #ccc;
background: #E4EDF0;
width:50px;
text-align:center;
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #536482;
font-size: 10px;
}
a.tooltip:hover em span {
cursor:default;
position:absolute;
top: -7px;
left: 15px;
height: 7px;
width: 11px;
background: transparent url(../images/infobulle.png);
margin:0;
padding: 0;
border: 0;
}