body
{
	font-family:Arial, Helvetica, sans-serif;
	color : #70B3C0;
	margin: 0;
	background-color:#004b96;
}

.c1 { color: #004b96; }
.c2 { color: #fdc808; }
.c3 { color: #feffff; }
.c4 { color: #5187c9; }

.c5 { color: #1779b2; }
.c6 { color: #5aa7c9; }
.c7 { color: #f98500; }

.bc1 { background-color: #faca08; }
.bc2 { background-color: #00529b; }
.bc3 { background-color: #f8d44a; }

.t0 { font-size : 8px; }
.t1 { font-size : 9px; }
.t2 { font-size : 10px; }
.t3 { font-size : 11px; }
.t4 { font-size : 12px; }
.t5 { font-size : 15px; }
.t6 { font-size : 18px; }

.gras { font-weight: bold; }
.non-gras { font-weight: normal; }
.non-souligne { text-decoration: none; }
.souligne { text-decoration: underline; }
.justifie { text-align: justify; }
.centre { text-align:center; }

h1 { color: #ffffff; font-size : 18px; margin: 0 0 0 60Px; }
h2 { color: #00549c; font-size : 22px; margin: 0 0 0 5Px; font-weight: bold; }

.trait { background-color: #d3d3d3; height: 1Px; }
.trait2 { background-color: #d3d3d3; height: 3Px; }

.img-produit { border: 3Px solid #00529b; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

/* CORPS */

td.bordure-gauche
{
	width: 8Px;
	background-image: url(../images/bordure-gauche.gif);
	background-repeat: repeat-y;
}

td.bordure-droite
{
	width: 8Px;
	background-image: url(../images/bordure-droite.gif);
	background-repeat: repeat-y;
}

td.corps
{
	height: 373Px;
	vertical-align: top;
}

td.bandeau-bas
{
	height: 50Px;
	text-align: center;
	vertical-align: top;
}

td.bord1 { width: 3Px; background-color: #00529b; }
td.bord2 { width: 1Px; background-color: #00529b; }

td.titre-haut
{
	background-image: url(../images/titre-haut.gif);
	width: 770Px;
	height: 44Px;
}

td.mini-fiche-haut
{
	background-image: url(../images/mini-fiche-haut.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0f2741;
	height: 30Px;
}

td.mini-fiche-haut2
{
	background-image: url(../images/mini-fiche-haut2.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #0f2741;
	height: 30Px;
}

td.mini-fiche-bas
{
	background-image: url(../images/mini-fiche-bas.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #004b96;
	height: 21Px;
}

td.mini-fiche-bas2
{
	background-image: url(../images/mini-fiche-bas2.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #004b96;
	height: 21Px;
}

div.sous-titre
{
	background-image: url(../images/sous-titre.gif);
	height: 29Px;
	width: 734Px;
	margin: 10Px 0 20Px 15Px;
}

/* LIENS */

a.menu-lien
{
	background-image: url(../images/menu-lien.gif);
	height: 24Px;
	width: 165Px;
	line-height: 24Px;
	display: block;
	text-align: center;
	color: White;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3Px;
}

a.menu-lien:hover
{
	text-decoration: none;
	color: #fbca0b;
}

a.lien
{
	background-image: url(../images/bouton-lien.gif);
	height: 32Px;
	width: 376Px;
	line-height: 32Px;
	font: 12Px;
	text-align: center;
	margin-bottom: 6Px;
	display: block;
	color: #024b97;
}

a.lien:hover { font-weight: bold; text-decoration: none; }

/* FORMULAIRES */

input.button1
{
	height:22px;
	font-size:12px;
	width: 223PX;
	background-color: #00529b;
    border: 1Px solid #ffffff;
	color : #ffffff;
	font-weight: bold;
}

input.input1
{
	height:14px;
	font-size:10px;
	width: 220PX;
	background-color: #faca08;
    border: 1Px solid #e5ba0a;
	color : #004b96;
}

select.select1
{
	height:15px;
	font-size:10px;
	background-color: #faca08;
    border: 1Px solid #e5ba0a;
	color : #004b96;
}

textarea.textarea1
{
	height:100px;
	width: 350Px;
	font-size:11px;
	background-color: #faca08;
    border: 1Px solid #e5ba0a;
	color : #004b96;
	overflow: auto;
}