.corps {
background-image:  url(../images/pattes.jpg);
-moz-box-shadow: 8px 0px 12px #FFFFFF; 
-webkit-box-shadow: 8px 0px 12px #FFFFFF; 
box-shadow: 8px 0px 12px #FFFFFF;
z-index:1; /* correction behavior */
}

.titre {
margin-top: 50px;
}

.tarifs {
position: relative; /*correction behavior*/
}

.tarifs table {
width: 600px;
margin: 20px auto 20px auto;
text-align: center;
border-spacing: 10px 10px;
}

.tarifs caption {
font-family: police1, sans-serif;
font-size: 24px;
font-weight: bold;
color: black;
}

.tarifs caption em {
font-family: verdana, sans-serif;
font-size: 18px;
font-weight: normal;
}

.tarifs th, .tarifs td {
font-family: verdana, sans-serif;
border: 3px solid #000066;
width: 150px;
height: 40px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
behavior: url(pie/PIE.htc); /*correction coins arrondis ie6 7 et 8*/
z-index:2; /*correction behavior*/
}

.tarifs th {
background-color: #FFCCFF;
color: #993399;
}

.tarifs td {
color: black;
}

.tarifs .vide {
border: none;
background: none;
}

.tarifs .colonne1 {
width: 250px;
height: 40px;
background-color: #FFFFCC;
font-weight : bold;
}