body { color: #666; font-size: 10pt; font-family: verdana; text-align: justify; }p { color: #666; font-size: 10pt; font-family: verdana; text-align: justify; }td { text-align: justify; }a:link { color: #90c ; }a:visited { color: #90c }a:hover { color: #f0c ; }a:active { }#fond_index { background-image: url(../images/rosace_index.gif); background-repeat: no-repeat; background-attachment: scroll; }/*Menu underline css*/ul.arrowunderline{ list-style-type:none; margin:0; padding:0; text-align:right; /* enter "left", "right", or "center" to orient the menu accordingly */font-family: futura; font-weight: bold; font-size: 16px; }ul.arrowunderline li{display:inline;margin-right:20px; /* spacing between each menu item */}ul.arrowunderline li a{position:relative;color:#ed3814;padding-bottom:6px; /*spacing between each menu item and arrow underline beneath it */text-decoration:none;}ul.arrowunderline li a:hover{border-bottom:5px solid #e71000; /* style of arrow underline */}ul.arrowunderline li a:hover:after{ /* use CSS generated content to add arrow to the menu */content:'';width:0;height:0;position:absolute;left:50%;margin-left:-5px; /* value should match border-width below */bottom: 0;border-width:5px; /* value should match margin-left above */border-style:solid;border-color: transparent transparent #e71000 transparent; /* create up arrow */}