﻿#menu { 
        margin: 0; 
        padding: 0; 
        list-style: none; 
		
      } 
#menu li { 
        display: inline; /* affichage horizontal*/
		behavior: url(../../js/PIE.htc); 
      } 
#menu li a { 
        padding: 5px 20px; 
        margin: 0; 
		/*background-image:url(../temporaires/onglet.jpg);*/
        background: #d99f4b; 
	   font-family: verdana, arial, serif;
	   font-weight:800;
        color:#5d440d; 
        border: 1px solid #89a; 
        text-decoration: none; 
        -moz-border-radius: 10px 10px 0 0; 
        -webkit-border-radius: 10px 10px 0 0; 
        border-radius: 10px 10px 0 0;         
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-top-right-radius: 10px; /* pour Chrome */ 
         behavior: url(../../js/PIE.htc); 
      } 
#menu li a:hover, #menu li a:focus { 
        background: #b8da40; 
        color: #000; 
      } 
.coin
{
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
    behavior: url(../../js/PIE.htc); 
}
	
}
#arrond
{
text-align:center;
color:#ffffff;
}
