/*
--------------------------
- MATISOFT - DICTAF      -
- Style CSS              -
-------------------------- 
- Auteur: Mathieu KOEHLE -
--------------------------
*/

/* ELEMENTS */

body
{
    background-color: #D4AC57;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    
    margin: 0px;
    padding: 0px;
}

p
{
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
    
    margin: 0px;
}

a
{
    color: #666666;
    text-decoration: none;
    
    border-bottom: 1px dotted #cccccc;  
}

a:hover
{
    border-bottom: 1px solid #FF9933;
}

/* CLASSES */
.colonne_titre
{
    background-image: url(img/titre_colonne.png);
    background-repeat: no-repeat;
    
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
    
    margin-top: 5px;
    padding-top: 3px;
    
    width: 169px;
    height: 19px;
}

.colonne_foot
{
    background-color: #E2C78D;
    background-image: url(img/cadre_bas_head.png);
    background-position: top;
    background-repeat: no-repeat;
    
    padding-top: 5px;
    margin: 0px;
    margin-left: 36px;
    
    width: 599px;
}

.alaune_head
{
    background-image: url(img/une_head.png);
    background-repeat: no-repeat;
    
    color: #ffffff;
    font-weight: bolder;
    
    padding-top: 0px;
    padding-left: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    
    width: 392px;
    height: 19px;
}

.alaune_foot
{
    background-image: url(img/une_foot.png);
    background-repeat: no-repeat;

    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    
    width: 392px;
    height: 4px;
}

.alaune
{
    background-image: url(img/une_fond.png);
    background-repeat: repeat-y;
    
    padding-top: 0px;
    padding-left: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    
    width: 392px;
}

.colonne_foot_foot
{
    background-image: url(img/cadre_bas_foot.png);
    
    margin: 0px;
    margin-left: 36px;
    
    width: 599px;
    height: 11px;
}

/* IDENTIFIANTS */
#header
{
    background-image: url(img/header.png);
    background-repeat: no-repeat;
    
    margin-left: auto;
    margin-right: auto;
    
    width: 659px;
    height: 242px;
}

#contenu
{
    background-image: url(img/fond_central.png);
    background-repeat: repeat-y;
    
    margin-right: auto;
    margin-left: auto;
    
    width: 659px;
}

#contenu_colonne
{
    padding-left: 35px;
    
    width: 190px;
    
    float: left;
}

#contenu_texte
{
    padding-left: 5px;
    padding-right: 15px;
    
    width: 400px;
    
    float: left;
}

#footer
{
    background-image: url(img/footer.png);
    background-repeat: no-repeat;
    background-position: top;
    
    text-align: center; 
    
    margin-left: auto;
    margin-right: auto;
    
    padding-top: 22px;
    
    width: 659px;
}

