.saisie20,
.saisie33,
.saisie50,
.saisie66,
.saisie80,
.saisie100
{
    display: inline-block;
    vertical-align: top;
    min-width:240px;
    margin-bottom:8px;
}

.saisie20 { width:20%; }
.saisie33 { width:33%; }
.saisie66 { width:66%; }
.saisie50 { width:49%; }
.saisie80 { width:79%; }
.saisie100  { width:99%; }


input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea
{
    width:98%;
    height:30px;
    border:1px solid #AAAAAA;
    border-radius:5px;
    background-image: linear-gradient(#DEDEDE, #FFFFFF);
    font-family: inherit;
    font-size: inherit;
}

textarea
{
    height: 60px;
}

 .obligatoire
 {
    color:#FF0000;
 }
     	   
.saisieValidation
{
	text-align: center
}     	   

.saisieValidation button
{
   width:90px;
   padding:8px;
   cursor:pointer;
   border:none;
   background-color: #455399;
   color:#FFFFFF;
   font-size:1.2em;
   margin-left:10px;
   margin-right:10px;
}