html{overflow-y:scroll;}
html, body {
	background: none no-repeat center top transparent;
	/*color: #fff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.none {display:none}
.left {float: left}
.right {float: right}
.clear {clear: both}
.block {display: block}
.petit {font-size:10px}
.small {font-size:0.8em }

/* ALERT
----------------------------------------------------------------------*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #fcf8e3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
  color: #c09853;
}
.alert h4 {
  margin: 0;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #D6E9C6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #EED3D7;
  color: #b94a48;
}
.text-error {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #BCE8F1;
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}


/* WELL
----------------------------------------------------------------------*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /*background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    -webkit-box-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.05);*/
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

/* MODALS
----------------------------------------------------------------------*/
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    overflow: auto;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.3);
    -webkit-border-radius: 6px;
    border-radius: 6px; 
    -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
}
.modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-box-shadow:inset 0px 1px 0 white;
    box-shadow:inset 0px 1px 0 white;
}
.modal-footer:after {
    clear: both;
}
.modal-footer:before, .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
.modal-footer:before, .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
/* TEXTE
----------------------------------------------------------------------*/
.text-left { text-align:left !important; }
.text-center { text-align:center !important; }
.text-right { text-align:right !important; }
.small { font-size:11px }

.separation { padding-bottom:30px }


/* FORMS
----------------------------------------------------------------------*/
input,
button,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 30px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 20px;
  border:1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  height: auto;
}

select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  
  border: 1px solid #ccc;
  background-color: white;
  padding:5px;
  width: 220px;
  margin:0;
}

option {
    font-size: 14px;
	height: 25px;
    line-height: 25px;
    padding: 5px;
}
input[type="submit"] {
  cursor: pointer;
}
.input-mini       { width: 20px; }
.input-xsmall     { width: 60px; }
.input-small      { width: 90px; }
.input-medium     { width: 150px; }
.input-large      { width: 210px; }
.input-xlarge     { width: 270px; }
.input-xxlarge    { width: 530px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group {
  margin-bottom: 15px;
}

.form-horizontal .control-label {
    display: inline-block;
    line-height: 22px;
	margin-right: 5px;
    text-align: right;
    vertical-align: middle;
    width: 150px;
}
.inline, .control-label.inline {
    display: inline-block;
    float: none;
    margin-left: 15px;
    width: auto;
}

.form-horizontal .controls {
    display: inline-block;
    vertical-align: middle;
}
.form-actions:after {
    clear: both;
}
.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-horizontal .form-actions {
    padding-left: 160px;
}
.form-actions {
    /*background-color: #F5F5F5;*/
    border-top: 1px solid #E5E5E5;
    margin-bottom: 20px;
    margin-top: 20px;
	padding-top: 10px;
}
.form-actions input[type=submit], .form-actions a { margin-right:10px !important; } 
.ui-datepicker-title select { padding:0; height:auto; }

.input-prepend {
    display:inline-block;
    margin-top: 1px;
}
.input-prepend .add-on {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 20px;
    margin-right: -5px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: auto;
}
.input-prepend .btn {
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
    vertical-align: top;
}


.radio input[type="radio"], .checkbox input[type="checkbox"] {
    float: left;
    margin: 3px 10px 0 0;
}

/* FORMS
----------------------------------------------------------------------*/
button { border:none;}
button:hover { color: #c0c0c0 }

/* DRAPEAUX
----------------------------------------------------------------------*/
ul.flagtraduc li {display: inline-block;margin: 0;}
.flagEn,.flagFr,.flagDe,.flagNl,.flagIt,.flagEs {background-color: transparent;background-image: none;background-position: center center;background-repeat: no-repeat;border-radius: 5px 5px 5px 5px;display: block;height: 24px;opacity:0.3;overflow: hidden;text-indent: -9999px;width: 28px;}
.flagEn {background-image: url(../images/drapeaux/United-Kingdom.png);}
.flagFr {background-image: url(../images/drapeaux/France.png);}
.flagDe {background-image: url(../images/drapeaux/Germany.png);}
.flagNl {background-image: url(../images/drapeaux/Netherlands.png);}
.flagIt {background-image: url(../images/drapeaux/Italy.png);}
.flagEs {background-image: url(../images/drapeaux/Spain.png);}

ul.flagtraduc li a.on{opacity:1;}