/*p.boutons_init {
	padding-top:0.5em;
}
a.j_boutons {
	padding:0.25em 0.5em ;
	font-weight:normal;
	text-decoration:none ;
	background: #e8e8e8 ;
	color:#333 ;
	border:1px solid #aaa ;
}
a.j_boutons:hover {
	background: #d8d8d8 ;
	color:#111 ;
	border:1px solid #888 ;
}*/

a.button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}

a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); 
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
a.button:active {
    color: #000;
    border-color: #444;
}
a.active {
   color: #000;
   background: #dfdfdf;
}

a.left {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    margin: 0;
}
a.middle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-left: solid 1px #f3f3f3;
    margin: 0;
    border-left: solid 1px rgba(255, 255, 255, 0);
}
a.middle:hover,
a.right:hover { border-left: solid 1px #999 }
a.right {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    border-left: solid 1px #f3f3f3;
    border-left: solid 1px rgba(255, 255, 255, 0);
}

/*cases selectionnées du tableau*/
.selection-case {
    background: #f3f3f3;
}

/*select d'une carte*/
.selection-carte {
	width: 484px;
	max-width: 484px;
	margin: 0 0 0.5em 0;
}

/*boutons*/
.buttons {
	max-width: 484px;
	margin: 0 0 0.5em 0;
}

/*onglets*/
.selection-onglets{ 
	display: table; 
	width: 484px;
	margin: auto;
	padding: 0; 
}
.selection-onglets a{
	display: table-cell; 
}
.selection-onglets  a:hover, .selection-onglets a:focus{
	opacity: 1;
	padding-left: 20px;
	padding-right: 20px;
}

.selection-onglets  a{ 
	transition: all .3s 0s;
}