
/* Css button */

/* BLUE */
.bouton1{
	border: 1px solid #FF9;
	padding: 3px 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	color: #FFF;
	background: #333;
	cursor: pointer;
	text-decoration:none;
}


.boutonHover1{
	border: 1px solid #FF9;
	padding: 2px 5px;
	color: #FFF;
	padding: 3px 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	cursor: pointer;
	text-decoration:none;	/*background-image: url(../../../images/shade.png); 
	background-position: bottom; 
	background-repeat:  repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	border-radius : 7px;*/
	background-color: #999;
}

* html .bouton1{
	height: 100%;
}

* html .boutonHover1{
	height: 100%;
}

span.boutonVert {
    display: inline-block;
    min-width: 90%;
    background: #00aa3a;
    cursor: pointer!important;
    line-height: 45px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
	font-weight: bold;
    color: white;
    text-align: center;
	white-space: nowrap;
}

span.boutonVert:hover {
    background: #029032;
}


/* GREEN */
.bouton2{
	border: 1px solid #7C9F00;
	padding: 5px;
	color: #FFFFFF;
	background-image: url(../../../images/shade.png);
	background-position: bottom;
	background-repeat:  repeat-x;
	cursor: pointer;
	text-decoration:none;	/*-moz-border-radius:7px;
	-webkit-border-radius : 7px;
	border-radius : 7px;*/
	background-color: #A4D401;
}

.boutonHover2{
	border: 1px solid #7C9F00;
	padding: 5px;
	color: #FFFFFF;
	background: #95BF00;
	background-image: url(../../../images/shade.png);
	background-position: bottom;
	cursor: pointer;
	text-decoration:none;
	background-color: #95BF00;	/*-moz-border-radius:7px;
	-webkit-border-radius : 7px;
	border-radius : 7px;*/
}
