form input[type=text], form input[type=phone], form input[type=email]{
  background-color: #99ff99;
 margin-left:40px;
 margin-top: 10px;
 font-size : 1.2vw;
 width: 20vw; height: 1.4vw;
 display: inline;
text-align: left;
}
form textarea {
  background-color: #ffff99;
  display: block;
   margin-top: 10px;
   margin-left: 50px;
   color: blue;
 font-size : 1.2vw;
}
form label, form button {
 background-color: blue;
 color: white;
 font-size : 1.5vw;
 margin-left: 40px;
  border-color: yellow;
 border-radius: 5px;
 border-width: 2px;
 border-style: solid;
 display: inline;
position: relative;
 *width: auto;
}

form select option {
color: blue;
}
form #bouton  {
position: absolute;

width: 100vw;

}


form button {
background-color: red;
height: 3vw; width: 15vw;
position: relative;
display: inline;
}

.inputphone  {width: 20vw; margin-left: 4vw;
display: inline; 
border:inset 2px grey;
padding:3px;
border-radius: 5px;
 border-width: 2px;
 border-style: solid;
text-align: left;
}
 form input[type=text].t0 {
 margin-left: 0px; 
 color: red;
 width:15px;
 border:0;
text-align:left;
}


form input[type=text].t1 {
 margin-left: 0px; 
 color: red;
 width:25px;
 border:0;
text-align:left;
}
#nom_stage {
color: #c71525;
width: 20vw;
 font-size : 2vw;
 text-align: center;
 background-color: RGBa(0,175,178,255);
margin-top: 0px;
margin-left: 0px;
text-decoration: none;
height: 2vw;
}

 form span {
 margin-left: 125px;
 }

.MsgAlert
{
left:40%;
top:40%;
position:relative;
width:200px;
background: red; *url(gfx/content00.gif) repeat-y;
cursor:default;
}

.MsgAlert p 
{
margin-top: 0%; 
font-family:Arial; 
font-size:14px;
 text-align:center; 
color:yellow; 
padding-left:10px; 
padding-right:10px;
} 

.buttom 
{
margin-top:3%;
background: red; 
}