/*feuille de style  de la page afficher les news*/

body {
margin : 0px;
background-color : #e9e7e8;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
line-height : 24px;
color : #333333;
background-attachment : fixed;
background-position : left;
}
date {
left : 40px;
font-weight : bold;
}
blockquote {
background-color : rgb(51, 51, 51);
left : 40px;
width : 700px;
color : white;
}
h1 {
color : white;
background-color : blue;
}
table {
text-align : center;
width : 100%;
background-color : #e3e0e0;
}
.entete {
background-color : #ffeedd;
}
.texte {
background-color : #ffddbb;
}

table.cadre_page{
border:0;
}