@CHARSET "UTF-8";

body{
text-align:center;
}

.eligibilite-form{
	font-family: "open sans",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
	
}

.eligibilite-button{
    background-color: #449D3D;
    background-image: linear-gradient(to bottom, #449D3D, #116D2A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 125px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
	text-align:center;
    padding: 6px;
	font-family: "open sans",Helvetica,Arial,sans-serif !important;
	
}

.voir-offres{
    background-color: #AF66A2;
    background-image: linear-gradient(to bottom, #AF66A2, #941E80);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 200px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
	text-align:center;
    padding: 6px;
	font-family: "open sans",Helvetica,Arial,sans-serif !important;
	
}

#npa{
	font-size: 16px;
    height: 40px;
    padding: 5px;
	
}

#rue{
	font-size: 16px;
    height: 40px;
    padding: 5px;
	
}

#numero{
	font-size: 16px;
    height: 40px;
    padding: 5px;
	
}
.eligible{
background-color: #dfeee9;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    font-family: "open sans",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    padding: 10px;
}

.non-eligible{
background-color: #E2B3B3;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    font-family: "open sans",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    padding: 10px;
}

.error{
background-color: #E2B3B3;
    border: 1px solid #e7e7e7;
    border-radius: 15px;
    font-family: "open sans",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
    padding: 10px;
	color:#CE4E4E;
}

.recommencer{
	font-family: "open sans",Helvetica,Arial,sans-serif !important;
    font-size: 14px;
	color: #951B81;
}



