#form-adhesion, #couv-box, #box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
/*
    border: 1px solid #aaa;
    background-color: #EEE;
*/
    padding: 10px;
    margin-bottom: 10px;
/*     min-height: 300px; */
}
#titre-champs {
    font-weight: bold;
    font-size: 18px;
    display: block;
    padding-bottom: 20px;
}
#form-adhesion h3 {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
}
img {
    border: none;
    outline: none;
}
#login {
    position: absolute;
    left:50%;
    margin-left: -200px;
    top: 100px;
    width: 400px;
    height: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #aaa;
    background-color: #EEE;
}
#formulaire {
    position: relative;
    width: 235px;
    left: 50%;
    margin-left: -118px;
    top:50px;
}
.block-input {
/*     padding-bottom: 5px; */
    margin-left: 20px;
}
.block-button {
    text-align: center;
}
input {
    display: block;
    width: 200px;
    height: 30px;
    font-size: 15px;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    margin: 10px;
    padding: 5px;
    outline: none;
}
input.coord {
    width: 300px;
    height: 20px;
    margin-left: 0;
    display: inline;
}
input.cp, input.ape {
    width: 50px;
}
input.numad, input.captcha {
    width: 100px;
}
.btn-form {
    border: none;
    width: 210px;
    height: 40px;
    font-size: 15px;
    margin: 40px 10px 10px 10px;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    color: white;
    background-color: rgb(0,84,154);
    cursor: pointer;
}
.btn-lien { /* Class pour div entouré d'une balise <a> */
    font-size: 15px;
    margin: 40px 10px 10px 10px;
    padding: 5px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    color: white;
    background-color: rgb(0,84,154);
    cursor: pointer;
    display: inline-block;
    margin-top:10px;
    line-height: 30px;
    height: inherit;
    width: auto;
    text-align: center
}
.btn-form auto {
    width: auto;
}
.infos {
    background-color: #dbadad;
    margin-bottom: 10px;
    padding: 10px;
    color: #d91111;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url('css/PIE.htc'); 
}
.form-lien {
    display: inline;
}
.bouton-lien {
    background:none;
    font-family: Helvetica, Arial;
    font-size: 12px;
    display: inline;
    width: intrinsic;
    height: intrinsic;
    padding: 0;
    margin: 0;
    border: none;
    border-radius:0;
    color: inherit;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
.erreur {
    color: red;
    text-align: left;
    margin-left: 10px;
    margin-top: -5px;
    font-size: 12px;
    display: none;
}
/*
label {
    font-weight: bold;
}
*/
#bas {
    position: relative;
    top: 250px;
    height: 50px;
}

.label-radio, .label-checkbox {
    line-height: 32px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 15px; 
}

label {
    display: inline;
    margin-top: 5px;
}

.regular-radio {
    display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #FFF;
    border: 1px solid #AAA;
/*     box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); */
    padding: 9px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    background: rgb(0,84,154);
    background: black;
/*     box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3); */
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}

.regular-radio:checked + label {
    background-color: #FFF;
    color: #99a1a7;
    border: 1px solid #AAA;
/*     box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1); */
}

.regular-radio + label:active, .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #FFF;
	border: 1px solid #AAA;
/* 	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); */
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #FFF;
	border: 1px solid #AAA;
/* 	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1); */
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: black;
	/* color: rgb(0,84,154); */ /* Bleu AD-PA */
}


.big-checkbox + label {
	padding: 18px;
}

.big-checkbox:checked + label:after {
	font-size: 28px;
	left: 6px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}