body {
	margin: 0px;
	text-align: justify;
	font-family: georgia, helvetica, serif;
	background-color:#E4E4E4;
}

p {
	font-size: 12px;
}

li, ul {
	font-size: 12px;
	color: #000066;
	list-style-image: url(puceBleue.jpg);
}

a, a:visited {
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

a:hover {
	color: #ffffff;
	font-weight:bold;
}

.titre {
	font-size: 15px; 
	text-decoration: underline; 
	font-weight: bold; 
	color: #ccff44;
	margin-top: 20px;
}

.sousTitre {
	background-color:#E4E4E4;
	color: #250e9b;
	text-align: right;
	font-weight: bold;
	padding-right: 25px;
}

.corpsTexte {
	text-align: justify;
	text-indent: 15px;
	margin: 10px;
	color: #cceedd;
	background-color:#446666;
}

.signature {
	text-align: right;
	color: #999;
	font-style: italic;
	margin-right: 15px;
}

.fond { background-color:#bbccaa;}

.bord {
	margin-left: 20px;
	margin-right: 20px;
	border: solid 1px black;
	background-color:#446666;
	}

.note {
	font-size: 9px;
	margin: 0px;
	text-align: center;
	background-color: black;
	color: white;
}

/* SOMMAIRE */
.sommaire {
	text-align: center;
	
}

.titreSommaire {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	color: #F8C55E;
}

.bordSommaire {
	border: solid 1px #555;
	padding: 10px;
	margin: 5px;
	background-color:#;
}
#Layer3 {background-color:#446666;}