body {
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:13px;
   background-color:#363435;
   margin:0px;
   padding:0px;
   color: #393939;
}
a {
   color: #393939;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}
table#page {
   margin: 0px auto 0px auto;
   width: 810px;
}
table#page td#haut {
   background: url(../images/bande-haut.jpg) no-repeat;
   height: 25px;
}
table#page td#bordGauche {
   background: url(../images/bord-gauche.jpg) repeat-y;
   width: 30px;
}
table#page td#bordDroit {
   background: url(../images/bord-droite.jpg) repeat-y;
   width: 30px;
}
table#page td#bas {
   background: url(../images/bande-bas.jpg) no-repeat;
   height: 45px;
}
table#page td#menu {
   background-color:white;
}
table#page td#menu table {
   height: 21px;
   background-color: #FFCC33;
   width: 600px;
   margin: 10px 8px 5px 141px;
}
table#page td#menu table td {
   width: 25%;
}
table#page td#menu table td a {
   display: block;
   width: 100%;
   height: 21px;
   line-height: 21px;
   text-align: center;
   font-size: 14px;
   text-decoration: none;
}
table#page td#menu table td a:hover, table#page td#menu table td a.menuActif {
   background-color: #FF9900;
}
table#page td#titre {
   background-color: white;
   padding: 0px 0px 10px 5px;
}
#pied {
   background: white url(../images/trait.jpg) no-repeat 50% 10px;
   padding-top: 20px;
}
#pied table {
   margin: 0px auto;
   width: 550px;
}
#pied table .mentions {
   padding-bottom: 0px;
}
#piedAP {
   text-align: center;
   font-size: 11px;
   font-style: italic;
   margin-top: -5px;
   color: white;
}
#piedAP a {
   color: white;
}
table#page td#entete, #enteteConstruction {
   background-color:white;
   color:#333333;
   font-size:24px;
   font-weight:bold;
   text-align:center;
}
#enteteConstruction {
   padding: 10px 0px 10px 0px;
   margin-top: 50px;
}
.enteteBodyFCK {
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px;
   background-color: white;
   color:#333333;
   font-size:24px;
   font-weight:bold;
   text-align:center;
}
.enteteBodyFCK * {
   font-size:24px;
}
#contenus {
   background-color: white;
}
.contenu {
   padding: 5px 5px 5px 141px;
}
.contenuBodyFCK {
   font-family: Arial, Helvetica, sans-serif;
   padding: 5px;
   background-color: white;
   font-size:13px;
   color: #333;
}
.cacherLienImage {
   display: none;
}
.contenuBodyFCK .cacherLienImage {
   display: inline;
}
h1 {
   font-size: 13px;
   font-weight: bold;
   margin: 15px 0px 0px;
}
h2 {
   font-size: 13px;
   font-weight: normal;
   margin: 2px 0px 2px;
   color: #FF9900;
}
.contenu p {
   margin: 0px;
}
div#menuContact {
   text-align: center;
   margin: 25px auto 15px;
   padding-bottom: 5px;
   clear: both;
   width: 529px;
   background: url(../images/trait.jpg) no-repeat bottom;
}
div#menuContact a {
   border-bottom: 3px solid transparent;
   padding: 1px 2px;
   margin: 5px;
   color: #333;
   text-decoration: none;
}
div#menuContact a.actif {
   border-bottom-color: #CCC;
}
div#menuContact a:hover {
   border-bottom-color: #666;
   text-decoration: none;
}
div.nomEntreprise {
   font-weight: bold;
   font-size: 18px;
   text-align: center;
   margin-top: 10px;
}
div.activitesEntreprise {
   text-align: right;
   color: #252B30;
   text-align: center;
}
.jourHoraires {
   font-weight: bold;
   color: black;
   padding-right: 25px;
}
.heureHoraires {
   color: black;
   padding: 0px 4px 0px 0px;
}
.commentaireHoraires {
   font-style: italic;
   color: #505050;
}
.carteFiche {
   height: 500px;
   width: 80%;
   margin: 0px;
}
input.champsTexte, textarea.champsTexte {
   border: 1px solid gray;
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
}
td.titre {
   text-align: center;
   font-size: 14px;
   padding-bottom: 10px;
}
td.commandes {
   text-align: center;
   padding-top: 10px;
}
td.commandes input {
   border: 1px solid gray;
   background-color: #EBEBEB;
   cursor: pointer;
   padding: 0px 1px 4px;
   height: 20px;
}
td.commandes input.over {
   background-color: #D9D9D9;
}
div.erreur {
   background-color: white;
   border: 1px solid red;
   color: red;
   padding: 10px;
   text-align: center;
   margin: 5px auto;
   width: 375px;
}
div.reussi {
   background-color: white;
   border: 1px solid #006400;
   color: #006400;
   padding: 10px;
   text-align: center;
   margin: 5px auto;
   width: 375px;
}
td.infosTitre {
   font-weight: bold;
}
.rechImgAS {
   font-size: 11px;
   font-style: italic;
}