/* CSS Document */
body
{
   width: 1000px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px;
   background-color: #FFFFFF;
   background-image: url("ZyTech/images/ZyTech_motif.gif");
   background-repeat: repeat;
   }

/* L'en-tête */

#lien_hp
{
   text-align: center;
   width: 1000px;
   height: 194px;
   background-image: url("ZyTech/images/design_ZyTech_01.gif");
   background-repeat: no-repeat;

}

#lien_hp a
{
display: block;
height: 100%;
}

#header_perso
{
   text-align: center;
   width: 1000px;
   height: 109px;
   background-image: url("ZyTech/images/design_ZyTech_02.gif");
   background-repeat: no-repeat;

}

/* Le menu */
#conteneur
{
     width:1000px;
     background-image: url("ZyTech/images/ZyTech_Bg.gif");
     background-repeat: repeat-y;
}

#menu_cote
{
   float: left;
   width: 162px;

   background-image: url("ZyTech/images/design_ZyTech_03.gif");
   background-repeat: repeat-y;

}



#menu
{
   float: left;
   width: 150px;
}

.titre_menu
{
   height: 47px;
   background-image: url("ZyTech/images/design_ZyTech_04.gif");
   background-repeat: no-repeat;


}

.element_menu
{

   background-image: url("ZyTech/images/design_ZyTech_09.gif");
   background-repeat: repeat-x;

}


/* Quelques effets sur les menus */


.element_menu h3
{

   font-family: arial, verdana, helvetica;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   font-family: arial, verdana, helvetica;
   font-size: 13px;
   font-weight: bold;

   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu ul a {
    text-decoration: none;
    color: #6FB8FA;
}

.element_menu ul a:hover {
    text-decoration: underline;
    color: #6FB8FA;
}

.element_menu a
{
   color: #6FB8FA;
}

<!-- .element_menu a:hover
{

   color: black;
}     -->

.bas_menu
{
   height: 27px;
   background-image: url("ZyTech/images/design_ZyTech_12.gif");
   background-repeat: no-repeat;


}

.sous_menu
{

   background-color: #FFFFFF;
}



#separateur
{
   float: left;
   width: 36px;
   background-image: url("ZyTech/images/design_ZyTech_05.gif");
   background-repeat: repeat;
}
/* Le corps de la page */
#corps
{

        float: left;
        width: 477px;
}


.titre_corps
{
   height: 47px;
   padding-left: 25px;
   background-image: url("ZyTech/images/design_ZyTech_06.gif");
   background-repeat: no-repeat;
   font-weight: bold;

}

.titre_corps strong
{
   padding-right: 150px;
}

.titre_corps a
{
        font-family: arial, verdana, helvetica;
        font-size: 13px;
        font-weight: bold;
        color:#6FB8FA;
        text-decoration: none;
}

.titre_corps h4
{
        font-weight: bold;
}

.texte_corps
{
        padding: 15px;
   background-image: url("ZyTech/images/design_ZyTech_10.gif");
   background-repeat: repeat;


}

.texte_corps a
{
        font-family: arial, verdana, helvetica;
   font-size: 13px;
   font-weight: bold;
        color:#6FB8FA;
        text-decoration: none;
}

.texte_corps p
{
        font-family: arial, verdana, helvetica;
        font-size: 13px;
        font-weight: italic;

}

.bas_corps
{
   height: 27px;
   background-image: url("ZyTech/images/design_ZyTech_13.gif");
   background-repeat: repeat-x;
   padding-left: 30px;
   font-size: 10pt;
   font-style: italic;

}

.bas_corps a {
    text-decoration: none;
    color: #6FB8FA;
    padding-right: 130px;
}

.bas_corps a:hover {
    text-decoration: underline;
    color: #6FB8FA;
}


#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;

   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}

#cote_corps
{
   float: left;
   width: 175px;

   background-image: url("ZyTech/images/design_ZyTech_11.gif");
   background-repeat: repeat-y;

}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   clear:both;
   height: 81px;
   width: 1000px;
   text-align: center;
   color: #000000;
   background-color: #626262;
   background-image: url("ZyTech/images/design_ZyTech_14.gif");
   background-repeat: repeat-y;

}

#pied_de_page a
{
display: block;
height: 100%;
}