body { margin:0; padding:0; }

fieldset div {
    clear: both;
    margin: 0.3em 0;
}
form {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #8A8A8A;
    font-size: 12px;
    margin: 1em;
    padding-right: 10px;
    width: 450px;
}
.nom, form th {
    color: #8A8A8A;
    font-size: 13px;
}

.formulaire {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #8A8A8A;
    font-size: 1.1em;
    margin: 1em;
    width: 450px;
}
.formulaire td {
    margin-right: 2px;
    padding: 0 3px;
}
input.default {
    color: #BBBBBB;
}
.formulaire input {
    padding-right: 5px;
}
label {
    float: left;
    margin-right: 1em;
    text-align: right;
    width: 9.5em;
}
.etroit label {
    color: #8A8A8A;
    float: left;
    font-size: 13px;
    margin-right: 1em;
    text-align: right;
    width: 6.5em;
}
legend {
    color: #024FA8;
    font-size: 18px;
}
legend span {
    color: #8A8A8A;
    text-align: right;
    width: 10em;
}
input {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    font-size: 11px;
    padding: 0 5px 0 0;
    text-align: right;
}
input:hover, input:focus {
    background: none repeat scroll 0 0 #F6F6F6;
    border-color: #C5C5C5; 
}
input[disabled="disabled"] {
 /*   color: #9D60C1;
    font-weight: 600; */
}
.res input, .res input:hover, .res input:focus {
    border: 1px solid #2268a5; 
    border-radius: 3px;
    background-color: #448ccb;
    background-image: linear-gradient(#448ccb, #2570b2);
    color: #ffffff; 
    font-size: 11px;
    font-weight: bold;
    padding: 7px 18px 9px;
    text-align: right;
}

select {
    font-size: 10px;
    text-align: right;
}
fieldset {
    border: 1px solid #DDDDDD;
    padding: 0 0.5em 0.5em;
}
.date input {
    background-image: url("../gfx/calendar-small.gif");
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
.date fieldset label {
    display: block;
    float: none;
    text-align: left;
    width: auto;
}
.date fieldset div {
    clear: none;
    float: left;
    margin-right: 0.2em;
}
.radio, .date {
    position: relative;
}
.radio fieldset, .date fieldset {
    border: medium none;
    padding: 1px 0 0 11em;
    width: auto;
}
.radio legend, .date legend {
    color: #000000;
    font-size: 1em;
}
.radio legend span, .date legend span {
    display: block;
    left: 0;
    position: absolute;
    top: 0.3em;
    width: 10em;
}
.radio label, .radio input {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: inline;
    float: none;
    vertical-align: middle;
    width: auto;
}
.radio div {
    clear: none;
    float: left;
    white-space: nowrap;
}
.email {
    width: 14em;
}
.resultat, .resultat td {
    color: #8A8A8A;
    font-size: 1.1em;
    text-align: right;
    width: 350px;
}
.resultat span {
    color: #9D60C1;
    font-size: 1.3em;
}
.resultat table {
    width: 500px;
}
.resultat td {
    text-align: center;
}
.resultat th {
    color: #9D60C1;
    font-size: 0.9em;
}
.resultat a {
    color: #AC87FF;
    font-size: 1em;
    font-weight: normal;
    text-decoration: none;
}
.resultat a:hover {
    color: #9D60C1;
    font-size: 1em;
    text-decoration: underline;
}
.lien img {
    border: medium none;
    text-align: center;
}
.button {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    margin: 0;
    padding: 0;
}
.montant {
    color: #999999;
    font-size: 0.8em;
    width: 70px;
}
img {
    border: medium none;
}
.cache { 
    display: none;
}
.infobulle {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #C5C5C5;
    color: #9D60C1;
    padding: 10px;
    position: absolute;
    visibility: hidden;
}
.petit {
    background: none repeat scroll 0 0 #F6F6F6;
    color: #9D60C1;
    font-size: 11px;
}
.tableau  {
    
	width: 800px;
}
.col  {
	float: left;
    width: 85px;
    margin-right: 10px;
    padding: 0px;
	text-align:right;
}

.colg  {
	float: left;
    width: 5px;
	text-align:left;
}


.saut {
    clear: both;
}

