/* CSS Document */
em {
font-size: 1.1em;
font-weight:normal;
}
table {
margin: 0 10% 0 10%;
}
td, tr {
 font-family:Verdana, "Lucida Grande", Lucida, Tahoma, 
 "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
padding: 10px;
}
caption {
 font-family: Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook",
 "Bookman Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif;
 padding: 7px;
 font-size:1.1em;
 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;
font-size:0.8em;
top:0;
}

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

.TexteAller {
float:right;
width:300px;
font-size:inherit;
text-align:left;
padding:3px 0 3px 12px;
}
.TexteRetour {
float:left;
width:300px;
font-size:inherit;
text-align:right;
padding:3px 12px 3px 0;
}

.Commune {
font-size:1.2em;
font-weight:bold;
color:#660000;
}

