/* ==================================================== */
/* = CSS pour les formulaires						  = */
/* ==================================================== */
/* = Version 1.1 - date : 24/07/2014				  = */
/* ==================================================== */
/* La recherche membres
----------------------------------------*/
textarea#textsearch {
  padding: 5px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 6px #d3d3d3;
  -webkit-box-shadow: inset 0 1px 6px #d3d3d3;
  box-shadow: inset 0 1px 6px #d3d3d3;
  border: 1px solid #b89c96; }

/* page recherche : Formulaires
----------------------------------------*/
div.search-form,
div.search-form select {
  font-size: 12px;
  font-size: 1.2rem; }

div.search-form div {
  margin-bottom: .3em; }

div.search-form label {
  display: block;
  color: #3166a4; }

div.search-form .colonn2 {
  width: 48%;
  float: left; }

div.search-form .colonn2:first-child {
  margin-right: 4%; }

div.search-form select {
  width: 100%; }

div.search-form input {
  background-color: white;
  width: 96%;
  border-radius: 5px;
  border-width: 2px;
  height: 24px;
  margin: 0;
  left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none; }

div.search-form input#submitbutton {
  width: 40%;
  margin: 2em auto;
  text-align: center;
  margin-top: 1em;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e0a128;
  height: 3em;
  display: block; }

div.search-form input#submitbutton:hover {
  background-color: #4069A2; }

/* Selectbox filtre
----------------------------------------*/
select.select-styled {
  -moz-box-sizing: border-box;
  line-height: 1;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  border: solid 1px #BFBDBD;
  height: 25px;
  padding-left: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/triangle-noir-bas.png) no-repeat 95% center, -webkit-gradient(linear, left bottom, left top, from(#dadada), to(#f8f8f8)) #f7f8f7;
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 20%;
  width: 100%; }

/* page Seminar : Formulaires
----------------------------------------*/
.inscription fieldset {
  margin: 0 0 3em;
  border: 1px solid #e9e9e9;
  padding: 2em; }

.inscription fieldset div {
  padding: 8px 0 8px 160px;
  margin: 0; }

/* Labels */
.inscription fieldset div label {
  color: #666;
  float: left;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1;
  margin: 7px 0 0 -160px;
  width: 140px; }

/* Input defaults */
.inscription fieldset div input,
.inscription fieldset div textarea,
.inscription fieldset div select {
  border: 1px solid #d8d8d8;
  color: #333;
  display: block;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin: 0;
  width: 97%; }

/* Focus */
.inscription fieldset div input:focus,
.inscription fieldset div textarea:focus,
.inscription fieldset div select:focus {
  border-color: #0b3471; }

/* Text inputs */
.inscription fieldset div input {
  padding: 3px 5px 2px; }

/* Select menus */
.inscription fieldset div select {
  padding: 0 0 0 3px;
  width: 291px; }

/* Textareas */
.inscription fieldset div textarea {
  padding: 6px 5px;
  background-color: #f7f8f7;
  border-radius: 3px; }

/* File Upload */
.inscription fieldset div input[type=file] {
  background: none;
  border: inherit;
  padding: 0; }

/* Radio buttons + checkboxes */
.inscription fieldset div ul {
  margin-top: 5px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: 20px; }

.inscription fieldset div ul li {
  margin: 0 40px 5px 0;
  padding: 0;
  float: left; }

.inscription fieldset div ul li label {
  display: inline;
  float: none;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.inscription fieldset div ul li input {
  background: none;
  border: none;
  display: inline;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto; }

/* Groups */
.inscription fieldset fieldset.group {
  color: #666;
  margin: 0 0 10px 155px;
  padding: 0; }

.inscription fieldset fieldset.group legend span {
  background: none;
  border: none;
  display: block;
  font-size: 1.16em;
  font-weight: bold;
  left: 0;
  line-height: 1.1;
  margin: 9px 20px 0 -155px;
  padding: 0;
  position: absolute;
  width: 140px; }

.inscription fieldset fieldset.group div {
  background: none;
  float: left;
  margin: 0 0 0 5px;
  padding-left: 0; }

/* Submit */
.inscription fieldset div.controls {
  background: none; }

.inscription fieldset div.controls input {
  float: right;
  width: auto; }

/* Image */
img.photo {
  border: 1px solid #d7d8d7;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 3px; }

