body
{
	font-family:Arial, Helvetica, sans-serif;
	color : #ffffff;
	background-color:#1a547a;
	background-image:url(../images/fond.gif);
	background-repeat:repeat-x;
	margin : 0;
}

textarea.textarea1
{
	color: #ffffff;
	font-size: 12Px;
	width: 788Px;
	height: 160Px;
	border: 1Px solid #2a6b97;
	background-color:#1c577f;	
}

input.input1
{
	height:13px;
	width: 330Px;
	font-size:10px;
	border: 1Px solid #2a6b97;
	color : #ffffff;
	background-color:#1c577f;
}

input.button1
{
    height:19px;
	width: 330Px;
	font-size:10px;
	color : #ffffff;
	border: 1Px solid #2a6b97;
	background-color:#1c577f;	
}

/* Les polices */		
						
h1{font-size : 12px; color : #205d85; font-weight: bold; margin: 20Px 0 8Px 0;}

.t0{font-size : 9px;}
.t1{font-size : 10px;}
.t2{font-size : 11px;}
.t3{font-size : 12px;}
.t4{font-size : 15px;}

.c1{color : #ffffff;}
.c2{color : #205d85;}

.trait2 { background-color: #205d85; height: 5Px; }

.gras { font-weight: bold; }

td.menu-fond
{
    background-image:url(../images/menu-fond.gif);
	background-repeat:repeat-x;
	height: 22Px;
}

a.menu-lien
{
    background-image:url(../images/menu-corps.gif);
	background-repeat:repeat-x;
	display: block;
	height: 22Px;
	line-height: 22Px;
	width: 145Px;
	color: White;
	font-size: 12Px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.menu-lien:hover
{
    background-image:url(../images/menu-corps-over.gif);
}