table {
border:0;
width:100%;
}

td {
font-family:Verdana, Century Gothic, Georgia, Arial;
font-size: 0.9em;
width: 25%;
text-align:center;
vertical-align:text-bottom;
}

td p {
padding:0 1em 1.5em 1em;
}

.Top {
vertical-align:text-top;
}

h2 {
 font-family:Georgia, Garamond, Arial;
 color:#990033;
 font-size:1.9em;
 text-align:center;
 font-weight:bold;
 text-indent:0;
 margin-top:0.3em;
 margin-bottom: 0.3em;
}

h3 {font-size:1.7em}
h4 {font-size:1.5em}
h5 {font-size:1.3em}
h6 {
 font-size:1em;
 color:#E60003;
}

p b {
 font-family:Georgia, Garamond, Arial;
 color:#AA0000;
 font-size:0.8em;
 font-weight:bold;
}

.FlecheAller {	/* "Aller" conteneur */
float:right;
width:43px;
height:27px;
background: top center no-repeat url(../Images/Signes/FlecheCianAller.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/FlecheMauveAller.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/FlecheCianRetour.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/FlecheMauveRetour.png);	/* placement de l'image 1 au premier plan */
color: #000000;
}

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

.FlechesAllerRetour, .TextesAllerRetour {
Position:relative;
margin-left: auto;
margin-right: auto;
text-align:center;
text-indent:0;
font-size:0.8em;
top:0;
}

.FlechesAllerRetour {
width:110px;
}
.TextesAllerRetour {
width:474px;
}

.TexteAller {
float:right;
width:150px;
font-size:inherit;
text-align:left;
margin:-27px 0 0 0;
}
.TexteRetour {
float:left;
width:150px;
font-size:inherit;
text-align:right;
margin:-27px 0 0 0;
}

