/* Feuille de style */

/* Les polices de caractères */
A,H1,H2,H3,P,CAPTION	{ font-family: Verdana, Arial; }

/* Tailles, couleurs et alignements */
BODY			{ }

A:hover			{ color: #000000 }
A 			{ color: #004080; font-size: 10pt; }
H1 			{ font-weight: bold; color: #004080; text-align: center; }
H2			{ font-weight: bold; color: #0060A0; text-align:left; font-size: 14pt; }
H3 			{ font-weight: bold; color: #0060A0; text-align:left; font-size: 13pt; }
P,LI			{ color: #000000; font-size: 10pt; text-align: justify; text-indent: 15pt; }
CENTER			{ color: #000000; font-size: 10pt; text-align: center; text-indent: 15pt; }
             
CAPTION 		{ color: #006090; font-size: 10pt; }

/* Classes de styles */
.selectedMenuItem {
    color: #A61717;
    font-family: Verdana;
    font-size: 12pt;
    margin: 2;
}

.menuItem {
    color: #A61717;
    font-family: Verdana;
    font-size: 10pt;
    margin: 2;
}

.clickMenuItem {
    color: #000000;;
    font-family: Verdana;
    font-size: 10pt;
    margin: 2;
}

/* Classes de styles pour les calques */
.l_principal {
    width: 800;
    top: 40px;
    left: 10px;
    position: absolute;
    visibility: visible;
    align: center;
}

.l_sommaire {
    width: 200;
    top: 40px;
    left: 20px;
    position: absolute;
    visibility: visible;
}

.l_page {
    width: 600;
    top: 40px;
    left: 10px;
    position: absolute;
    visibility: visible;
    color: #0070B0;
    font-family: Verdana;
    font-size: 14pt;
}

/* Classes de titre */
.t_titre1 {
    color: #A61717;
    font-family: Verdana;
    font-size: 20pt;
    font-weight: bold;
}

.t_titre2 {
    color: #A61717;
    font-family: Verdana;
    font-size: 16pt;
    font-weight: bold;
}

.t_titre3 {
    color: #000000;
    font-family: Verdana;
    font-size: 16pt;
    font-style: italic;
}

/* Classes de styles */

.s_contact {
    color: #A61717;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
}



