﻿body 
{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

/* ------------------ COULEURS ------------------ */ 

.c1 { color: #43b7bf; }
.c2 { color: #0a7279; }
.c3 { color: #353535; }
.c4 { color: #f66401; }

/* ------------------ TAILLES ------------------ */

.t0 { font-size: 8Px; }
.t1 { font-size: 9Px; }
.t2 { font-size: 10Px; }
.t3 { font-size: 11Px; }
.t4 { font-size: 12Px; }
.t5 { font-size: 13Px; }
.t6 { font-size: 14Px; }
.t6a { font-size: 15Px; }
.t6b { font-size: 16Px; }
.t6c { font-size: 17Px; }
.t6d { font-size: 18Px; }
.t7 { font-size: 23Px; }
.t8 { font-size: 25Px; }

/* ------------------ DIVERS ------------------ */

/*h1 { color: #6890ae; font-size: 12Px; margin: 4Px 0 2Px 0; }*/

.non-souligne { text-decoration: none; }
.souligne { text-decoration: underline; }
.italique { font-style: italic; }
.gras { font-weight: bold; }
.justifie { text-align: justify; }

.trait { background-color: #c4d6e3; }
.trait2 { background-color: #d2e2ed; }

/* ------------------ FORMULAIRE ------------------ */

input.input1
{
	border: 1Px solid #dcd4b6;
	background-color: #dbd5b9;
	width: 150Px;
	height: 17Px;
	line-height: 17Px;
	font-size: 14Px;
}

input.button1
{
	border: 1Px solid #dcd4b6;
	background-color: #dbd5b9;
	height: 19Px;
	font-size: 14Px;
}

textarea.textarea1
{
    border: 1Px solid #dcd4b6;
	background-color: #dbd5b9;
	width: 590Px;
	height: 160Px;
	font-size: 14Px;
}

/* ------------------ AUTRE ------------------ */

td.haut-fond
{
    background-image: url(../images/haut-fond.gif);
    background-repeat: repeat-x;
}

td.corps-ombre
{
    background-image: url(../images/corps-ombre2.gif);
    background-repeat: repeat-x;
    height: 7Px;
}

td.corps-fond
{
    background-image: url(../images/corps-fond.gif);
    background-repeat: repeat-x;
    background-color: #1499a2;
}

table.corps-table
{
    border-left: 6Px solid #f4f1e7;
    border-right: 6Px solid #f4f1e7;
    width: 658Px;
    background-color: White;
    margin-left: 133Px;
}

.corps-table-droite
{
    width: 185Px;
    background-color: #a6a08b;
}

table.bandeau-bas
{
    background-color: #1499a2;
    height: 30Px;
    color: #0a7279;
    font-size: 12px;
}

/* ------------------ MENU ------------------ */

.menu-separation { background-color: #dad2b1; }
.menu-table { border-top: 1Px solid #dcd4b6; }

a.menu-lien
{
    width: 117Px;
    height: 26Px;
    line-height: 26Px;
    display: block;
    background-image: url(../images/menu-lien.gif);
    background-repeat: repeat-x;
    color: #f66401;
    font-size: 15Px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.menu-paslien
{
    color: #f66401;
    font-size: 15Px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/menu-lien.gif);
    background-repeat: repeat-x;
    cursor: default;
}

.menu-deroulant-separation { background-color: #d8d1b5; }

a.menu-deroulant-lien
{
    width: 170Px;
    height: 22Px;
    line-height: 22Px;
    display: block;
    background-color: #eae5d0;
    color: #686249;
    font-size: 12Px;
    text-align: center;
    text-decoration: none;
}

a.menu-deroulant-lien:hover
{
    font-weight: bold;
}

.divmenu
{
    position: absolute;
    visibility: hidden;
}