/* BUTTONS */
/* Revision 00.02 */


/* ------ Boutons foncés -----------*/
div.buttons, div.buttons_larges
    {
	bottom:0;
	left:0;
	margin-left : 4px;    .
    }
.buttons a, .buttons button, .buttons_larges button, .buttons_larges a{
    display:block;
    float:left;
    /*----margin:0 7px 0 0;*/
    margin:0px 1px 0 0;
    /*---background-color:#f5f5f5;   */
    background-color:#DDDDDD;
    border:0px solid #505050;
    /*----border-top:1px solid #eee; */
    border-top: 0px solid #505050;
    /*----border-left:1px solid #eee;*/

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    /*---- font-weight:bold; ----*/
    color:#565656;
    cursor:pointer;
    /*----padding:5px 10px 6px 7px; /* Links */
    padding:0px 0px 0px 0px; /* Links */
}
.buttons button, buttons_larges button{
    width:auto;
    overflow:visible;
    /*----padding:4px 10px 3px 7px; /* IE6 */
    padding:0px 0px 0px 0px; /* IE6 */
}
.buttons button[type]{
    /*padding:5px 10px 5px 7px; /* Firefox */
    padding:0px 0px 0px 0px; /* Firefox */
    line-height:25px; /* Safari */
}

.buttons_larges button[type]{
    /*padding:5px 10px 5px 7px; /* Firefox */
    padding:0px 0px 0px 0px; /* Firefox */
    line-height:30px; /* Safari */
}

*:first-child+html button[type]{
    /*----padding:4px 10px 3px 7px; /* IE7 */
    padding:0px 0px 0px 0px; /* IE7 */
}
.buttons button img, .buttons a img{
    /*----margin:0 3px -3px 0 !important; */
    margin: 0 0 -3px 0 !important;
    padding:0;
    border:none;
    height:18px;
}
.buttons_larges button img, .buttons_larges a img{
    /*----margin:0 3px -3px 0 !important; */
    margin: -2 0 -3px 0 !important;
    padding:0;
    border:none;
    /*width:24px;
    height:18px; */
}





/* ----------  Barre de boutons --------------- */
div.BareBoutons
        {
        /*-- font-size:x-small;
    	font-style:normal; --*/
    	width:100%;
    	height:26px;
        color:#707070;

        margin: 0px 0px 6px 0px;
        padding: 0px 0px 1px 0px;

        /*background-color: #D5D5D5;*/
        background-color: #DDDDDD;
        border: solid;
        border-width: 0px 0px 0px 0px;
        border-color:#707070;
        }


/* ------ Boutons claire -----------*/
div.buttons_clair, div.buttons_clair_larges
    {
	bottom:0;
	left:0;
	margin-left : 4px;
    }
.buttons_clair a, .buttons_clair button, .buttons_clair_larges button, .buttons_clair_larges a{
    display:block;
    float:left;
    /*----margin:0 7px 0 0;*/
    margin:2px 1px 0 0;
    background-color:#f0f0f0;
    border:0px solid #f0f0f0;
    /*----border-top:1px solid #eee; */
    border-top: 0px solid #f0f0f0;
    /*----border-left:1px solid #eee;*/

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    /*----padding:5px 10px 6px 7px; /* Links */
    padding:0px 0px 0px 0px; /* Links */
}
.buttons_clair button, buttons_clair_larges button{
    width:auto;
    overflow:visible;
    /*----padding:4px 10px 3px 7px; /* IE6 */
    padding:0px 0px 0px 0px; /* IE6 */
}
.buttons_clair button[type], .buttons_clair_larges button[type]{
    /*padding:5px 10px 5px 7px; /* Firefox */
    padding:0px 0px 0px 0px; /* Firefox */
    line-height:24px; /* Safari */
}
*:first-child+html button[type]{
    /*----padding:4px 10px 3px 7px; /* IE7 */
    padding:0px 0px 0px 0px; /* IE7 */
}
.buttons_clair button img, .buttons_clair a img{
    /*----margin:0 3px -3px 0 !important; */
    margin: 0 0 -3px 0 !important;
    padding:0;
    border:none;
    height:18px;
}
.buttons_clair_larges button img, .buttons_clair_larges a img{
    /*----margin:0 3px -3px 0 !important; */
    margin: 0 0 -3px 0 !important;
    padding:0;
    border:none;
    /*width:24px;
    height:18px; */
}
