html {background-color: rgb(0,0,0);
     background-image: url("../images/fond-externe/Red-Beton.gif"); 
	 background-repeat: repeat;
}

body { 
    border-radius: 15px 15px 15px 15px;
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
   
border: 0px outset rgb(51, 00, 00); /*taille et couleur de l'entourage clair/fonce*/
box-shadow: 0px 0px 20px white;
background-color: rgb(60, 0, 0); /*couleur du fond sans images*/
color: black;
margin-top: 10px;    /*distance du haut au debut de la page*/
width: 1024px;
margin-left: auto;
margin-right: auto;
height: auto;
direction: ltr;
font-family: Arial,Helvetica,sans-serif;
font-size: 0,9em;
line-height: 16pt;
text-align: left;
/*background-image: url("../images/Beton.gif");
background-repeat:repeat ;*/
}

bl_texte {
width: 840px;
margin-left: 175px;
margin-right: auto;
border: 1px outset rgb(255, 0, 0); 
}

p {
border: 5px;

}

table {
width: 840px; height: auto; margin-left: 175px;
box-shadow: 4px 4px 4px black;
text-shadow: 2px 2px 2px #555555;
border: 3px outset rgb(102, 102, 102);
	   
}
tbody {
background-color: rgb(152, 152, 152); 
text-align: center; color: white;  cellpadding: 10px;
}
td {
width: 148px;padding-top: 10px;padding-bottom: 12px;box-shadow: 0px 0px 8px black;
}