﻿  /* CSS layout */

	

#cadre-formulaire {
	background-color: white;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	display:  inline-block;
	
	float:left;
	width: 336px;
	height:auto;
}

#titre {
color:#CC0066;
font-size:100%;
text-align:center;
font-weight:bold
}

input {
	border-radius: 10px;
	background-color:#EBEBEB

}


.envoyer{
 background-color: #FFCC66;
 border-radius: 5px;
  font-size:100%;
 font-weight:bold;
 
 
 
}

.effacer{
 background-color: #EBEBEB;
 border-radius: 5px;
  font-size:100%;
 font-weight:bold;
 
 
 
}



label {

width:90pt;
float:left;

}

select {
border-radius: 10px;
background-color:#EAEAEA;
overflow:visible;

}

.loader {
    border: 4px solid #f3f3f3;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: rgb(243, 243, 243);
    border-top: 4px solid #76b9d6;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 0.5s linear infinite;
    margin-left: 90px;
    margin-top: 4px;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
