body{
	background-color: rgb(182,30,61);
}
form{
    background-color: rgb(182,30,61);
	color: rgba(255,205,0,1);
	width: 100vw;
	/*margin-left: 5vw;*/
	margin-top: 5vw;
	/*padding-top: 10px;*/
	padding-bottom: 10px;
	/*text-align: center;
	border-radius: 30px;*/
}

form p{
	margin: 0;
	/*margin-left: 10px;
	margin-right: 10px;*/
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: rgb(182,30,61);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

input[type='radio']{
	background-color: rgba(255,205,0,1);
}

input[type='submit']{
	background-color: rgb(182,30,61);
    border: none;
    color: white;
    font-weight: bolder;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.parablanc{
	color: white;
}

input[type='email'], input[type='password']{
	border: none;
	height: 20px;
	padding-left: 5px;
}

table{
	width: 100vw;
	border-radius: 0px;
	text-align: left;
	justify-content: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

td{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
tr:tr:nth-child(odd){
	background-color: orange;
}