/* eleve */
.bouton{
margin-right: 20px;
}

.eleve{
border: solid black 3px;
background-color: #969696;
color: #003300;
width: 500px;
margin-bottom: 10px;
}

/* disque */
body{
background-color: #666699;
}

#titre{
text-align: center;
border: 3px solid black;
margin-left: 35%;
margin-right: 35%;
background-color: #969696;
}

#source{
text-align: center;
border: 3px solid red;
width: 30%;
padding: 5px;
background-color: #003300;
float: left;
}

#destination{
text-align: center;
border: 3px solid #003300;
width: 30%;
margin-left: 67%;
padding: 5px;
background-color: red;
}

#panier{
text-align: center;
font-weight: bold;
font-size: 14pt;
color: yellow;
}

img{
width: 100px;
margin: 5px;
}

.options{
width: 105px;
height: 50px;
}

/* calcu */
#calcu{
color: #242424;
text-align: center;
}

.calcul{
border: groove 2px;
width: 220px;
}

.texte{
width: 207px;
height: 50px;
/* font-size: 32pt; */
text-align: right;
}

.chiffre{
width: 50px;
height: 50px;
}

.scientfq{
display: none;
}

#formulaire{
border: 3px solid blue;
width: 30%;
margin: auto;
}

