﻿body
{
	margin: 0;
	background-image: url(../images/fond.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #23388b;
	font-family: Arial, Helvetica, sans-serif;			
}

body, html, form
{
	height: 100%;
	margin : 0;
}

h1 
{
	margin: 30Px 0 10Px 0;
	color: #233d99;	
	font-size: 16Px;
	padding: 0;
}

.c1 { color: #000000; }
.c2 { color: #da0101; }
.c3 { color: #23388b; }

.t0 { font-size: 9Px; }
.t1 { font-size: 10Px; }
.t2 { font-size: 11Px; }
.t3 { font-size: 12Px; }
.t4 { font-size: 13Px; }
.t5 { font-size: 14Px; }

.gras { font-weight: bold; }

a.lien { text-decoration: none; }
a.lien:hover { text-decoration: underline; }

input.input1
{
	border: solid 1Px #3d9dd9;
	background-color: #ffffff;
	color: #000000;
	font-size: 12Px;
	height: 18Px;
	width: 140Px;
}
select.select1
{
	border: solid 1Px #3d9dd9;
	background-color: #ffffff;
	color: #000000;
	font-size: 12Px;
	height: 18Px;
}
textarea.textarea1
{
	border: solid 1Px #3d9dd9;
	background-color: #ffffff;
	color: #000000;
	font-size: 12Px;
	overflow: auto;
}
input.button1
{
	border: solid 1Px #3d9dd9;
	background-color: #3d9dd9;
	color: #ffffff;
	font-size: 12Px;
	height: 20Px;
	width: 140Px;
	font-weight: bold;
}