﻿
p,tr,td {
        color:#000;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        }
        
a { text-decoration: none; }
a:link,a:visited		{ color:#7DAC0E; text-decoration: none; font-weight:bold }
a:hover,a:active		{ color:#000000; text-decoration: underline; font-weight:bold }


 .fontlittle {
    font-size: x-small;
    color: #666666;
}

.logo {
    font-size: x-large;
    font-weight: bold;
    text-align: left;
}

.soustitres
        {
            color: #008000;
            font-weight: bold;
        }


/* gris clair fond cellules */
.style1 {
    background-color: #EEEDEA;  
    text-align:left; 
}

/*entetes vertes titres*/
.style5 {
    background-image: url('i/menu_green_little.gif');
    background-repeat: repeat;
    height: 26px;
    font-weight: bold;
    text-align:left;
    margin:0px;
    padding:0px;
    border:0px;
}

/*fonds dégradé gris*/
.style_fond_gris {
    background-image: url('i/ombre_gris.png');
    background-repeat: repeat;
    height: 243px;
    margin:0px;
    padding:0px;
    border:0px;
}

/*fonds dégradé gris*/
.style_fond_gris2 {
    background-image: url('i/ombre_gris.png');
    background-repeat: repeat;
    height: 143px;
    margin:0px;
    padding:0px;
    border:0px;
}

/*entets orange titres*/
.style_orange{
    background-image: url('i/menu_orange_little.gif');
    background-repeat: repeat;
    height: 26px;
    font-weight: bold;
    text-align:left;
    margin:0px;
    padding:0px;
    border:0px;
}

/* Onglets de navigation */

.menu {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #ffffff;
 text-align: center;
 text-decoration: none;
 line-height:22px;
 height:25px;
} 

td a.menu
{
    display: block;
	padding: 6px;
	color: #ffffff;
	text-decoration: none;
}
 
td a.menu:hover {
    background-image: url(i/menu_on.png);
    color: #ffffff;
    background-repeat: repeat-x;
    height:25px;
    border:0px;
    margin:0px;
    
}

