/*================================*/
/*Mise en forme general du site*/
/*============================*/
 
body {
    background-color: #f8f6f2/*#F1EFE2*/;
    font: 1.4em "Lucida Grande","Lucida Sans Unicode","Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    margin: 0 auto;
    color: #333;
    }

#fond{ /*-- repete l'image sur toute la hauteur --*/
    margin:0 auto;
    width: 1100px;
    background-image: url(../img/fond_horizontale.png);
    }

#entete{ /*-- entete avec logo de Triaprocess --*/
    background-image: url(../img/entete.png);
    width: 1100px;
    height: 70px;
    }

#container{ /*-- contenu de la page --*/
    overflow: hidden;
    margin:0 auto 0px auto;
    width: 1100px;   
    }

/*=============================*/
/*Definition des elements HTML standard du site*/
/*===========================*/

h1{
    font-size: 3em;
    margin-bottom: 5px;
}

h2.rubrique{ /*-- titre des rubriques --*/                      
    padding: 5px 5px 0px 5px;
    font: 100%/1 "Lucida Grande","Lucida Sans Unicode","Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: #333;
    text-align: left;
    margin: 2px 0px 0px 7px;
    }

p{ /*definition des paragraphes*/
    margin-top: 0px; /*reduit la hauteur entre les titres et les paragraphes*/
    text-indent: 0px;
    }
    
a{ /*definition des liens*/
    color: #b7c72a;
    text-decoration: none;
    }

p a:hover{
    text-decoration: underline;
    }

/*=======================*/
/*Definition du footer*/
/*=====================*/

#foot{
margin: 0 auto;
padding-top: 15px;
height: 25px;
width: 1100px;
background-image: url(../img/fond_footer.png);
}

#foot ul.menu_bas, ul.langue{
    list-style: none;
    padding: 0px;
    font-size: 0.80em;
}

#foot ul.menu_bas{
        margin: 0px 0px 0px 50px;
}
#foot ul.langue{
        margin: -5px 50px 0px 0px;
}
#foot a:hover{
    text-decoration: underline;
}
#foot a{
    color: #777;
}
.menu_bas li, .langue li{
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #CDCDCD;
}
#foot .menu_bas li{
    float: left;
}

#foot .langue li{
    float: right;
}

/*=======================*/
/*Mise en forme du menu*/
/*=====================*/

#menu{
    font: 100%/1.6 "Trebuchet MS", verdana;
    float: left;
    position: relative;
    top: 10px;
    left: 65px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
#menu td {
    padding: 0 30px;
    width: auto;
}
td .inactive{
        background: url(../img/barre_separation.png) right no-repeat;
}
#current td{
        background: url(../img/barre_separation.png) right no-repeat;
}
#inactive a{
    color: #CCE252;
    text-shadow: 1px 1px 0px #555;
}
#current a{
    color: #333;
    text-shadow: 1px 1px 0px #dedede;
}
#current a:hover{
    color: #333;
    text-shadow: 1px 1px 0px #dedede;
    cursor: default;
}
#inactive a:hover{
    color: #333;
    text-shadow: 1px 1px 0px #dedede;
}

/*=============================*/
/*PLAN DU SITE POUR EVITER UNE AUTRE PAGE*/ 
/*===========================*/

#plan-site{
    margin-left: 100px;
    margin-bottom: 25px;
}

/*=============================*/
/*MENTIONS LEGALES POUR EVITER UNE AUTRE PAGE*/
/*===========================*/

#mentions{
    margin-left: 100px;
    margin-bottom: 25px;
    margin-right: 80px;
}
