table {
border:0;
width:100%;
}
td {
font-family:Verdana, Century Gothic, Georgia, Arial, sans-serif;
font-size: 0.8em;
width: 25%;
text-indent:0;
text-align:center;
vertical-align:text-bottom;
padding: 5px;
}
tr {
padding: 5px;
}
h2 {
 font-family:Georgia, Garamond, Arial, sans-serif;
 color:#990033;
 font-size:1.8em;
 text-align:center;
 font-weight:bold;
 text-indent:0;
 margin-top:0.3em;
 margin-bottom: 0.3em;
}
p b {
 font-family:Georgia, Garamond, Arial, sans-serif;
 color:#AA0000;
 font-size:0.8em;
 font-weight:bold;
}

a:hover {
 background-color:transparent;
}

.FlecheAller {	/* "Aller" conteneur */
float:right;
width:43px;
height:27px;
background: top center no-repeat url(../Images/Signes/FlecheVerteAller.png); /* placement de l'image 2 au second plan */
}

.FlecheAller a { /* définition du lien occupe toute la place du conteneur */
display: block;
width:100%;
height:100%;
background:top center no-repeat url(../Images/Signes/FlecheOrAller.png);	/* placement de l'image 1 au premier plan */
color: #000000;
}

.FlecheAller a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
} 

.FlecheRetour {	/* "Aller" conteneur */
float:left;
width:43px;
height:27px;
background: top center no-repeat url(../Images/Signes/FlecheVerteRetour.png); /* placement de l'image 2 au second plan */
}

.FlecheRetour a { /* définition du lien occupe toute la place du conteneur */
display: block;
width:100%;
height:100%;
background:top center no-repeat url(../Images/Signes/FlecheOrRetour.png);	/* placement de l'image 1 au premier plan */
color: #000000;
}

.FlecheRetour a:hover {	/* masquage de l'image1 au survol */
background: transparent none;
} 

.CadreAllerRetour {
Position:relative;
margin-left: auto;
margin-right: auto;
width:110px;
text-align:center;
text-indent:0;
font-size:0.8em;
top:0;
}
