body {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   margin: 0px;
   padding: 0px;
   color: #4f4f4f;
}
a {
   color: #fe5a03;
   text-decoration: none;
}
a:hover {
   color: #333;
   text-decoration: none;
   background-color: #fe5a03;
}
#entete {
   background: #FAB309 url(../images/fond-bandeau-haut.jpg) repeat-x;
   width: 100%;
   height: 189px;
   margin: 0px;
   border: 0px;
}
.lienMenu {
   vertical-align: bottom;
   padding: 0px 15px 3px;
   text-align: center;
}
.lienMenu.td_menuInactif {
   background: url(../images/star-rollout.jpg) no-repeat top center;
   height: 72px;
}
.lienMenu.td_menuActif {
   background: url(../images/star-selected.jpg) no-repeat top center;
   height: 72px;
}
.lienMenu a {
   color: #333;
}
.lienMenu a:hover {
   color: #fe5a03;
   background-color: transparent;
}
.lienMenu a.menuActif {
   color: #fe5a03;
}
#contenus {
   background-color: white;
   width: 100%;
}
.contenuBodyFCK {
   padding: 5px;
   background: white;
}
.cacherLienImage {
   display: none;
}
.contenuBodyFCK .cacherLienImage {
   display: inline;
}
h1, h2, h3 {
   color: #062ea0;
   margin: 5px 0px 3px;
   padding: 0px;
}
h1 {
   font-size: 24px;
   font-weight: bold;
}
h2 {
   font-size: 16px;
   font-weight: bold;
}
h3 {
   font-size: 13px;
   font-weight: normal;
}
.legende {
   font-size: 12px;
   font-style: italic;
   color: black;
   margin-top: 10px;
}
.cadre {
   margin: 10px auto;
   width: 750px;
}
.cadreReport {
   background-color: #062EA0;
   color: white;
   width: 100%;
}
.cadreReport .texteReport {
   width: 750px;
   margin: 0px auto;
}
.cadreReport .texteReport h1 {
   color: #fe5a03;
}
#pied {
   background: white url(../images/fond-bandeau-bas.jpg) repeat-x bottom;
   width: 100%;
   margin-top: 10px;
   color: white;
}
#pied table {
   width: 750px;
   margin: 0px auto;
}
.bleu {
   color: #062ea0;
}
#pied a {
   color: white;
   text-decoration: underline;
}
#pied a:hover {
   color: #C00;
   text-decoration: none;
   background-color: transparent;
}
#piedAP {
   text-align: center;
   font-size: 11px;
   font-style: italic;
   margin-top: 5px;
}
#piedAP a {
   color: white;
   text-decoration: underline;
}
#piedAP a:hover {
   color: #C00;
   text-decoration: none;
   background-color: transparent;
}
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: #666;
   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;
   text-align: center;
}
.jourHoraires {
   font-weight: bold;
   padding-right: 25px;
}
.heureHoraires {
   padding: 0px 4px 0px 0px;
}
.commentaireHoraires {
   font-style: italic;
}
.carteFiche {
   height: 500px;
   width: 80%;
   margin: 0px;
}
input.champsTexte, textarea.champsTexte {
   border: 1px solid #999;
   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 #999;
   background-color: #EBEBEB;
   cursor: pointer;
   padding: 0px auto 4px;
   height: 20px;
}
td.commandes input.over {
   background-color: #D9D9D9;
}
div.erreur {
   background-color: #F4D9D7;
   border: 1px solid red;
   font-weight: bold;
   color: red;
   padding: 10px;
   text-align: center;
   margin: 5px auto;
   width: 375px;
}
div.reussi {
   background-color: #DFF1D6;
   border: 1px solid #006400;
   font-weight: bold;
   color: #006400;
   padding: 10px;
   text-align: center;
   margin: 5px auto;
   width: 375px;
}
td.infosTitre {
   font-weight: bold;
}
.rechImgAS {
   font-size: 11px;
   font-style: italic;
}