/* --------------- Documents et HTML */
body, td, th, select {
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial;
	color: #444444;
}
body {
	margin: 0px;
}
a {
	color: #002A8F;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: justify;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #003082;
	margin-top: 24px;
	margin-bottom: 10px;
}
h2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 6px;
}
h3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
	color: #003082;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 2px;
}

/* --------------------------------------- Layers flottants */
.CSS_Left_Floating {
	color: #888888;
	float: left;
	padding-top: 1px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.CSS_Center_Floating {
	color: #888888;
	margin: 16px;
}
.CSS_Right_Floating {
	color: #888888;
	float: right;
	padding-top: 1px;
	margin-left: 16px;
	margin-bottom: 16px;
}

.CSS_Black_Image {
	border: 1px solid #AAAAAA;
}
.CSS_Right_Image {
	float: right;
	border: 1px solid #AAAAAA;
	margin-left: 8px;
	margin-bottom: 8px;
}
.CSS_Left_Image {
	float: left;
	border: 1px solid #AAAAAA;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* --------------- Tableaux de données */
.DataTable {
	table-layout: fixed;
}
.DataTable A {
	color: black;
	text-decoration: none;
}
.DataTable TH {
	font-size: 12px;
	border-bottom: 1px solid #efc629;
	padding: 2px;
}
.DataTable TD {
	padding: 2px;
}
.LCF-Alternating {
	background-color: #f1f1f1;
}

/* --------------- Menu flottant dans le contenu à droite (peu utilisé) */
.RightFloatingMenu {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border-left: 1px solid silver;
	padding-left: 10px;
	line-height: 20pt;
}
.RightFloatingMenu a {
	font-family: arial, tahoma, verdana;
	font-weight: bold;
	color: #53629a;
}
.RightFloatingMenu a:hover {
	color: black;
}

/* --------------- Eléments de mise en page */
.Chapeau {
	font-weight: bold;
}
.imgBullet {
	margin-right: 6px;
	height: 6px;
	width: 6px;
}

/* --------------------------------------- Bullet listes (ancienne version) */
UL.CORPO {
	margin: 16px;
}
LI.CORPO {
	color: #53629a;
	margin-top: 10px;
}
LI.SMALL_CORPO {
	color: #53629a;
	margin-top: 0px;
}
.LI2 {
	color: #444444;
}

