body
{
	width: 760px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* header */
#header
{
	/* width: 760px; */
	height: 70px;
	border-bottom: 2px solid black;
	/* border: 2px solid black; */
	margin-bottom: 0px;
}

#header p
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
}




#corps
{
	width: 700px;
	margin-right: 30px;
	margin-left: 30px; /* Marge à gauche pour pousser le corps, afin qu'il ne passe pas sous le menu */
	margin-bottom: 5px; /* Pour éviter que le corps ne colle trop au footer */
	padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	
	/* color: #B3B3B3;
	background-color: #626262; */
	/* border: 2px solid black; */ /* Bordure pour marquer les limites du corps */
}

#corps h1
{
	font-size: 1.2em;
	text-align: center;
}


/* début mise en page formulaire */

input, textarea, select
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
   margin-bottom: 5px;
   margin-right: 20px;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #E5E9CF;
}
 
label
{
   color: 636363;   /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #3D3D3D;
   font-weight: bold;
}
 
fieldset
{
   margin-top: 5px;
   margin-bottom: 10px; /* Une marge pour séparer les fieldset */
   /* background-color: #E5E9CF; */
}

.commande label
{
	margin-right: 75px;
}

.commande input
{
	margin-right: 40px;
}

.commande select
{
	margin-right: 50px;
}

.total1 input
{
	margin-left: 365px;
}

.total1 select
{
	margin-left: 365px;
}

.fraisdeport input
{
	margin-left: 365px;
}

.fraisdeport select
{
	margin-left: 343px;
}

.fraisdeportautre label
{
	margin-right: 298px;
}

.fraisdeport input
{
	margin-right: 40px;
}

.total2 input
{
	margin-left: 355px;
}

.total2 select
{
	margin-left: 365px;
}


/* fin mise en page formulaire */

#footer
{
	padding: 5px;
	height: 30px;
	width: 760px;
	border: 1px solid black;
}
#footer p
{
	text-align: center;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 0.8em;
}

	