
@import url("style_menu.css");

body{
	width: auto; /* Largeur in px or % */
	height: auto; /* Hauteur in px or % */
    margin: auto; /* Marge in px*/
	padding: auto; /* Marge interieure*/
	background-color: rgb(164, 194, 155); /* Couleur de fond */
}

.comite1
{
    margin-bottom: 0%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;

    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgb(26, 104, 56);

    font-size: 180%;
    text-align: center;
}


.traitement_1
{
   width: auto; /* Largeur in px or % */
   height: auto; /* Hauteur in px or % */

   padding-right: 0px;
   padding-left: 10%;
   padding-bottom: 20px;
   padding-top: 20px;

   margin-top: 10%;
   /*margin-bottom: 15%;*/
   margin-right: 30%;
   margin-left: 30%;

   font-size: 120%;
   font-weight: normal;
   color: rgb(222, 225, 236);
   text-align: left;
   background-color: rgb(66, 59, 73)
}

#envoyer
{
   
   width: 100px;
   height: 40px;
   margin-left: 46%;
   color: white;
   background-color: red;
   font-size: 150%;

}
