/* CSS Document */
body {
margin: 0;
font-family: verdana, arial, sans-serif;
font-size: 75%;
text-align:center;
}
/* Ceci est le style global*/
.global {
width: 760px;
margin-right:auto;
margin-left:auto;
margin-top:5px;
padding:0px;
text-align:left;
} 
/* La taille et la bordure de la banière KRIEK */
.leblocheader {
width:760px;
height : 95px;
} 
/* La banner du bas avec les têtes */
.leblocmenuheader {
margin-top:1px;
background-image: url('fonds/barre.jpg');
border: 1px double #FFFFFF;
width: 760px;
height: 20px;
}
/* La conleur de fond, la bordure, le positionnement et la taille du bloc menu */
.leblocmenu {
background-color:white;
border: 1px solid #FFFFFF;
margin-top:2px;
width: 132px;
height: 492px; /* cette ligne indique la hauteur du bloc menu */
float:left;
}
/* Les caractéristiques du bloc animé du menu */
.lebloctitre {
border-bottom: 1px solid #FFFFFF;
background-image: url('fonds/1_bier_1_city.gif');
height: 15px;
}

/* Les caractéristiques du bloc contenu des news */
.lebloccontenu {
background-image: url('fonds/scarface.jpg');
border: 1px solid #FFFFFF;
margin-top:5px;
width: 625px;
height: 519px; /* cette ligne indique la hauteur du bloc contenu */
float:right;
}
.menutitre {
text-align: center;
}
.titre {
text-align: left;
font-weight: bold;
margin-left: 10px;
}
.texte {
text-align: center;

