* {
    margin:0;
    padding:0;
}

body {
    background-color: #D1D1D1;
    background-image: url(images/tileHaut.png);
    background-repeat: repeat-x;
}

#logo {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 232px;
    width: 226px;
}

#logoEM {
    position: absolute;
    top: 66px;
    left: 294px;
}

#navigation {
    position: absolute;
    top: 160px;
    left: 294px;
    width: 642px;
}

#blocGauche {
    position: absolute;
    top: 314px;
    left: 30px;
    height: 156px;
    width: 232px;
    padding: 0px;
    margin: 0px;
    z-index: 1
}

/* descend de 6px pour caller texte et titre gauche */
#contenuTexte {
    position: absolute;
    top: 320px;
    left: 303px;
    height: 400px;
    width: 642px;
    padding: 0px;
    margin: 0px;
    z-index: 1
}

#block_liens {
    z-index: 5;
    position: absolute;
    display: none;
    margin-top: 4px;
    margin-left: 14px;
}

#block_contact {
    z-index: 5;
    display: none;
    position: absolute;
    margin-top: 4px;
    margin-left: -5px;
}

#block_references {
    z-index: 5;
    display: none;
    position: absolute;
    margin-top: 4px;
    margin-left: -22px;
}

#block_accueil {
    z-index: 5;
    display: none;
    position: absolute;
    margin-top: 4px;
    margin-left: 3px;
}

hr
{
    color: #D80007;
    height: 3px;
    margin: 0;
    padding: 0;
    background-color: #D80007;
    width: 46px;
    border: 0;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold;
}

.logiciel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #D80007;
    letter-spacing: 1px;
    font-weight: bold;
}

.web {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #C20030;
    letter-spacing: 1px;
    font-weight: bold;
}

.opensource {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #950028;
    letter-spacing: 1px;
    font-weight: bold;
}

a.bouton
{
    text-decoration:none;
}

a
{
    color: #D80007;
    text-decoration:none;
}

a:hover
{
   color: #D80007;
   text-decoration: underline;
}

.textesRouge1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #D80007;
    letter-spacing: 1px;
    font-weight: bold;
}

.textesRouge2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #C20030;
    letter-spacing: 1px;
    font-weight: bold;
}

.textesRouge3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #950028;
    letter-spacing: 1px;
    font-weight: bold;
}

.texteNoir {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #000000;
    letter-spacing: 1px;
    font-weight: bold;
}

.textesGris1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #525252;
    letter-spacing: 1px;
    font-weight: bold;
}

.textesGris1Small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    word-spacing: normal;
    font-variant: normal;
    text-decoration: none;
    color: #525252;
    letter-spacing: 1px;
    font-weight: bold;
}

.tableBouton {
    width: 642px;
    border: 0;
}

