﻿html, body, form
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	color: #686868;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
}
body
{
	background-color: #4c9ff3;
}

A:link
{
	color: #d63f03;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

A:active
{
	color: #d63f03;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

A:visited
{
	color: #d63f03;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

A:hover
{
	color: #077282;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

/* ========== LIENS BLANCS (BAS DE PAGE) ========== */
A.white:link
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

A.white:active
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

A.white:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

A.white:hover
{
	color: #D1FF6B;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

/* ========== TITRES, FONTES ========== */
HTML, BODY
{
	margin: 0;
	padding: 0;
}

FONT
{
	color: #686868;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}

.Memo
{
	color: #686868;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
}

.SousTitre
{
	color: #077282;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

.Puces
{
	color: #077282;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

.Blanc
{
	color: #FFFFFF;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}


#container
{
	width: 752px;
	height: 100%;
	margin: auto auto;
	z-index: 100;
}
#backgroundpane
{
	background-image: url('../../Images/background.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 528px;
	z-index: -1;
	border-bottom-style: solid;
	border-width: 1px;
}

#leftpane
{
	background-image: url('../../Images/background_g.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: auto;
	width: 756px;
	height: 528px;
	padding: 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -2;
}
#rightpane
{
	background-image: url('../../Images/background_d.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 831px;
	height: 528px;
	z-index: -1;
}

.masterfooter
{
	height: 50px;
	top: 0;
	border-color: White;
	border-style: solid;
	border-width: 2px;
}
.masterheader
{
	width: 754px;
	background-color: White;
}
.masterheader img
{
	float: left;
	page-break-before: right;
	line-height: 300px;
	display: inline;
	margin: 0px;
	padding: 0px;
	letter-spacing: -3em;
	white-space: nowrap;
	border: 0 none;
}
.masterleft
{
	width: 257px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
#pagecontent
{
	margin-right: 10px;
	text-align: justify;
}

