body { margin-top: 10; margin-bottom: 10; margin-left: 20; margin-right: 20; background: #CCCCFF; }
p, h1, h2, h3, ul, dl, dt, dd, table { font-family: Verdana, Arial, Helvetica; }
h1, h2, h3, cite { font-weight: bold; }
h1 { font-size: 22pt; color: #FFFFFF; }
h2, h3, cite {color: #9933FF; }
h2, h3 {font-size: 12pt; }
h1, h3 {text-align: center; }
p, ul, li, dl, dd, table {color: #000000; font-size: 10pt; }
p { text-align: justify; }
ul, dl { list-style-type: disc; }
li, dd, dt { margin-bottom: 5px; }
hr { color: #F0F0F0; height: 2; }
a, a:hover, a:active, a:visited { text-decoration: none; font-weight: bold; }
a { color: #3300CC; }
a:hover, a:active { color: #00CCCC; }

#logo {
	position: absolute;
	left: 5px;
	top: 10px;
	width: 374px;
	height: 217px;
	padding: 0px;
	z-index: 1;
}

#titre {
	position: absolute;
	left: 5px;
	top: 185px;
	width: 220px;
	height: 24px;
	padding: 0px;
	z-index: 2;
}

#left {
	position: absolute;
	left: 5px;
	top: 275px;
	width: 60%;
	height: auto;
	background: #fff;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
}

#right {
	position: absolute;
	right: 5px;
	top: 10px;
	width: 30%;
	background: #fff;
	border: 1px solid #000;
	padding: 5px 5px 5px 5px;
}

#BasDePage {
	position: absolute;
	bottom: 20px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
	clear: both;
}

