html,body {
  height: 100%;
  padding: 0px;
  margin: 0;
}
img {
  border: 0;
}

H {
  display: none;
}
body.nobootstrap {
  color : #555;
  font-size : 11px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #FCFAFA;
}

.center {
  text-align: center;
}

.error {
  width: 97%;
  text-align: center;
  background-color:#FCD9D9;
  color:#C62A2A;
}
.explicatif {
  width: 100%;
  font-weight:bold;
  text-align: center;
  background-color:#F2F2F2;
  color:#000;
  padding:5px;
}

.underline{
  text-decoration:underline;
}

cite {
  text-align: justify;
  font-size: 80%;
}

em.highlight {
  color: red;
}

div.footer {
  clear: both;
  margin: auto;
  padding-top:0;
  text-align: left;
  height: 40px;
}

div.footer-container {
  width: 1000px;
  margin: auto;
  height: 40px;
}

div.footer-container a {
  color: white !important;
}

div.footer-left {
  width: 500px;
  display: inline-table;
  vertical-align: middle;
  float: left;
  padding-top: 8px;
  padding-bottom: 3px;
  height: 40px;
  font-size: 9px;
  color: white;
}

div.footer-center {
  text-align: left;
  width: 200px;
  display: inline-block;
  height: 40px;
  vertical-align: middle;
}

div.footer-right {
  text-align: right;
  width: 200px;
  display: inline-table;
  vertical-align: middle;
  color: white;
  float: right;
  margin-top: 13px;
  margin-right: 10px;
}

div.footer-right ul li a {
  color: white;
}


div.footer-right ul {
  list-style: none;
  display: inline;
}

div.footer-right ul li {
  display: inline;
}

#fakeBody {
  width:1000px;
  margin: auto;
  text-align: left;
  //height: 100%;
  clear:both;
  background-color: white;
  padding:0px;
  margin-top: 0px;
}
html>body #fakeBody{
  min-height:400px;
}

.bodyPopup {
  background: white !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: inherit !important;
}

.nobootstrap h1 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 160%;
  color: #650C0E;
  font-weight : bold;
}

.nobootstrap h2 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 130%;
  text-transform: uppercase;
  color: #b80719;
}

.nobootstrap h3 {
  font-size : 100%;
  font-weight : bold;
  color: #b80719;
  border-bottom: 2px solid #b80719;
  margin-top: 11px;
  margin-bottom: 11px;
}


a , a:link , a:visited, a:active   {
  color : #555;
  text-decoration : none;
}

a:hover {
  text-decoration : underline;
}

h4 {
  font-size : 100%;
  font-weight : bold;
}

/************/
/* Homepage */
/* TODO: login.css ? */
/************/
#homepage #menu {
  display: none;
}
#homepage #content {
  margin: 0 auto;
  display: block;
}
#homepage #navigation-content {
  display: none;
}
#homepage div.footer div.footer-right {
  display: none;
}

/* ////////////////////////////////////// */
/* //       habillage du content      /// */
/* ////////////////////////////////////// */
#content {
  margin-left : 10px;
  display: inline-table;
  max-width: 770px;
  min-width: 770px;
}

#content dt {
  margin: 3px 0 0 0;
}

#content dd {
  padding: 3px;
}
ul.detailClient {
  padding: 0;
  margin: 0;
  margin-top: -2px;
  margin-bottom: 6px;
}
ul.detailClient li {
  margin: 0;
  margin-bottom: 5px;
  padding: 0px;
  list-style: none;
}
table.horaires {
  margin: 5px 0em;
  padding: 3px;
  width: 100%;
}
table.horaires td {
  width: 15%;
  padding: 3px;
  height: 2em;
  text-align: center;
}
table.horaires th {
  width: 15%;
  padding: 3px;
  height: 2em;
  text-align: center;
  background: #d9e2ef;
}
table.horaires input {
  margin: 0;
}
span.error{
font-style: italic;
color: #B21026;
border: 1px solid #B21026;
padding: 4px 10px;
margin : 4px 2px 2px 2px;
display: block;
}
span.ok{
font-style: italic;
background-color: #BFFFC2;
color: #076F0B;
border: 1px solid #076F0B;
padding: 4px 10px;
margin : 4px 2px 2px 2px;
display: block;
}
#labelshortcut {
font-style: italic;
color: #B21026;
border: 1px solid #B21026;
}

#menu {
  //display: inline-table;
  float: left;
  list-style: none;
  width: 209px;
  margin : 0px;
  padding : 0;
  background-repeat: repeat-y;
  //background-color: #7fadc7;
  font-size: 90%;
}

#menu.empty {
  border: 0;
  background-color: inherit;
}

/* Gestion des sections de menu */
#menu h5 {
  font-size: 120%;
  margin: 0;
  padding: 7px 7px 3px 10px;
  //background: #7fadc7;
  // Défini au niveau main.tpl
  color: #FFF;
  font-weight: inherit;
}

#menu h5 a, #menu h5 a:link, #menu h5 a:visited, #menu h5 a:active {
  // Défini au niveau main.tpl
  //color: #fff;

}

#menu h5 a:hover {
  color: white;
}

#menu h5 a:hover {
  text-decoration : none;
  color: #fff !important;
}
#menu h5 img {
	position: relative;
	top:2px;
  margin-left: 9px;
}

#menu ul {
  margin : 1px 0 0 0;
  padding : 0px;
  list-style: none;
  //color: #445a7e;
  text-align: left;
  margin-bottom : 5px;
}

#menu.menuItem a:hover {
  text-decoration: underline;
}

#menu .menuHeader {
  font-weight : bold;
  //background: #acc9da;
  //color: #000;
  //border-top: 1px solid #fff;
  padding : 10px 7px 0px 10px;
  font-family: Arial;
  font-size: 11px;
}

#menu .menuHeader:first-child {
  border-top: 0;
}

#menu .menuItem {
  padding : 3px 7px 0px 10px;
  list-style: none;
  //background: #acc9da;
  color: #FFF;
  text-align: left;
}

#menu .menuItem img {
  margin-left: 10px;
}

#menu .menuLabelItem {
  //background: #acc9da;
  padding : 3px 7px 0px 10px;
}

.detailClient , .detailFunction , .detailInterlocutor, .detailProduct{
  border: 1px solid #fff;
  padding: 0px;
}
.detailFunction {
  border-top: 1px solid #b21026 ;
  border-bottom: 1px solid #b21026 ;
}
.detailFunction .function {
  _padding-left: 352px;
  padding-left: 350px;
}
.detailInscrit {
  border: 1px solid #fff;
  padding: 0px;
}
ul.detailInscrit {
  list-style-type: none ;
}
.inscrit {
  padding-right: 10px;
  font-weight: bold ;
}
p.buttonBlock a{
  float: right;
  width: 130px;
  height: 19px;
  border: 0px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  font-size: 100%;
  margin: 0 5px;
  padding: 2px;
  display: inline;
  color: #fff;
  background:left top no-repeat url(bg_button.gif);

}
p.buttonContact a {
  float: none;
  display: block;
  background:left top no-repeat url(bg_button_contact.gif);
  width: 179px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  cursor: hand;
}
p.buttonBlock a:link, p.buttonBlock a:visited ,p.buttonBlock a:active  {
  color: #fff;
  text-decoration : none;
}

p.buttonBlock a.tiny   {
  background:left top no-repeat url(bg_small_button.gif);
  width: 80px;
}

p.buttonBlock a.big   {
  background:left top no-repeat url(bg_big_button.gif);
  width: 160px;
}

input.button {
  float: right;
  width: 130px;
  height: 19px;
  border: 0px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  font-size: 100%;
  margin: 0 5px 3px;
  padding: 0 2px;
  display: inline;
  color: #fff;
  background:left top no-repeat url(bg_button.gif);
}

input.big_input_text{
  width: 415px;
}

button.form {
  width: 130px;
  height: 19px;
  border: 0px;
  text-align: center;
  vertical-align: top;
  font-weight: bold;
  font-size: 100%;
  margin: 0 5px 3px;
  padding: 0 2px;
  display: inline;
  color: #fff;
  cursor: pointer;
  background:left top no-repeat url(bg_button.gif);
}

dl.detailFunction a , dl.detailInterlocutor a  {
  text-decoration: underline;
  font-weight: normal;
  color: #B21026;
}

dl.detailFunction a, dl.detailFunction span.fakeAnchor {
  float: left;
  position: absolute;
}

dl.detailFunction a:link , dl.detailFunction a:visited, dl.detailFunction a:active ,dl.detailInterlocutor a:link , dl.detailInterlocutor a:visited, dl.detailInterlocutor a:active   {
  color: #B21026;
  text-decoration: underline;
}


p.buttonBlock a:hover  {
  color: #fff;
  text-decoration: none;
}

dl.detailProduct dt, dl.detailInterlocutor dt{
  font-weight : bold;
}

dl.detailFunction dd , dl.detailInterlocutor dd , li.address {
padding : 0 0 30px 0;
background: #eee;
}

dl.detailFunction dd {
margin-top : 5px;
clear : right;
}

dl.detailInterlocutor dd {
margin-top : 5px;
clear : right;
}

dl.detailClient dt {
  width: 200px;
  float: left;
}

dl.detailFunction dt {
padding: 12px 0 3px 0;
}

dl.detailClient dd {
  width: 400px;
  margin-left: 210px;
  background: #fff;
}


dl.detailFunction dd , dl.detailInterlocutor dd , dl.detailProduct dd{
  margin: 0px;
  padding: 0px;
}

dl.detailFunction li , dl.detailInterlocutor li , dl.detailProduct li {
  margin: 0;
  padding: 0 10px 0 0;
  list-style: none;
  display: inline;
}

ul.functionList {
  list-style: none;
}

ul.functionList li{
  display: inline;
}

dl.detailFunction ul , dl.detailInterlocutor ul , dl.detailProduct ul {
  margin: 0px;
  padding: 0px;
}

dl.detailFunction ul li, dl.detailInterlocutor ul li, dl.detailProduct ul li{
  margin: 0px;
  padding: 0px;
  width: 173px;
}


li.phone {
  width: 12em;
  display:block;
  float:left;

}

ul.loginList {
  list-style: none;
}

ul.loginList li{
  margin: 5px;
  margin-left: 0px;
}

.function {

  font-weight: bold;
  padding-right: 10px;
}

ul.functionStats {
  margin-top:0;
  margin-bottom:0;
  padding-bottom:0;
}

div.help {
  text-align: left;
  margin-left :50px;
}

div.help p {
  margin: 10px 0 10px 60px;
}
div.help table {
  margin: auto;
}
/* ////////////////////////////////////// */
/* //    habillage des formulaires    /// */
/* ////////////////////////////////////// */

form {
  font-size : 100%;
}

legend {
  font-size : 130%;
  color: #B21026;
  font-weight: bold;
}

legend.upper {
  text-transform: uppercase;
}

span.readable {
  color: green;
}

span.notreadable {
  color: red;
}

/*form# legend {
  margin: 15px 0 0 0;
  font-size : 110%;
  text-transform: none;
  color: #B21026;
  font-weight: bold;
}*/

fieldset {
  border: 1px solid #fff;
}

fieldset.highlight {
  background-color : #edf0ec;
  border : 1px solid #bcc1bd;
}

label {
display:block;
  font-weight: normal;
  width: 110px;
  margin: 0;
  padding: 0px 0 0 20px;
  float: left;
}

.up {
/margin-top:-20px;
}

select {
  max-width: 350px;
}

div.short select {
width:145px;
/margin-top:1px;
}
div.medium select {
  width: 266px;
  /margin-top:1px;
}

label.product {
  font-weight: normal;
  width: 250px;
  margin: 0;
  padding: 0 0 0 20px;
  float: left;
}

div.famprod {
  float: left;
}
div.famprod label {
  width: 60px;
}
div.famprod select {
  margin-left: 70px;
}

fieldset > input {
  margin-left: 313px;
  /margin-left: 108px;
}


fieldset > select {
  margin-left: 313px;
}

.divselectIE
{
  margin-left: 203px;
  /padding-left:26px;

}
.divselectIE select
{
    width:415px;
}

fieldset > textarea {
  /*margin-left: 213px;*/
   margin-left: 313px;
  margin-top: 0px;
  padding-top: 0px;
  display:block;
}

.divtextareaIE
{
  margin-left: 315px;
  /*/padding-left:-50px;*/
  /margin-left:170px;
  width:415px;
}


fieldset > button {
  /*margin-left: 213px;*/
  margin-left: 313px;
}


fieldset > h4 {
  padding-left: 20px;

}
fieldset h4 {
margin:0px;
}
fieldset > h4.section {
  text-decoration: underline;
}

select , input {
  font-size: 100%;
  display: block;
  margin: 0px 10px 0px 110px;
  padding: 0;
/*margin:-20px 10px 0px 110px;*/
}

select.multiple {
  font-size: 100%;
  display: block;
  margin: 0px 10px 0px 5px;
  padding: 0;
}

input.product {
  margin-left: 283px;
}

input.text{
  width:160px;
}

textarea {
  font-family : sans-serif,Verdana, Geneva, Arial, Helvetica;
  font-size: 100%;
  width:100%;
}

fieldset dd{
  margin: 0px;
  padding: 0px;
}

fieldset dt{
  padding: 0 0 0 23px;
font-weight: bold;
}

fieldset dl li {
  margin: 0px;
  padding: 2px 0;
  list-style: none;
}

fieldset dl ul {
  margin: 0px;
  padding: 0px;
}

.validation {
text-align: center;
margin:auto;
clear: left;
padding-top: 15px;
margin-left:110px;
}

.validation .three-buttons {
text-align: inherit;
margin:none;
clear: left;
}


.validation input {
width: 130px;
height: 19px;
border: 0px;
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size: 100%;
margin: 0 5px;
padding: 0 5px;
display: inline;
color: #fff;
background:left top no-repeat url(bg_button.gif);
  cursor: pointer;
  margin-right:104px;
  /margin-right:63px;
}

.validation input.three-buttons {

  margin-right: 50px;
  margin-left: 60px;
}

.validation input.three-buttons:disabled {
  cursor: default;
}

.validation input.bigbutton {
  width: 160px;
  background:left top no-repeat url(bg_big_button.gif);
}

/* specifique recherches DA ouvertes */
#openRequestSearch {
  border: none;
}

#openRequestSearch td {
  width: 240px;
  border: none;
}

#openRequestSearch td.searchLabel {
  width: 140px;
  vertical-align: middle;
}

#openRequestSearch label {
  width: 200px;
  display: inline;
  float: none;
  padding-left: 5px;
  margin: 0px;
}

#openRequestSearch select, #openRequestSearch input {
  display: inline;
  margin: 0px;
  width: 235px;
}

#openRequestSearch select.searchInfo {
  display: inline;
  width: 60px;
}

#openRequestSearch td.searchDate input {
  width: 63px;
}

#openRequestSearch td.searchDate img {
  position:relative;
  top:3px;
}

table#catalogue th, table#catalogue td {
  padding: 2px 2px;
}

table#catalogue th.DA_id {
  width: 50px;
}

table#catalogue th.DA_date {
  width: 6em;
}

/* Spécifique DA clôturées */
.DA_validation_error {
  background-color:#FCD9D9;
  border:1px solid #B21026;
  color:#B21026;
  font-style:italic;
  padding:4px 10px;
  text-align:center;
  width:100%;
}

div.emailWarning {
	padding: 4px 10px;
	margin-top: 1em;
}

div#emailWarning span.error {
	padding: 4px 0;
}

/* ////////////////////////////////////// */
/* //       habillage du bandeau      /// */
/* ////////////////////////////////////// */
#banner {
  text-align:center;
  padding:0px;
  margin:0px;
  background-color: #7FADC7;
  clear: both;
  height: 106px;
}

#shortLinks li a {
  color: white;
}

#shortLinks img {
    margin-left: 3px;
    opacity: 0.9;
}
#shortLinks img:hover {
    margin-left: 3px;
    opacity: 1;
}
/*#shortLinks span.badge {
  position: relative;
  top: -10px;
  text-align: center;
  background-color: red;
  padding: 2px;
  border-radius: 25%;
  font-size: 7pt;
  font-weight: normal;
  line-height: 1;
}*/

#navigation {
  margin-top: 1px;
  width: 1000px;
  margin: auto;
  min-height: 27px;
  background-color: #548FB0;
}

.cookies-disclaimer-container {
    background-color: #B4BABF;
    width: 100%;
}

.cookies-disclaimer {
    display: inline-block;
    color: #555;
    text-align: left;
    font-size: 80%;
    margin: 5px;
}
.cookies-disclaimer a {
    text-decoration: underline;
}

.cookies-disclaimer img {
    position: relative;
    top: 2px;
    margin-left: 4px;
}

#navigation-content {
  width: 1000px;
  margin: auto;
}

#navigation ul {
  font-size : 11px;
  text-align : right;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 0px;
  float: right;
  color:#FFF;
  display: inline;
}

#navigation li {
  display : inline;
  margin-left: 1em;
}
#navigation li.contact img {
  position : relative;
  top: -2px;
}
#navigation li.logout {
  margin-left: 3em;
}
#bienvenue {
  margin-left: 10px;
  text-align:left;
  color:#FFF;
  float: left;
  display: inline;
  margin-top: 7px;
}

#logo {
  position : absolute;
  padding : 0px 0 5px;
  color : #4086b3;
  font-size : 8px;
  text-align : center;
  font-family : verdana;
  margin:0px;
}

#logo img{
  margin: 0px;
}

#logo a img{
  margin-left : 29px;
}

#form_login > div {
  text-align : left;
}

#form_login fieldset {
  text-align : left;
  border: 1px solid #b80719;
  width: 275px;

  margin-right: 30px;
}

#form_login .left-part {
  float: left;
}

#form_login legend{
  text-transform: none;
  background: #fff;
}

#form_login label {
	width: 80px;
	padding : 0 0 0 10px;
}

#form_login label#forgotCode {
	width: 100%;
	padding: 0 10px 0 0;
  font-size: 10px;
  margin-top: 5px;
  float: left
}
#form_login label#forgotCode a {
  margin-right: 30px;
}
#form_login #forgotPass {
  float: right;
  width: 100%;
  text-align: right;
  margin-right: 20px;
  font-size: 10px;
}

#form_login input {
	margin-left: 110px;
}

#form_login fieldset select {
	margin-left: 110px;
	width: 150px;

}

#form_login input.text {
	width: 140px;
}

#form_login #help {
	width: 440px;
	overflow: auto;
	margin-left: 240px;
}

#login_error {
	margin-top: 2em;
}

table {
  border: 1px solid black;
  border-spacing : 0;
  border-collapse : collapse;
}

table.stats {
  width:100%;
}

table td , table th{
  vertical-align: top;
  border: 1px solid black;
}

thead th {
  text-align : center;
}

tfoot td{
  text-align : center;
  background-color: #b21227;
  color : #eee;
}
tfoot a , tfoot a:link ,tfoot a:visited ,tfoot a:active  {
  color : #fff;
  text-decoration : none;
}

tfoot a:hover {
  color : #eee;
  text-decoration : underline;
}

form.popup-form {
  margin: 2px 0;
  text-align: left;
}

form.popup-form fieldset.highlight {
  padding: 10px 0;
}

form.popup-form label {
  width: 170px;
}

form.popup-form p {
  margin: 0;
  padding: 15px;
  text-align: center;
}

#replanify-submit, #replanify-cancel {
  width: 130px;
  height: 19px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 100%;
  margin: 0 5px;
  display: inline;
  background:left top no-repeat url(bg_button.gif);
  color: #fff;
  cursor:pointer;
}

#planningslot-edit {
  clear: both;
}

#planningslot-edit .highlight {
  padding: 3px 6px 8px 6px;
}

#planningslot-edit .highlight p {
  margin: 11px 0 11px 0;
}

#planningslot-edit .label {
  height: 20px;
  display: block;
  float: left;
  font-weight: normal;
  width: 170px;
  margin: 0;
  padding: 0 0 0 20px;
}

#planningslot-edit .data, #planningslot-edit .edit, #planningslot-edit .select{
  display: block;
  margin: 0;
  margin-left: 213px;
  width: 515px;
  min-height: 20px;
  border: 1px dolid red;
}

#planningslot-edit .edit input, #planningslot-edit .select select, #planningslot-edit .select button {
  display: inline;
  margin: 0;
  height: 20px;
}

#planningslot-edit .edit form {
  display: inline;
  margin: 0;
  height: 20px;
}

.editable-over {
  background: #edf0ec right bottom no-repeat url(editable-over.gif);
}
.white-editable-over {
  background: #ffffff right bottom no-repeat url(editable-over.gif);
}

span.planning-action, span.formation-action {
  float: right;
  width: 160px;
  height: 19px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 100%;
  margin: 0 5px;
  display: inline;
  background:left top no-repeat url(bg_button_planning.gif);
}

#input_validation {
background:transparent url(bg_small_button.gif) no-repeat scroll left top;
border:0px none;
color:#FFFFFF;
cursor:pointer;
display:inline;
font-size:100%;
font-weight:bold;
height:19px;
margin:0pt;
padding:0pt 5px;
text-align:center;
vertical-align:middle;
width:80px;
}

span.planning-action a {
  color : #fff;
  text-decoration: none;
}

table.planning {
  width: 100%;
  border: 2px solid #000;
  margin: 5px 0 0 0;
}

table.planning td , table.planning th{
  vertical-align: top;
  border: 1px solid #ccc;
  font-weight:normal;
  padding:0pt 4px;
}

table.planning td {
  text-align : center;
  vertical-align : middle;
}

table.planning td form {
  text-align : left;
}

table.planning th {
  text-align : left;
  vertical-align : middle;
}

table.planning tbody tr {
  /*height : 4em;*/
}
/*table.planning tr.first {
  border-top:2px solid #000000;
}*/
table.planning tr.first th, table.planning tr.first td {
  border-top:2px solid #000000;
}

table.planning th.creneau {
  text-align : center;
}
table.planning th.day {
}
table.planning th.location {
}

table.planning .libre {
/*  background-color: #F7F5E4;*/
  background-color: #FFFFFF;
}
table.planning .planifie {
/*  background-color: #B0E0E6;*/
  background-color: #ACC424;
}
table.planning .planifie-desactive {
/*  background-color: #FF6600;*/
  background-color: #AAAAAA;
}
table.planning .reserve-provisoire {
/*  background-color: #00BFFF;*/
  background-color: #ED7900;
  }
table.planning .reserve-confirme {
/*  background-color: #69809d;*/
  background-color: #C02040;
  color: #fff;
}
table.planning .indisponible {
/*  background: transparent url(plannigBgIndisponible.png) repeat scroll left top;*/
  background-color: #222222;
}

table.planning thead th{
  background-color: #b21227;
  color : #fff;
  text-align : center;
  height : 24px;
  vertical-align: top;
}

table.planning thead form, table.planning tfoot form {
  display: inline;
  margin: 0;
}
table.planning thead select, table.planning tfoot select {
  display: inline;
  margin: 0;
}

table.planning thead a , table.planning thead a:link , table.planning thead a:visited, table.planning thead a:active   {
  color : #fff;
}


table.planning tfoot th{
  background-color: #b21227;
  color : #fff;
  text-align : center;
  height : 24px;
  vertical-align: top;
}

.main, .main td, .main th {
border:medium none;
}
.main td.box {
padding-left:15px;
width:150px;
}
/*.redBox {
border:1px solid #C02040;
width:150px;
}*/
.redBox td,.greenBox td, .orangeBox td, .blueBox td, .purpleBox td, .defaultBox td  {
padding: 5px;
}
/*.redBox thead td {
background-color:#C02040;
color:white;
font-weight:bold;
height:1em;
text-transform: uppercase;
}*/


#resaSearch label {
  width: 180px;
}

#resaSearch select {
  width: 180px;
}

#resaSearch span.periode {
  display: block;
  margin: 0;
  margin-left: 213px;
  width: 315px;
}

#resaSearch input.periode-input {
  display: inline;
  float: left;
  height: 16px;
  margin: 0;
  padding: 0;
}

#resaSearch strong.periode-strong{
  display: block;
  float: left;
  margin:0;
  padding:0;
}

#resaSearch span.periode-span{
 display: block;
  clear:left;
}

#resaSearch img.periode-img{
  vertical-align : top;
  display: block;
  float: left;
  margin:0;
  padding:0;
}

#popUp {
  background:transparent url(catalogue_PopUpArrow04.gif) no-repeat scroll 20px top;
  width:200px;
  padding:8px 0pt 0pt;
  position:absolute;
}
#popUp-content {
  background: #ffffff;
  border:2px solid #B21227;
  padding:5px;
  width:100%;
  color: #555;
}
#popUp-day {
  background: #B21227;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0pt 0pt 5px;
  padding: 2px;
  text-align: center;
}
#popUp-place {
  display: block;
  float: left;
}
#popUp-timeslot {
  display: block;
  float: right;
}
#popUp-title {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  font-weight: bold;
}
#popUp-body {
  text-align: left;
  margin: 0;
  padding: 5px 0 5px 0;
}
#popUp form {
  text-align: center;
  padding: 5px 5px 0 5px;
  margin: 0;
}
#popUp-submit {
  margin: 0;
  width: 80px;
  height: 19px;
  border: 0px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 100%;
  padding: 0 5px;
  display: inline;
  color: #fff;
  background:left top no-repeat url(bg_small_button.gif);
  cursor: pointer;
}

table.stats td {
  text-align : right;
  padding-right : 5px;
}

table.stats td.stats {
  text-align : left;
  padding-right : 5px;
  font-weight: bold;
}

table.stats  td.stats li{
  font-weight: normal;
}

table.search {
  width: 100%;
  margin-top: 10px;
}

table.search thead th{
  background-color: #b21227;
  color : #fff;
}

table.search td {
  padding-left : 20px;
}
table.search td, table.search th {
  text-align : center;
  padding-right : 5px;
}

fieldset.searchForm {
  padding-left : 25px;
  margin-bottom: 10px;
}
fieldset.searchForm input{
  display: inline;
  float: left;
  margin:0;
  padding:0;
  height: 16px;
}
fieldset.searchForm label{
  display: block;
  float: left;
  text-align: center;
  width: 200px;
  margin:0;
  padding:0;
}
fieldset.searchForm strong{
  display: block;
  float: left;
  margin:0;
  padding:0;
}
fieldset.searchForm span{
 display: block;
  clear:left;
}

fieldset.searchForm img{
  vertical-align : top;
  display: block;
  float: left;
  margin:0;
  padding:0;
}

fieldset.searchForm .validation input{
  float: none;
  margin:0;
  padding:0;
  height: auto;
}

fieldset.dateForm {
  margin-top: 10px;
  padding:0;
  margin-left : 20px;
  border: 0;
}

fieldset select.optSelect {
  font-size: 100%;
}

optgroup {
  font-size: inherit;
  font-style: normal;
}

fieldset.dateForm input{
  display: inline;
  float: left;
  margin:0;
  padding:0;
  height: 16px;
}
fieldset.dateForm label{
  display: block;
  float: left;
  text-align: left;
  width: 200px;
  margin:0;
  padding:0;
}
fieldset.dateForm strong{
  display: block;
  float: left;
  margin:0;
  padding:0;
}
fieldset.dateForm span{
 display: block;
  clear:left;
}

fieldset.dateForm img{
  vertical-align : top;
  display: block;
  float: left;
  margin:0;
  padding:0;
}

fieldset.dateForm .validation input{
  float: none;
  margin:0;
  padding:0;
  height: auto;
}

.dateForm input{
  display: inline;
  float: left;
  margin:0;
  padding:0;
  height: 16px;
}

.dateForm strong{
  display: block;
  float: left;
  margin:0;
  padding:0;
}

.dateForm span{
 display: block;
  clear:left;
}

.dateForm img{
  vertical-align : top;
  display: block;
  float: left;
  margin:0;
  padding:0;
}



iframe {
  width:100%;
}

table.edit {
  width: 100%;
}

table.edit img{
  vertical-align: middle;
}

form.edit select {
  font-size: 100%;
  display: inline;
  margin: 0;
  padding: 0;
}

form.edit {
  display: inline;
}

form.buttonOnly {
  float: left;
  width: 150px;
}
/* ////////////////////////////////////// */
/* //                            /// */
/* ////////////////////////////////////// */

p.edition {
  padding-left: 30px;
}

ul.nodeTab {
  list-style: none;
  padding: 0;
  padding-bottom: 5px;
  padding-top: 13px;
  font-size: 90%;
  font-weight : bold;
  border-bottom: 2px solid #ccf0f0;
  margin: 0;
}

ul.nodeTab li {
  background: #f5f5f5 none no-repeat scroll top right;
  border : 0;
  display: inline;
  margin-bottom : 0;
  margin-right : 0.2em;
  padding : 5px 10px;
  white-space: nowrap;
}

ul.nodeTab li.current {
    background: #ccf0f0 none no-repeat scroll top right;
    color: #5d5d5d;
}

ul.nodeTab a ,ul.nodeTab a:link ,ul.nodeTab a:visited ,ul.nodeTab a:active  {
  color : #555;
  text-decoration : none;
  text-transform: uppercase;
  font-weight: bold;
}

ul.nodeTab a:hover {
  text-decoration : underline;
}

div.node {
  margin: 10px 0 0 0;
  text-align: left;
  height: 100%;
  //max-width: 750px;
}

div.node table.main{
  width: 100%;
}


div.node img {
  border: 0;
  vertical-align:middle;
  max-width: 760px;
}

div.node h1 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 160%;
  color: #650C0E;
  font-weight : bold;
}

div.node h2 {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 130%;
  text-transform: none;
  color: #b80719;
}

div.node h3 {
  border: 0;
}

div.node h4 {
  font-size : 100%;
  font-weight : bold;
}

div.node p {
  margin:0;
  padding:0;
}

div.node a , div.node  a:link ,div.node a:visited ,div.node a:active  {
  color : #1d3763;
  text-decoration : none;
}

div.node a:hover {
  text-decoration : underline;
}

div.node .box table {
  margin: 0;
  border: 0;
  border-spacing : 0;
  border-collapse : collapse;
  width: 100%;
}

div.node table {
  margin: 0;
  border: 0;
  border-spacing : 0;
  border-collapse : collapse;
}

div.node table.targetsearch {
	border-collapse: collapse;
	border: 1px solid black;
}

div.node table.main table.targetsearch td {
	border: 1px solid black;
}

div.node table.main td{
  margin: 0;
  border: 0;
}
div.node table.main td.box {
  width: 150px;
  padding-left: 15px;
}
div.node table.orangeBox{
  height: 6em;
  border:1px solid #ed7900;
}

div.node table.orangeBox thead td{
  background-color: #ed7900;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.node table.orangeBox tbody td{
  vertical-align: top;
}

div.node table.blueBox{
  height: 6em;
  border:1px solid #95B5DE;
}

div.node table.blueBox thead td{
  background-color: #95B5DE;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.node table.blueBox tbody td{
  vertical-align: top;
}

div.node table.greenBox{
  height: 6em;
  border:1px solid #ACC424;
}

div.node table.greenBox thead td{
  background-color: #ACC424;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.node table.greenBox tbody td{
  vertical-align: top;
}

div.node table.redBox{
  height: 6em;
  border:1px solid #C02040;
  border-spacing : 0;
  border-collapse : collapse;
}

div.node table.redBox thead td{
  background-color: #C02040;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.node table.redBox tbody td{
  vertical-align: top;
}


div.node table.purpleBox{
  height: 6em;
  border:1px solid #571761;
  border-spacing : 0;
  border-collapse : collapse;
}

div.node table.purpleBox thead td{
  background-color: #571761;
  color: white;
  height: 1em;
  font-weight: bold;
}
div.node table.purpleBox tbody td{
  vertical-align: top;
}

div.faqNode h3 {
  color: #FF6C0A;
}

div.newsNode h3 {
  color: #C02040;
}

div.majNode h3 {
  color: #99CC01;
}

div.savNode h3 {
  color: #9C9DFF;
}

div.afmNode h3 {
  color: #510a5c;
}

div.defautNode h3 {
  color: #B21026;
}

div.accueilNode h3 {
  color: #B21026;
}

div.faqNode table.defaultBox{
  height: 6em;
  border:1px solid #ed7900;
}

div.faqNode table.defaultBox thead td{
  background-color: #ed7900;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.faqNode table.defaultBox tbody td{
  vertical-align: top;
}

div.newsNode table.defaultBox{
  height: 6em;
  border:1px solid #C02040;
}

div.newsNode table.defaultBox thead td{
  background-color: #C02040;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.newsNode table.defaultBox tbody td{
  vertical-align: top;
}


div.savNode table.defaultBox{
  height: 6em;
  border:1px solid #95B5DE;
}

div.savNode table.defaultBox thead td{
  background-color: #95B5DE;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.savNode table.defaultBox tbody td{
  vertical-align: top;
}

div.majNode table.defaultBox{
  height: 6em;
  border:1px solid #ACC424;
}

div.majNode table.defaultBox thead td{
  background-color: #ACC424;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.majNode table.defaultBox tbody td{
  vertical-align: top;
}

div.afmNode table.defaultBox{
  height: 6em;
  border:1px solid #571761;
}

div.afmNode table.defaultBox thead td{
  background-color: #571761;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.afmNode table.defaultBox tbody td{
  vertical-align: top;
}

div.defautNode table.defaultBox{
  height: 6em;
  border:1px solid #ACC424;
}

div.defautNode table.defaultBox thead td{
  background-color: #ACC424;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.defautNode table.defaultBox tbody td{
  vertical-align: top;
}

div.accueilNode table.defaultBox{
  height: 6em;
  border:1px solid #ACC424;
}

div.accueilNode table.defaultBox thead td{
  background-color: #ACC424;
  color: white;
  height: 1em;
  font-weight: bold;
}

div.accueilNode table.defaultBox tbody td{
  vertical-align: top;
}

/* ////////////////////////////////////// */
/* //       Arbre                     /// */
/* ////////////////////////////////////// */
ul.tree {
  text-align: left;
  list-style: none;
  padding-left: 2em;
  margin-left: 0;
}


ul.treeBranch {
  list-style: none;
  padding-left: 3em;
  margin-left: 0;

}
ul.tree li {
  list-style: none;

}

ul.tree  ul.treeBranch{
  display: block;
}

ul.treeBranch ul.treeBranch{
  display: none;
}


ul.treeBranch li {
  border-bottom: 1px dotted #ddd;
  width: 100%;
  list-style: none;
}

ul.treeBranch li.treeBranch {
  border-bottom: 0;
}

ul.treeBranch li.treeBranch ul{
  border-top: 1px dotted #ddd;
}

ul.treeBranch li.treeBranch span.section{
  font-weight: bold;
}

ul.treeBranch li.treeBranch span.article{

}

ul.treeBranch li.treeBranch span.folder{
  color: red;
  font-weight: bold;
}

ul.treeBranch li.treeBranch span.folder a{
  color: red;
  font-weight: bold;
}

ul.history {
  list-style: none;
  padding-left: 0;
}

ul.history li {
  display: inline;

}

/* ////////////////////////////////////// */
/* //        Push mailing              // */
/* ////////////////////////////////////// */

table.pushdetail {
  border:0px;
}
table.pushdetail * {
  border:0px;
}
div.pushline {
  display: table-row;
  width: 100%;
}

div.pushline span {
  display: table-cell;
}

span.pushfield {
  width: 165px; padding-left: 50px;
}

table.targetsearch {
  width: 100%;
  margin-top: 2px;
}

table.targetsearch thead th{
  background-color: #b21227;
  color : #fff;
}
table.targetsearch td {
  padding-left : 20px;
}
table.targetsearch td, table.targetsearch th {
  text-align : center;
  padding-right : 5px;
}
table.targetsearch td div {
  margin-left: -15px
}
table.targetsearch input {
  margin: 3px;
}
table.targetsearch select {
  margin: 3px;
}

div#navision_div input {
  margin: 0px;
  display: inline;
}
div#navision_div {
  margin-left: 130px;
}

div.doublecombo select.multiple {
  width: 300px;
}

table.navisionfile {
  border:0px;
}
table.navisionfile td {
  border:0px;
}

fieldset.filesearch div {
  margin: 0px;
}
fieldset.filesearch div input {
  margin: 0px;
}

select.pushForm {
  margin: 0px;
  padding: 0px;
}
textarea.pushForm {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

table.pushForm {
  border:0px;
  margin-top: 2px;
}
table.pushForm thead th{
  background-color: #b21227;
  color : #fff;
}
table.pushForm td{
  padding-top : 2px;
  padding-bottom : 2px;
  padding-left : 1px;
  padding-right : 1px;
  vertical-align : middle;
  border: 0;
}
.pushForm select {
  margin: 0px;
  padding: 0px;
  display: block;
}
.pushForm textarea {
  margin: 0px;
  padding: 0px;
  display: block;
}
.pushForm input {
  margin: 0px;
  padding: 0px;
  display: block;
}

div.pushForm a ,div.pushForm a:link ,div.pushForm a:visited ,div.pushForm a:active  {
  color : #1d3763;
  text-decoration:underline;
}

.export fieldset {
  width: 45%;
  float: left;
}

.export legend {
  font-size: 100%;
  text-transform : none;
}

.export input {
  margin-left: 0px;
  display: inline;
}

.export p {
  margin: 0 0;
}

.export .validation {
  background:transparent url(bg_button.gif) no-repeat scroll left top;
  border:0px none;
  color:#FFFFFF;
  cursor:pointer;
  display:inline;
  font-size:100%;
  font-weight:bold;
  height:19px;
  margin:5pt 5px;
  padding:0pt 5px;
  text-align:center;
  vertical-align:middle;
  width:130px;
}

/* /////////////////// */
/* // interlocuteur // */
/* /////////////////// */


ul.navig01 {
margin: 15px 0px 0px;
padding: 0px 10px;
}

ul.navig01 li{
list-style-type: none;
display: inline;
padding: 2px 8px 0px;
margin: 0px 2px;
border-left: 1px solid #b80719;
border-top: 1px solid #b80719;
border-right: 1px solid #b80719;
border-bottom: 1px solid #b80719;
background: #b80719;
color: #fff;
}

ul.navig01 li.navig01Current {
background: #EEE;
border-bottom: 1px solid white;
color: #b80719;
padding: 2px 8px 0px;
}

.navig01 a, .navig01 a:hover, .navig01 a:active, .navig01 a:link, .navig01 a:visited {
color: #fff;
}

.contentInterlocutor {
border: 1px solid #b80719;
background: #fff;
padding: 10px;
margin-bottom: 6px;
}

.funclist {
  width: 45%;
  float: left;
}

.funclist input {
  display: inline;
  margin-left: 0px ;
  margin-bottom: 1px ;
}

ul.navig01 li.disabled {
  background-color: #AAAAAA;
  color: #fff;
}

table.calendar-activation {
  width: 100%;
}

table.calendar-activation input {
  vertical-align: middle;
  display: inline;
  margin:  0 5px;
  padding: 0;
}

table.calendar-activation label {
  vertical-align: middle;
  float: none;
  margin: 0;
  padding: 0;
  width: 90px;
}

table.calendar-activation td.grey {
  background-color: #EEEEEE;
}

table.resatargetsearch {
  clear: both;
  width: 100%;
  margin-top: 2px;
}
table.resatargetsearch thead th{
  background-color: #b21227;
  color : #fff;
}
table.resatargetsearch td {
  text-align : center;
  padding : 0 1px 0 1px;
  vertical-align: middle;
}
table.resatargetsearch th {
  text-align : center;
  padding : 0 1px 0 1px;
}
table.resatargetsearch td div {
  margin-left: -15px
}
table.resatargetsearch input {
  margin: 2px 0 2px 0;
}
table.resatargetsearch tr.grey td {
  background-color: #AAAAAA;
}

table.clienttargetsearch {
  clear: both;
  width: 100%;
  margin-top: 2px;
}
table.clienttargetsearch thead th{
  background-color: #b21227;
  color : #fff;
}
table.clienttargetsearch td {
  text-align : center;
  padding : 0 1px 0 1px;
  vertical-align: middle;
}
table.clienttargetsearch th {
  text-align : center;
  padding : 0 1px 0 1px;
}
table.clienttargetsearch td div {
  margin-left: -15px
}
table.clienttargetsearch input {
  margin: 2px 0 2px 0;
}

table.catalogue {
  clear: both;
  width: 100%;
  margin-top: 2px;
}

table.catalogue thead th{
  background-color: #b21227;
  color : #fff;
}
table.catalogue tfoot th{
  background-color: #b21227;
  color : #fff;
}
table.catalogue td {
  text-align : center;
  padding : 1px;
  vertical-align: middle;
}
table.catalogue th {
  text-align : center;
  padding : 0 1px 0 1px;
}
table.catalogue td div {
  margin-left: -15px
}
table.catalogue input {
  margin: 2px 0 2px 0;
}
table.catalogue td.designation {
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
}
table.catalogue td.price {
  text-align: right;
}
td.price .old-price {
  text-decoration: line-through;
}
table.catalogue .discount {
  background-color: #FAF8CE;
}
table.catalogue .discount td.designation {
  background: #FAF8CE url(catalogue_new.png) no-repeat scroll left top;
}

#searchForm-critere, #searchForm-materiel {
  margin:0;
}

#searchForm-critere .highlight, #searchForm-materiel .highlight {
  padding-top: 10px;
}

#searchForm-critere .highlight p, #searchForm-materiel .highlight p {
  margin: 0 10px 10px 10px;
  padding: 0;
}

#supply-form {
  clear: both;
}

#supply-form .highlight {
  margin-top: 5px;
}

table.supply-details {
  margin-top: 3px;
  border: 0;
}
table.supply-details tr, table.supply-details td, table.supply-details th {
  border: 0;
}
table.supply-details td.designation {
  width: 400px;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 10px;
}
table.supply-details td span.price {
  color: #b21227;
  font-weight: bold;
  font-size: 3em;
}
table.supply-details select {
  margin: 0;
  padding: 0;
}

table.resatargetsearch td.td-cart-price {
  width: 60px;
  text-align: right;
  padding-left: 1px;
  padding-right: 1px;
}
table.resatargetsearch td.td-cart-discount {
  width: 50px;
  text-align: right;
  padding-left: 1px;
  padding-right: 1px;
}
.panierTitre {
  font-weight: normal;
  font-style: italic;
}
.panierDonnees {
  font-weight: bold;
  text-align: center;
}
.panierLien {
background:transparent url(bg_button.gif) no-repeat scroll left top;
border:0 none;
color:#FFFFFF;
display:block;
font-size:100%;
font-weight:bold;
height:19px;
text-align:center;
vertical-align:middle;
width:130px;
margin-top: 5px;
padding-top: 1px;
}
.panierLien a {
color:#FFFFFF;
}
.panierLien a, .panierLien a:link, .panierLien a:visited, .panierLien a:active {
  color:#FFFFFF;
  text-decoration:none;
}
div.node .panierLien a {
color:#FFFFFF;
}
div.node .panierLien a, div.node .panierLien a:link, div.node .panierLien a:visited, div.node .panierLien a:active {
  color:#FFFFFF;
  text-decoration:none;
}

label.info{
  width:800px;
  margin-right:70px;
  margin-left :-20px;
  font-style: italic;
}

td.open_title{
  width:150px;
}

/* /////////////////// */
/* // training      // */
/* /////////////////// */

.training_jedit {
  display: inline !important;
  margin: 0px;
  padding: 0px;
}

.training_jedit input{
  display: inline ;
  margin:  0px;
  padding: 0px;
  color: #000;
}
.training_jedit select {
  display: inline;
  margin: 0px;
  padding: 0px;
}

select#image {
margin: 0 3px;
}

table.infos_da,
table.infos_da td {
  border:none;
}
table.infos_da td {
  padding-bottom:10px;
}

table.training {
width: 100%;
}

table.training th {
background: #B21026;
color: #fff;
text-align: center;
}

table.training tr.produit th {
background: #ddd;
text-align: left;
}

table.training th, table.training td {
padding: 2px 3px;
text-align: center;
}

table.trainingForm {
border: none;
}

table.trainingForm td {
border: none;
}

table.trainingForm td input, table.trainingForm td select, table.trainingForm td img {
display: inline;
margin-left: 5px;
vertical-align: middle;
}

div.training_frm_visible {
background-color:#EDF0EC;
border:1px solid #BCC1BD;
padding: 10px;
}

div.training_frm_visible ul, #seminarList ul {
padding: 0px;
margin: 0px;
}

div.training_frm_visible li,  #seminarList li {
padding: 0px;
margin: 0px;
list-style: none;
}

#seminarList div.seminar_sessions li {
background-color: #fff;
line-height: 1.5em;
}

a.delAction {
float: right;
}

div.has_session {
border: 1px solid #bbb;
padding: 3px;
background-color: #bbb;
}

.delGW {
float: right;
}

#workgroupList li {
margin: 3px 0;
line-height: 1.5em;
}

span.editwg input, span.editwg form, span.editwg span {
display: inline;
margin: 0;
padding: 0 5px;
}

#seminarList li {
background-color:#EDF0EC;
border-bottom: 1px solid #BCC1BD;
padding: 5px;
margin-bottom: 5px;
}

#seminarList form .data {
display:block;
/*float:left;*/
margin:0 5px 0 213px;
width:315px;
}

#seminarList .delSEM, #seminarList .delSESS {
float: right;
}

#seminarList label {
display: block;
height: 25px;
}

/*#trainingForm select {
margin-left: 10px;
}

#trainingForm span.data img {
margin-left: 10px;
}

#trainingForm iframe {
margin-bottom: 10px;
}*/

#seminarList .editsem, #seminarList .editsemsub {
margin : 2px 2px 2px 0;
}

#trainingpage form span.data, #trainingpage form span.edit, #trainingpage form span.select{
  height: 25px;
}

#trainingpage form span.edit {
display: inline;
margin: 0;
}

.trainingpage h4 {
color:#B21026;
font-size:130%;
font-weight:bold;
text-transform:uppercase;
margin: 0px 10px;
}

div.training_frm_hidden {
  display: none;
  border: 1px solid #bbb;
  padding: 5px ;
}

#add_workgroup {
margin-left: 15px;
}

div.seminar_sessions {
  border-top: none;
  background-color: #fff;
}

a.hide_session {
  float: right;
}

a.del_session {
  float: right;
}

table.sessionList, table.subscribersList {
width: 90%;
margin-top: 1em;
margin-left: 20px;
border: none;
}

table.sessionList td {
border: none;
padding: 2px;
}

table.sessionList td.label {
}

table.sessionList td.data {
width:15%;
}

table.subscribersList td {
font-size: 11px;
border: none;
border-top: 1px dashed #bbb;
padding: 2px;
}

div.trainingcli_seminar {
border-top: 1px dashed #bbb;
padding: 5px 0 15px ;
}

span.trainingcli_seminar {
font-weight: bold;
}

table.trainingcli_interlocutor {
border: 0;
}

table.trainingcli_interlocutor td {
border: 0;
padding: 5px;
}

.trainingcli_subscriber {
font-weight: normal;
padding: 5px 0 0 10px;
}

.trainingcli_sessions {
padding: 5px 0 0 25px;
font-style: italic;
}

.trainingcli_total {
border-top: 2px dashed black;
padding: 5px 0 25px ;
}

.delSUB {
margin-left: 10px;
}

/* /////////////////// */
/* // etrainingcli  // */
/* /////////////////// */

ul.etrainingcli-menu {
  border-bottom:1px solid #a33;
  margin:30px 0px 20px 0px;
}

form span.label {
  display: block;
  float: left;
  font-weight: normal;
  width: 170px;
  margin: 0;
  padding: 0 0 0 20px;
  height: 25px;
}

form span.data, form span.edit, form span.select{
  display: block;
  margin: 0;
  margin-left: 213px;
  width: 315px;
  padding: 0px;
}

form span.data img {
  float: left;
}
form span.data input {
  float: left;
  margin: 0 10px;
}

form#trainingForm span.data input {
border: 1px solid green;
float: none;
margin-left: 0px;
}

.addContact {
  display: block;
  margin: 0 0 0 40px;
  height: 25px;
}

a.addContact {
  text-decoration: underline;
}

form.etrainingcli textarea,
form.etrainingcli input,
form.etrainingcli select {
  display:inline;
  margin:5px;
}

.sessionList {
list-style-type: none;
padding: 0;
}

.sessionList li {
padding: 5px 0;
}

.sessionList .title {
font-weight: bold;
}

.H {
  visibility:hidden;
}

.DN {
  display:none;
}

.check_result {
  display:none;
}

fieldset.address .data input {
  margin:0px;
}

p.whitebox, div.whitebox {
  border:1px solid black;
  background-color:white;
  padding:3px;
  margin:3px;
}

table.etrainingcli .reserve-provisoire {
  background-color:#ccc;
}

table.etrainingcli .planifie : hover {
  background-color:#ccc;
}

table.redTable {
  width: 100%;
  margin-top: 2px;
}

table.redTable thead th{
  background-color: #b21227;
  color : #fff;
}
table.redTable td {
  text-align : center;
  padding : 0 1px 0 1px;
}
table.redTable th {
  text-align : center;
  padding : 0 1px 0 1px;
}
table.redTable td div {
  margin-left: -15px
}
table.redTable input {
  margin: 2px 0 2px 0;
}

.smallButtonLook {
background:transparent url(bg_small_button.gif) no-repeat scroll left top;
border:0 none;
color:white !important;
display:block;
font-size:100%;
font-weight:bold;
height:19px;
margin:0 5px;
padding:0 2px;
text-align:center;
vertical-align:top;
width:80px;
}

.buttonLook {
background:transparent url(bg_button.gif) no-repeat scroll left top;
border:0 none;
color:white !important;
display:block;
font-size:100%;
font-weight:bold;
height:19px;
margin:0 5px;
padding:0 2px;
text-align:center;
vertical-align:top;
width:130px;
}

.buttonLook a:link,
.buttonLook a:visited
{
  color:white !important;
}

.veryBigButtonLook,
.veryveryBigButtonLook {
background:transparent url(bg_very_big_button.gif) no-repeat scroll left top;
border:0 none;
color:white !important;
display:block;
font-size:100%;
font-weight:bold;
height:19px;
margin:0 5px;
padding:0 2px;
text-align:center;
vertical-align:top;
width:199px;
}

.veryBigButtonLook a:link,
.veryBigButtonLook a:visited,
.veryveryBigButtonLook a:link,
.veryveryBigButtonLook a:visited
{
  color:white !important;
}
.FR {
  float:right;
}

.veryveryBigButtonLook {
background:transparent url(bg_very_very_big_button.gif) no-repeat scroll left top;
width:250px;
}

.totals span.data input {
  display:inline;
  margin:0;
}

.minibasket-content {
  padding:10px;
}

.minibasket-content ul {
  margin:0px;
  margin-left:6px;
  padding:0px;
}

.minibasket-content ul li {
}

td.checkbox label {
  display:block;
  width: auto;
  text-align:center;
  padding: 0;
  margin: 2px 0 2px 0;
}

td.checkbox {
}

#nav {
background: white;
padding: 5px 10px 2px;
margin: 0;list-style: none;
font: bold 1em Verdana, sans-serif;
}

#nav li {
background-color: #FFF;
display: inline;
padding: 2px 4px;
border:1px solid #bcc1bd;
}

#search #nav li.current {
background-color:#EDF0EC;
padding-bottom: 3px;
border-bottom: none;
}

#nav li a {
padding: 2px 10px;
text-decoration: none;
}

#nav li.current a {
color: #1d3763;
}

#nav li a {
color: #aaa;
}

#nav a:hover {
text-decoration: underline;
color: #1d3763;
}

/* lightbox */
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    }
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
    }
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
    }

#order-edit label, #order-edit span, #order-edit input, #order-edit select, #order-edit textarea {
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
}

#order-edit table, #order-edit tr, #order-edit td {
  border: 0;
}

#order-edit table {
  display: block;
  margin: 10px 20px 0 20px;
}

#order-edit table td {
  padding-bottom: 10px;
}

#order-edit table .col-label {
  width: 180px;
}

#order-edit table #address1, #order-edit table #address2, #order-edit table #address3 {
  width: 300px;
}
#order-edit table #zip-code {
  width: 70px;
}
#order-edit table #city {
  width: 220px;
}
#order-edit table #mentions {
  width: 300px;
}

.form-table, .form-table tr, .form-table td {
  border: 0;
  vertical-align: middle;
}
.form-table {
  margin-bottom: 10px;
}
form .form-table input, .form-table select {
  margin: 0!important;
}
.form-table-label {
  width: 220px;
  padding: 0 0 8px 20px;
  vertical-align:top;
}

td.form-table-input {
  padding-bottom:8px;
  vertical-align:top;
}

input.form-table-input {
  margin: 0;
}
.form-table-input input {
  margin: 0;
}

table.twoCol {
  width: 500px;
  border: 0;
}
#targetBL{
}
#targetBL {
}
#targetBL label{
  width:200px;
  float:left;
}
#targetBL  input{
  margin-left: 20px;
}
table.twoCol th {
  border: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

table.twoCol td {
  border: 0;
  width: 50%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

select, option {
  behavior: url(/request/select.htc);
}



/***** Formulaire d'activité *****/
#form_activity_1,
#form_activity_2{
  display:none;
}

/***** DEBUG PANEL *****/
div#debug_panel {
	border-top: 1px solid #b21026;
	text-align: left;
	margin-bottom: 2em;
}

div#debug_panel div {
	margin-left: 1em;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-left: 1px solid #b21026;
	border-bottom: 1px solid #b21026;
}

div#debug_panel div#debug_action {
	border: none;
	float: right;
	padding: 3px;
}

.stabilo {
  background-color: yellow;
}

/* Pour éviter de casser le contenu */
table.greenBox {
  max-width: 600px;
}

input.last-element {
    display: inline;
    margin-left:107px;
}

.validation.historiser {
    margin-left: 10px;
}

.historiser-message {
    font-style: italic;
    margin-top: 5px;
    margin-left: 0px;
    color: red;
    display: inline;
}
input.historiser-button {
    margin-right: 20px;
}

/* popup tag Modal */
.tagModal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width:  100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition:visibility 0s linear 0.1s,opacity 0.3s ease;
}
.tagModal.open{
  visibility:visible;
  opacity: 1;
  transition-delay:0s;
}
.tagModal__overlay{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 21;
  background-color: rgba(0,0,0,0.7);
}
.tagModal:hover{
  color: #000;
}
.tagModal__container{
  position: relative;
  z-index: 22;
  width: 600px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow:  0 0 10px #fff;
  margin: 0 auto;
  padding: 1em;
  background-color: #fff;
}

.nobootstrap hr {
    border-top: solid 1px !important;
    border-top-color: inherit;
    margin-bottom: 3px;
    margin-top: 3px;
}

.askCguDialog {
    background-color: white;
    border: 2px solid grey;
    text-align: left;
    padding: 2em;
}

.askCguDialog .ui-dialog-titlebar {
    display: none;
}
#cguAcceptButton {
    color: white;
    font-weight: bold;
    background-color: #00b3b3;
}

#cguAcceptButton:disabled {
    color: grey;
    font-weight: inherit;
    background-color: lightgrey;
}
#cguFooter {
    padding: 10px;
    float: left;
}
