body { width: 800px; height: 550px; margin: auto; margin-top: 15px; background-color: #4972F2;
     font: normal 15px Verdana, Arial, Helvetica;  color: #ff0000; }

.test      { font-family: Verdana; font-size: 11px; color: #999999; }

/* généraux */
img        { border: none; } /* toutes les images */
.cache     { display: none; }
.texte_lien { color: #0B234F; }

#fond_ecran { width: 800px; height: 550px; margin-left: 0px; margin-top: 0px; background-color: #4972F2; }

a:link { color: #2E4EA1; text-decoration: none; }
a:visited { color: #2E4EA1; text-decoration: none; }
a:hover { color: #0B234F; text-decoration: none; }
a:active { color: #2E4EA1; text-decoration: none; }

.texte_clair { color: #FFFFFF; letter-spacing: 1px; }
.texte_normal { color: #0B234F; }
.italic { font-style: italic; }

/* fond d'écran avec animation pour acceuil et trames pour autres écrans */
#acc_anim  { width: 800px; height: 550px; margin-left: 0px; margin-top: 0px; position: absolute; background-image:url("images/bg_anim_home.jpg"); }

#acc_haut  { width: 243px; height: 81px; margin-left: 557px; margin-top: 45px; position: absolute; background-image:url("images/acch1.gif"); }
#acc_milieu  { width: 800px; height: 260px; margin-left: 0px; margin-top: 140px; position: absolute; background-image:url("images/accb1.gif"); background-repeat: no-repeat; }
#acc_bas  { width: 779px; height: 66px; margin-left: 0px; margin-top: 482px; position: absolute; background-image:url("images/accbas.gif"); }

#fond_haut  { width: 243px; height: 81px; margin-left: 557px; margin-top: 45px; position: absolute; background-image:url("images/trame_haut.gif"); }
#fond_milieu  { width: 800px; height: 325px; margin-left: 0px; margin-top: 140px; position: absolute; background-image:url("images/trame_milieu.gif"); }
#fond_bas  { width: 779px; height: 66px; margin-left: 0px; margin-top: 482px; position: absolute; background-image:url("images/trame_bas.gif"); }

#fond_milieu_cont  { width: 800px; height: 325px; margin-left: 0px; margin-top: 140px; position: absolute; background-image:url("images/trame_milieu_contact.gif"); }

#fond_milieu_clients  { width: 800px; height: 325px; margin-left: 0px; margin-top: 140px; position: absolute; background-image:url("images/trame_milieu_clients.gif"); }

/* menu */
#menu { height: 22px; margin-left: 3px; margin-top: 120px; position: absolute; }
#menu_cybm { width: 86px; height: 22px; margin-left: 0px; margin-top: 0px; position: absolute; }
#menu_site { width: 128px; height: 22px; margin-left: 86px; margin-top: 0px; position: absolute; }
#menu_refe { width: 105px; height: 22px; margin-left: 214px; margin-top: 0px; position: absolute; }
#menu_cont { width: 79px; height: 22px; margin-left: 319px; margin-top: 0px; position: absolute; }
#menu_espa { width: 127px; height: 22px; margin-left: 398px; margin-top: 0px; position: absolute; }
#menu_home { width: 73px; height: 22px; margin-left: 525px; margin-top: 0px; position: absolute; }

#sous_menu { width: 686px; height: 22px; margin-left: 3px; margin-top: 150px; position: absolute; }
#ssm_doma { width: 133px; height: 22px; margin-left: 0px; margin-top: 0px; position: absolute; }
#ssm_conc { width: 90px; height: 22px; margin-left: 133px; margin-top: 0px; position: absolute; }
#ssm_hebe { width: 110px; height: 22px; margin-left: 223px; margin-top: 0px; position: absolute; }
#ssm_refe { width: 120px; height: 22px; margin-left: 333px; margin-top: 0px; position: absolute; }
#ssm_mise { width: 92px; height: 22px; margin-left: 453px; margin-top: 0px; position: absolute; }
#ssm_stat { width: 95px; height: 22px; margin-left: 545px; margin-top: 0px; position: absolute; }
#ssm_tar { width: 46px; height: 22px; margin-left: 640px; margin-top: 0px; position: absolute; }

/* contenu des pages site internet */
#texte { width: 700px; margin-left: 3px; margin-top: 225px; position: absolute;
         font-weight: bold; font-size: 16px; text-align: left; color: #0B234F; line-height: 1.2; }

/* clients */
#clients_ref { width: 794px; height: 60px; margin-left: 3px; margin-top: 377px; position: absolute; }
#clients_left { width: 22px; height: 18px; margin-left: 3px; margin-top: 440px; position: absolute; }
#clients_right { width: 22px; height: 18px; margin-left: 775px; margin-top: 440px; position: absolute; }
.clients_url { font-size: 13px; color: #0B234F; letter-spacing : 2px; }


/* ================= */
/* espace clients    */
.titre_ident {font-weight: normal; font-size: 14px; color: #FFFFFF; line-height: 1.2; }
#texte_ident { width: 350px; margin-left: 3px; margin-top: 285px; position: absolute;
               font-size: 14px; text-align: left; color: #0B234F; }

input, textarea { font-size: 14px; /* police du texte tapé à l'intérieur des champs */ border: 0px;  background-image:url("images/bg_input.gif"); }
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */ { background-color: #DDDDDD; }
label { color: #1D2053; }
