
/* Css button */

/* BLUE */
.bouton1{
	border: 1px solid #CCCCCC;
	padding: 3px 5px;
	margin-bottom: 3px;
		margin-top: 3px;
	color: #FFFFFF;
	background: #33CC99;
	cursor: pointer;
	text-decoration:none;
	line-height: 12px;
	/*background-image: url(../../../images/shade.png); 
	background-position: bottom; 
	background-repeat:  repeat-x;
	-moz-border-radius: 7px;
	-webkit-border-radius : 7px;
	border-radius : 7px;*/
}


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

* html .bouton1{
	height: 100%;
}

* html .boutonHover1{
	height: 100%;
}



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

* html .boutonHover2{
	height: 100%;
}
