div#identification_client
{
  font-family: Verdana;
  font-size: 11px;
  color: black;
  /*background: green;*/
}

div#identification_client span, h4 {
  color: black;
  text-decoration:none;
}

div#identification_client input {
  font-size: 9px;
}

div#espace_client
{
  width: 500px;
}

div#espace_client p
{
  margin-left: 10px;
}

div#espace_client h3
{
  color: #a9181c;
  text-align: left;
}

div#espace_client h3.sect
{
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 4px;
  padding-top: 30px;
}

div#espace_client h4
{
  font-size: 11px;
  color: #A8A8A8;
}

div#espace_client hr.preretour
{
  width: 90%;
  height:1px;
  border:1px solid #A8A8A8;
  margin-top: 1em;
}

/*
------------------------------------
--------- TABLE INFO THT -----------
------------------------------------
*/

table#info_nonlog {
  margin-top: 20px;
  border-collapse: collapse;
  width: 500px;
}

table#info_nonlog td {
  text-align: left;
  border-color: white;
}

table#info_nonlog td.img {
  width: 30px;
  text-align: left;
}

table#info_nonlog td.cont {
  width: 246px;
}

table#info_nonlog tr.entete td {
  font-weight: bold;
  font-size: 11px;
  /*border-bottom: 1px solid black;*/
  margin-bottom: 10px;
}

table#info_nonlog td.sep {
  /*border-bottom: 1px solid white;*/
  width: 25px;
}

table#info_nonlog tr.ligne td {
  padding-top: 5px;
}

table#info_nonlog tr.suite td {
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: right;
  padding-right: 3px;
}

table#info_nonlog tr.suite td a {
  color: #A8A8A8;
}

/*
----------------------------------------
--------- TABLE VOTRE COMPTE -----------
----------------------------------------
*/

table#votre_compte {
  width: 500px;
  border-collapse: collapse;
  height: 130px;
  overflow: hidden;
}

table#votre_compte td {
  text-align: left;
}
table#votre_compte a {
  color: white;
}
table#votre_compte tr.first td {
  padding-top: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
  font-weight: bolder;
}

*html table#votre_compte tr.first td {
  margin-top: 10px;
}

table#votre_compte tr.ligne td {
  height: 30px;
}

*html table#votre_compte tr.ligne td {
  height: 25px;
}

table#votre_compte tr.ligne td.fleche {
        width: 80px;
        padding-right: 10px;
        text-align: right;
}
table#votre_compte tr.ligne td.lien {
  width: 226px;
}
table#votre_compte tr.ligne td.lien a {
  font-size: 11px;
}

/*
----------------------------------------------
--------- TABLE COMMANDES EN COURS -----------
----------------------------------------------
*/

table#c_en_c {
  border-collapse: collapse;
}

table#c_en_c td,table#c_en_c th  {
  border: 1px solid white;
}
table#c_en_c th  {
  background-color: #888888;
  color: white;
  text-align: center;
  height: 16px;
}

/*
-------------------------------------------------
--------- TABLE DETAIL DE LA COMMANDE -----------
-------------------------------------------------
*/
table.recap {
  margin: auto;
}
table.recap td, table.recap th {
  text-align: left;
}

table.panier
{
  border-collapse: collapse;
  margin: auto;
  border: 1px solid #3F4040;
}

table.panier tr.entete th {
  background-color: #3F4040;
  color: white;
  padding: 0 5px;
}

/*
-------------------------------------------------
--------------- CHEQUES CADEAUX -----------------
-------------------------------------------------
*/
table.chequeCadeau {
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
}

table.chequeCadeau td {
  padding: 2px;
}

table.chequeCadeau select {
  font-size: 10px;
}

tr.nomChequeCadeau {
  background-color: #f1f1f1;
  font-weight: bolder;
}

/*
-------------------------------------------------
--------------- QUESTIONNAIRE -----------------
-------------------------------------------------
*/

table#questionnaire {
  border: collapse;
}

table#questions {
  width: 100%;
  margin-bottom: 10px;
}

table#questions td {
  padding: 2px;
  vertical-align: top;
}

table#questions textarea {
  width: 99%;
  height: 60px;
  font-size: 11px;
  border: 1px solid #A8AAAB;
  color: #686969;
}

tr#question {
  background-color: #f1f1f1;
  font-weight: bolder;
}

div#cadrequestion {
  display: inline;
  /*background-color: green; */
}