﻿/* --------------------------------*/
/* Body Générique */
/* --------------------------------*/

body {
    margin: 0px;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

/* --------------------------------*/
/* Autres Balises */
/* --------------------------------*/

table {
    border-width: 0px;
}

image {
    border-width: 0px;
}

input {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    color: #000000;
}

/* --------------------------------*/
/* Menu */
/* --------------------------------*/
/* a--_links */

.menu {
    text-decoration: none;
    font-weight: bold;
}

a.menu, a.menu:hover, a.menu:visited, a.menu:active {
    text-decoration: none;
    font-weight: bold;
}

a.menu:hover {
    text-decoration: underline;
    font-weight: bold;
}

.sousmenu {
    font-weight: normal;
    text-decoration: none;
}

.sousmenu_selected {
    text-decoration: none;
    font-weight: bold;
}

a.sousmenu, a.sousmenu:hover, a.sousmenu:visited, a.sousmenu:active {
    text-decoration: none;
}

a.sousmenu:hover {
    text-decoration: underline;
}

a.sousmenu_selected:hover {
    text-decoration: underline;
    font-weight: bold;
}



/* --------------------------------*/
/* Links */
/* --------------------------------*/
.title {
    font-weight: bold;
    font-size: 11pt;
}

a.title_link*, a.title_link*:visited, a.title_link*:active {
    font-weight: bold;
    font-size: 11pt;
}

a.title_link_black_bold, a.title_link_black_bold:visited, a.title_link_black_bold:active {
    font-weight: bold;
    font-size: 10pt;
}

a.title_link_light_bold, a.title_link_light_bold:visited, a.title_link_light_bold:active {
    font-weight: bold;
    font-size: 10pt;
}

.texte {
    font-weight: normal;
    font-size: 8pt;
}

.texte_barre {
    font-weight: normal;
    font-size: 8pt;
    text-decoration:line-through;
}

a.texte_link, a.texte_link:visited, a.texte_link:active {
    text-decoration: underline;
    font-weight: normal;
}

a.texte_link_dark, a.texte_link_dark:visited, a.texte_link_dark:active {
    text-decoration: underline;
    font-weight: normal;
}

/* --------------------------------*/
/* Colors */
/* --------------------------------*/

.white_color {
    color: #FFFFFF;
}

.black_color {
    color: #000000;
}

.red_color {
    color: #FF0000;
}

.gray_color {
    color: #999999;
}


/* --------------------------------*/
/* Fonts */
/* --------------------------------*/

.bold {
    font-weight: bold;
}

/* --------------------------------*/
/* Alignements */
/* --------------------------------*/

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.align_justify {
    text-align: justify;
}

/* --------------------------------*/
/* Cursor */
/* --------------------------------*/

.cursor_hand {
    cursor: pointer;
}

/* --------------------------------*/
/* filet */
/* --------------------------------*/

.filet {
	border-color: #47060F;
    border-width: 1px;
    border-style: solid;	
}
