/* -- FORMULAIRES ---------------------------------------------------------------- */
fieldset {
padding:0 3px 10px 3px;
margin:20px 0 0 0;
border:1px dotted #423F3B;
}
fieldset.odd {
background-color:#FFF;
}
legend {
font-weight:bold;
background-color:transparent;
padding:0;
margin:10px 0 10px 0;
color:#4A4640;
}
#content form p {
float: left;
clear: left;
padding: 0;
margin: 3px 0;
width:505px;
}
form table, form td, form th {
border-collapse:collapse; 
}
input,textarea,select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: black;
border:1px solid #ccc;
}
.checkbox label input, 
input[type="radio"], 
input[type="checkbox"] {
border: none;
vertical-align:middle;
}
.required {
color:#A92824;
}
label, #content .checkbox p {
display: block;
float: left;
width: 210px;
padding-top:0;
padding-right: 3px;
text-align: right;
}

#content form p.submit {
clear: both;
float:none;
text-align: left;
padding-top:20px;
padding-left:225px;
width:250px;
font-style:italic;
font-size:11px;
}
p.submit input {
color:white;
border:0;
width:70px;
height:15px;
padding-bottom:5px;
background-color:#A92824;
}
p.submit input:hover {
background-color:#898F47;
}
.checkbox{
float:left;
}
.checkbox ul {
float:left;
width: 250px;
padding-top:3px;
margin:0 0 10px 0;
}
.checkbox li  {
margin:0;
list-style-type:none;
clear: left;
}
.checkbox label {
width: auto;
text-align: left;
}
.inline li {
display: inline;
clear: none;
}
p.error {
text-align: center;
color: #A92824;
font-weight: bold;
width:100%;
padding:0;
}
#content .mention {
clear:both;
float:none;
text-align:center;
font-style:italic;
font-size:10px;
color:#c3c3c3;
}
ul.mention {
width:400px;
padding-left:178px;
}
.encart {
padding:10px;
border:1px solid #CCC;
margin-bottom:1em;
}
.encart h3 {
margin:0;
}
.encart img {
float:left;
margin-right:10px;
}
.legales {
font-size:9px;
color:lightgray;
}
div.legales {
text-align:right;
}
label.small {
width:180px;
}
div.box p, div.box ul, div.box div, div.box h3, div.box fieldset  {
position:static;
z-index:2;
}
div.box p.first {
position:relative;
z-index:2;
}
.box ul li {
padding-left:0;
list-style-type:none;
background:none;
line-height:auto;
}


ul.sgr {
background-color:white;
border:1px solid lightgrey;
list-style-type:none;
padding:2px;
max-height:8em;
height:8em;
overflow:auto;
position:absolute;
top:0;
margin-left:-230px;
z-index:100;
}
ul.sgr li {
margin:0;
padding:0;

list-style-type:none;
background:none;
}
ul.sgr a {
display:block;
padding:1px;
text-decoration:none;
}
ul.sgr a:hover {
background-color:#EEE;
}
fieldset.small {
float:left;
}
div.autocomplete{
background-color:white;
overflow:auto;
height:100px;
border:1px solid #CCCCCC;
}
div.autocomplete li:hover{
background-color:#E6ECF0;
}
