/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/* COMMUNAUTÉ couleurs de pâle à foncé: EAE7BF  DFDB9F  CAC360  AA9FOO  */
/* CULTURE    couleurs de pâle à foncé: F9E3B7  F3D19E  E7AC71  BE7B2C  */
/* ÉDUCATION  couleurs de pâle à foncé: DDDBEA  C3C0D6  A9A5CB  7768A9  */
/* ENVIRONNEM couleurs de pâle à foncé: BFE1E8  9FD2DD  60B4C6  4281A0  */
/* SANTÉ      couleurs de pâle à foncé: EDCDCD  E4B4B4  D38281  B54544  */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagesansentete{
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

#entete{
	position: relative;
	top: 0px;
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
blockquote {
	margin-left: 20px;
	margin-top: 0px;
}


.tableau-ensemble {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	padding: 20px;
}
sup {
	line-height: 80%;
}



.section-debut-gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding: 20px;
}

.section-debut-droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 20px;
}

.section-gauche {
	text-align: right;
	padding: 20px;
	vertical-align: top;
}

.section-droite {
	text-align: left;
	padding: 20px;
	vertical-align: top;
}

.section-centre {
	text-align: center;
	padding: 2px;
}

.tr-menu {
	background-color: #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
}

.tr-menu a:link {
	text-decoration: none;
	color: #333333;
}
.citation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
}


.tr-menu a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
}

.tr-menu a:active {
	color: #CCCCCC;
}

.tr-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
}
.legende {
	font-size: x-small;
	padding-top: 0px;
}
li {
/*	text-indent: -1.75em;*/
}

