body {
	margin: 10px;
	background-image: url("images/arriereplan.gif");
	font-family: "Comic sans ms";Arial,Verdana;
	font-size: 10pt;
}
a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: overline underline;
}
a img {
	border: 0;
}
h1 {
	font-size: 11pt;
}
p,div {
	margin: 0;
	padding: 0;
}
.confirm {
	color: #1D9F23;
	font-weight: 600;
}
.error {
	color: #9F1600;
	font-weight: 600;
}
div#header {
	height: 91px;
	background-color: #D1DDEF;
	border: 1px black solid;
	text-align: center;
}
img#header1 {
	float: left;
	margin-left: 18px;
}
img#header2 {
	float: right;
}
div#subHeader {
	height: 24px;
	background-color: white;
	border: 1px black solid;
	border-top: 0px;
	text-align: center;
	font-size: larger;
	text-shadow: black 2px 2px 3px;
}
div#leftSubHeader {
	height: 100%;
	width: 140px;
	float: left;
	background-image: url("images/leftSubHeader.gif");
	background-position: right;
}

div#rightSubHeader {
	height: 100%;
	width: 140px;
	float: right;
	background-image: url("images/rightSubHeader.gif");
	background-position: left;
}

div#menuLeft {
	position: absolute;
	width: 142px;
	top: 136px;
	left: 10px;
	background-image: url("images/menuLeft.gif");
	font-size: 12px;
}
div#menuRight {
	position: absolute;
	width: 142px;
	top: 136px;
	right: 9px;
	background-image: url("images/menuRight.gif");
	font-size: 12px;
	text-align: right;
}
.titreMenuLeft {
	width: 100%;
	color: white;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: 600;
	text-align: center;
	background-image: url("images/titreMenuLeft.gif");
}
.titreMenuRight {
	width: 100%;
	color: white;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: 600;
	text-align: center;
	background-image: url("images/titreMenuRight.gif");
}

div#mainPageContainer {
	border: 1px black solid;
	background-color: white;
}
div#mainPage {
	padding: 10px;
	text-align: justify;
}
div#bottom {
	border-top: 1px black solid;
	padding: 5px;
	text-align: center;
	color: #003399;
}