/*Style du bouton de l'exemple personnalisé*/
.bouton{
background-color: #FFFFAA;
height: 100px;
width: 80%;
font-size: 20pt;
font-family:Arial;
color:orange;
border-color: orange;}

/*Style des flèches de défilement horizontales*/
.fleche{
height: 60px;
width: 50px;
cursor: hand;
position: relative;}

/*Style des flèches de défilement verticales*/
.fleche2{
height: 50px;
width: 60px;
cursor: hand;
position: relative;}

/*Style du cadre de défilement horizontal*/
.fondcadre{
height: 60px;
width: 460px;
position: relative;
left: -50px;
background-color: #FFFB9C;
border: 2px solid;
border-color: #F5C491;}

/*Style du cadre de défilement vertical*/
.fondcadre2{
height: 360px;
width: 60px;
position: relative;
background-color: #FFFB9C;
border: 2px solid;
border-color: #F5C491;}

/* Style des liens blancs */
.lien_blanc{
border-style: none;
text-decoration: none;
color: white;}

/* Style des liens blancs */
.lien_bleu{
border-style: none;
text-decoration: none;
color: #0066cc;}



