/**********************************************/
/* propriétés générales pour les tag courants */

body,font,th,td,p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.tiny {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

a:link,a:active,a:visited {
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    color : #006699;
}
a:hover	{
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
    color : #DD6900;
}

input.inp {
    FONT-SIZE: 8pt;
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    MARGIN-TOP: 1px;
    MARGIN-BOTTOM: 1px;
    BORDER-LEFT: #666666 1px solid;
    COLOR: #006699;
    BORDER-BOTTOM: #666666 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    HEIGHT: 18px
}

textarea {
    FONT-SIZE: 8pt;
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    MARGIN-TOP: 1px;
    MARGIN-BOTTOM: 1px;
    BORDER-LEFT: #666666 1px solid;
    COLOR: #006699;
    BORDER-BOTTOM: #666666 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

select {
    FONT-SIZE: 8pt;
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    MARGIN-TOP: 1px;
    MARGIN-BOTTOM: 1px;
    BORDER-LEFT: #666666 1px solid;
    COLOR: #006699;
    BORDER-BOTTOM: #666666 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

/**********************************************/
/* propriétés générales pour les tag courants */

.mainlink		{ font-weight: bold; font-size: 10px; color : #006699; }
a.mainlink 	{ text-decoration: none; color : #006699; }
a.mainlink:hover{ text-decoration: underline; color : #DD6900; }

a.annuaire_link_main:link,a.annuaire_link_main:active,a.annuaire_link_main:visited {
    font-weight: bold; text-decoration: underline; color : #006699;
}
a.annuaire_link_main:hover {
    font-weight: bold; text-decoration: underline; color : #DD6900;
}

a.annuaire_link_tiny:link,a.annuaire_link_tiny:active,a.annuaire_link_tiny:visited {
    font-weight: normal; text-decoration: none; color : #006699;
}
a.annuaire_link_tiny:hover {
    font-weight: normal; text-decoration: underline; color : #DD6900;
}