a.bigbutton {
    float: left;
    display: block;
    padding: 30px 10px 5px 10px;
    width: 100px;
    height: 85px;
    text-align: center;
    margin: 0 20px 20px 0;
	text-decoration: none;
}

    a.bigbutton span {
        display: block;
        padding-top:10px;
    }




a:link.bigbutton, a:visited.bigbutton {
	color: #666;
	background: url(../images/template/shortcut-btn-bg.jpg) center center no-repeat;
}
a:hover.bigbutton, a:active.bigbutton, a:focus.bigbutton {
	color: #111;
	background: url(../images/template/shortcut-btn-hover-bg.jpg) no-repeat;
}

#sub-menu li {display:inline;}
a:link.parts, a:visited.parts {

        text-align: center;
        line-height:0;
        text-decoration: none;
        display:block;
        float:left;
        height : 35px;
        width: 130px;
	color: #FFFFFF;
	background: url(../images/template/btn_concours_1.jpg) no-repeat;
        padding:5px 0;
}
a:hover.parts, a:active.parts, a:focus.parts {

        text-align: center;
        line-height:0;
        text-decoration: none;
        display:block;
        float:left;
        height : 35px;
        width: 130px;
	color: #FFFFFF;
	background: url(../images/template/btn_concours_2.jpg) no-repeat;
        padding:5px 0 ;
}

.parts span {

    display:block;
    margin-top:12px;
}