/* Style du premier summary étroit*/
.menu-style1 summary {
    font-family: arial;
    font-size: 14px;
	padding: 0px;
    font-weight: bold;
	color: #0066cc;
    cursor: pointer;
}

/* Style du deuxième summary large sur fond bleu*/
.menu-style2 summary {
            background: #A2C6ED;    
            color: #444;    
            padding: 12px;    
            border: none;    
            outline: none;    
            font-size: 15px;
			cursor: pointer;
}

/* Style du premier summary étroit centré*/
.menu-style3 summary {
    font-family: arial;
    font-size: 14px;
	padding: 0px;
    font-weight: bold;
	text-align: center;
    color: #0066cc;
    cursor: pointer;
}
