/* Liens internes au site --- */
/* --- ou comment transformer les patattes bleus de thelia en joli bottons --- */
.queFaire {
	margin:20px 0 0 0;
	padding:0;
	width:100%;
	float:left;
	text-align:right;
}

.queFaire button.bouton { 
  border:none;
}


.queFaire a.bouton, 
.queFaire button.bouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0px 5px 0 5px; 
    padding:0;
	font-size:14px;
	font-weight:normal; 
	white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
	text-decoration: none; 				/* --- pas de underline sous les bouttons quefaire ---*/
	background: url(images/bttn_l.png) 0 0 no-repeat;
	/*border:1px solid yellow;*/
} 
.queFaire a.bouton span, 
.queFaire button.bouton span { 
    position:relative; 
    float: left;
    padding:0 0 0 7px; 
    vertical-align:middle;
	margin : 0 0px 0 0px;
    background: url(images/bttn_r.png) 100% 0 no-repeat;
/*	border:1px solid red;*/
} 

.queFaire a.bouton span span, 
.queFaire button.bouton span span {
	color: gray; /*black;*/ /* #fff;*/
	height:24px; /*24px; */
	padding:0 0px 0 0px; 
	margin:0 10px 0 0px;
	line-height:22px; 
	background: url(images/bttn_m.png) 0 0 repeat-x;
} 

.queFaire a.bouton:hover, 
.queFaire button.bouton:hover  { background: url(images/bttn_l.png) 0 -24px no-repeat; } 
.queFaire a.bouton:hover span, 
.queFaire button.bouton:hover span { background: url(images/bttn_r.png) 100% -24px no-repeat; } 
.queFaire a.bouton:hover span span,  
.queFaire button.bouton:hover span span { 
   color: black; /* #fff; */
   font-weight:normal;
   background: url(images/bttn_m.png) 0 -24px repeat-x; } 