body
{
	font-family:Arial, Helvetica, sans-serif;
	color : #70B3C0;
	margin: 0;
	background: url(../images/fond2.gif);
	background-repeat: repeat-x;
	/*background-color:#2c2c2c;*/
	background-color:#000000;
}

input.button1
{
	height:19px;
	font-size:10px;
	width: 70PX;
	background-color: #dc0028;
    border: 1Px solid #fefefe;
	color : #fefefe;
}

input.input1
{
	height:14px;
	font-size:10px;
	width: 250PX;
	background-color: #fefefe;
    border: 1Px solid #dc0028;
	color : #000000;
}

select.select1
{
	height:15px;
	font-size:10px;
	background-color: #fefefe;
    border: 1Px solid #dc0028;
	color : #000000;
}

textarea.textarea1
{
	height:127px;
	width: 370Px;
	font-size:11px;
	background-color: #fefefe;
    border: 1Px solid #dc0028;
	color : #000000;
	overflow: auto;
}

.c1 { color: #2f2f2f; }
.c2 { color: #5b5b5b; }

.c3 { color: #626262; }
.c4 { color: #dc0028; }
.c5 { color: #1779b2; }

.c6 { color: #5aa7c9; }
.c7 { color: #f98500; }

.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; }

.gras { font-weight: bold; }
.non-gras { font-weight: normal; }
.non-souligne { text-decoration: none; }
.souligne { text-decoration: underline; }
.justifie { text-align: justify; }
.italique { font-style: italic; }
h1 { color: #000000; font-size : 17px; margin: 30Px 0 8Px 0; }
h2 { color: #000000; font-size : 11px; margin: 7Px 0 2Px 0; text-decoration: underline; }

.trait { background-color: #ffffff; height: 1Px; }
.trait-rouge { /*background-color: #dc0028;*/ height: 3Px; }
.trait-rouge2 { background-color: #dc0028; height: 3Px; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

td.fond-haut
{
    /*background: url(../images/fond-haut.gif);
	background-repeat: repeat-x;*/
	height: 102Px;
}

td.fond-bas
{
   /* background: url(../images/fond-bas.gif);
	background-repeat: repeat-x;
	height: 256Px;*/
}

td.corps
{
    background: url(../images/corps.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f3f3f3;
}

a.menu-lien
{
    background: url(../images/menu-lien.gif);
	background-repeat: repeat-x;
	width: 115Px;
	height: 20Px;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 10Px;
	font-weight: bold;
	padding-top: 45Px;
	font-family: Verdana;
}

a.menu-lien-sel
{
    background: url(../images/menu-lien.gif);
	background-repeat: repeat-x;
	width: 115Px;
	height: 20Px;
	display: block;
	text-align: center;
	color: #dc0028;
	font-size: 10Px;
	font-weight: bold;
	padding-top: 45Px;
	font-family: Verdana;
}

a.menu-lien:hover
{
    text-decoration: none;
    background: url(../images/menu-lien-over.gif);
}

a.menu-lien-sel:hover { text-decoration: none; }

div.divMenu
{
    position: absolute;
    color: Black;
    font-size: 11Px;
    margin-top: -5Px;
}

a.menu2
{
    color: Black;
}

a.menu2-sel
{
    color: Black;
    text-decoration: underline;
}

span.point
{
    font-size: 20Px;
    font-weight: bold;
}