@charset "UTF-8";
/* CSS Document */


/*/////// Bouton Valider/////////*/

.bt
{
	border:0px;
	padding:0px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	color: #fff;
	-moz-box-shadow: 1px 1px 5px 0black; 
	-webkit-box-shadow: 1px 1px 5px black; 
	box-shadow: 1px 1px 5px black;
}

.pointer
{
	cursor:pointer;
}

.btV
{
	background-color: #29aa47;	
}

.btV:hover
{
	background-color: #23963e;
	color: #222;
	-moz-box-shadow: 1px 1px 5px #157e3d; 
	-webkit-box-shadow: 1px 1px 5px #157e3d; 
	box-shadow: 1px 1px 5px #157e3d;
}
/*/////// Bouton Valider/////////*/


/*/////// Bouton Valider/////////*/
.btR
{
	background-color: #de383e;
		
}

.btR:hover
{
	background-color: #c73136;
	color: #222;
	-moz-box-shadow: 1px 1px 5px #ae292e; 
	-webkit-box-shadow: 1px 1px 5px #ae292e; 
	box-shadow: 1px 1px 5px #ae292e;
}
/*/////// Bouton Valider/////////*/


/*/////// Bouton Valider/////////*/
.btB
{
	background-color: #0095dc;
}

.btB:hover
{
	background-color: #0078b3;
	color: #222;
	-moz-box-shadow: 1px 1px 5px #0078b3; 
	-webkit-box-shadow: 1px 1px 5px #0078b3; 
	box-shadow: 1px 1px 5px #0078b3;
}

.btJ
{
	background-color: #f1ca42;
}

.btJ:hover
{
	background-color: #c0a331;
	color: #222;
	-moz-box-shadow: 1px 1px 5px #c0a331; 
	-webkit-box-shadow: 1px 1px 5px #c0a331; 
	box-shadow: 1px 1px 5px #c0a331;
}
/*/////// Bouton Valider/////////*/



.bt50{width:50px;}

.bt100{width:100px;}

.bt200{width:200px;}

.bt250{width:200px;}

.bt300{width:300px;}

.bt400{width:400px;}

.bt25p{display:inline-block;width:22%;margin:1%}

.bt33p{display:inline-block;width:30%;margin:1%}

.bt50p{display:inline-block;width:47%;margin:1%}

.bt90p{display:inline-block;width:88%;margin:1%}

.bt100p{display:inline-block;width:98%;margin:1%}




.choiceLeft
{
	position:relative;
	left:+2px;
	display:inline-block;
	border:1px solid grey;
	width:100px;
	height:25px;
	border-radius:10px 0px 0px 10px;
	margin:0px;
	cursor:pointer;
}

.choiceCenter
{
	display:inline-block;
	border:1px solid grey;
	width:25px;
	height:25px
}

.choiceRight
{
	position:relative;
	left:-2px;
	display:inline-block;
	border:1px solid grey;
	width:100px;
	height:25px;
	border-radius:0px 10px 10px 0px;
	border-left:0px;
	margin:0px;
	cursor:pointer;
}






