/*Boutton shoot*/
.btn_shoot
{
	display: inline-block;
	width: 250px;
	height: 250px;
	line-height: 20px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	cursor: default;
	padding : 10px;
	vertical-align: top;
	margin : 5px;
}
.btn_shoot:hover
{
	background-color: #E1E1E1;
}
.btn_shoot:active
{
	background-color: #E1E1E1;
}
/*Tableau connexion*/
#table_connexion td
 {
	padding: 10px;
 }
/*Bouton connexion*/
.btn_connect
{
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	cursor: default;
	padding : 10px;
	margin: auto;
}
.btn_connect:hover
{
	background:#E1E1E1;
}
.btn_connect:active
{
	background:#E1E1E1;
}
/*Cover Shoot*/
.cover_shoot:after
{
	content: " ";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: rgba(0,0,0,.75);
}
.image_min_shoot .select
{
	display: block;
}
.select
{
	position: absolute;
	display: block;
}
.select img
{
	width: 80px;
	opacity: 0.7;
}
/*Bouton validation commande*/
.btn_add
{
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	cursor: default;
	padding : 10px;
	margin: auto;
}
.btn_add:hover
{
	background:#E1E1E1;
}
.btn_add:active
{
	background:#E1E1E1;
}