*{
	position:relative;
}

.bodyMain{
	background: #022e01;
	background-size:100% 100%;
	margin:0px;
	height:100%;
	font-size:1em;
}

.header{
	height:146px;
	margin-bottom:20px;
	margin-top:20px
}

.header h1{
	background: #eae2d9 url('/images/bg_header.png') no-repeat right;
	background-color:white;
	height:100%;
	margin:0px;
}

.header .container{
	height:146px;
	border-radius:10px 10px 0px 0px;
	border:10px solid rgba(224,186,32,.8);	
}

.header img{
	margin-left:65px;

}

.container{
	width:1055px;
	margin: 0 auto;
	border-left:10px solid rgba(224,186,32,.8);
	border-right:10px solid rgba(224,186,32,.8);
	border-bottom:10px solid rgba(224,186,32,.8);
	border-radius:0px 0px 10px 10px;
}

#tirage{
	padding:50px;
	padding-top:20px;
	background-color:white;
	margin:0px;	
}
#tirage:after,#tirage:before{
	content:"";
	display:table;

}
#tirage:after{
	clear:both;
}

.gauche{
	float:left;
	width:470px;
	margin-right:10px
}

.droit{
	float:right;
	width:470px;
}

.info{
	padding-bottom:5px;
	height:20px;

}

.info input{
	width:225px;
	margin-left:25px;
}

.label{
	display:inline-block;
	width:210px;
}

table{
	margin-top:10px;
	border:1px solid #000;
	width:100%;
	border-collapse:collapse;
	padding:5px;
}

table input,#tblSecteur td:last-child{
	width:100px;
	text-align:center;
}

table input[type="checkbox"]{
	width:30px;
	text-align:center;
}

table td:first-child{
	padding-left:5px;
}

.fin{
	border-bottom:1px solid #000;
}

.datetime{
	margin-bottom:10px;	
}

.datetime input,.datetime span{
	width:100px;
	margin-left:25px;
}

.text{
	margin-bottom:10px;
}

#suivant{
	position:absolute;
	right:50px;
	bottom:40;
	width:100px;
}

.err{
	border:2px solid red;
}

.grand{
	display:cell;
	width:150px;
}

#container{
	background-color:white;
	padding:50px;
}

.info-paiement input{
	margin-bottom:5px;
}

#choix_secteur td:first-child{
	width:370px;
}

#choix_secteur td:last-child{
	width:100px;
}

#choix_gagnant td:first-child{
	width:30px;
}

#choix_gagnant td:last-child{
	width:370px;
}
