body, td, input {
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a
{
	color: #FF9900;
	text-decoration: none;
}

a.white
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.white
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	background-color: #FFCC66;
	border-bottom: 1px solid #fFF9900;
}

a:visited
{
	color: #000;
	text-decoration: none;
}

h1
{
	color: #628894;
	font-weight: normal;
	font-size: 18pt;
	/*background-color: #D9D9D9;*/
	margin: 10px 0px 15px 4px;
	padding: 0;
	/*text-transform: uppercase;*/
}

h2
{
	color: #F5F8F9;
	font-weight: bold;
	font-size: 13pt;
	letter-spacing: 1px;
	background-color: #91B2C2;
}
div h2 a
{
	color: #F5F8F9;
}

h3
{
	color: #6F97A2;
	font-weight: bold;
	font-size: 12pt;
}

h4
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}

/* Pour marges IE/FF : */
ul
{
	margin: 0 0 0 30px;
	padding: 0px;
}

li
{
	list-style-image: url(picts/css/puce.gif);
	padding: 0 0 4px 10px;
	margin: 0;
}

p { margin-bottom: 5px; }

/* ---------- Classes du site */

/* -- Formulaires : */
.FormMailTitle
{
	font-size: 9pt;
	color: #81A5B7;
}
.FormMailValue
{
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}
.FormLPMail { background-color: #DBE8F0; }
.FormLIMail { background-color: #EDDBC4; }
