@charset "utf-8";
/* CSS Document */

.alignement {
	margin-left:auto;
	margin-right:auto;
	width:50%;
	heught:auto;
}

.chariot table{
	border: medium solid #000000;
width: 80%;
margin:0 auto;
font: "Roboto", Georgia, "Times New Roman", Times, serif;
	text-align:center;
}


.chariot td, th {
border: thin solid #6495ed;
width: 30%;}

.chariot th {
border: thin solid #6495ed;
width: 30%;
padding: 5px;
background-color: #D0E3FA;
}

.chariot td {
font-family: sans-serif;
border: thin solid #6495ed;
width: auto;
padding: 5px;
text-align: center;}



@media (max-width: 480px) {
.alignement {
	margin-left:auto;
	margin-right:auto;
	width:70%;
	heught:auto;}
.chariot table{
width:100%;	
}
}
