/* body and paragraphs */

body {
	margin-left: 20px;
	padding-left: 15px;
}

p {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 23px;
	text-decoration: none;
	line-height: 150%;
}
.ssection {
font-family:  "Palatino Linotype" "Book Antiqua" Palatino, serif;
font-size: 20px;
text-align: center;
font-weight: bold;
font-variant: small-caps;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	text-indent: 20px;
}

/* headings, titles, and sub-titles */
h1, h2 {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	color: #000066;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 1px
}

h3, h4 {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 20px;
 text-decoration: none;
	text-align: left;
}

h5, h6 {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 16px;
	text-align: left;
}

/* sub-blocks */

.titre {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: auto;
	text-align: center;
}
.soustitre {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 17px;
	text-decoration: none;
	text-align: center;
	margin-top: -1px;
}

/* image insertion */

.fNyaamo {
    float: right;
    margin-top: 3px;
    margin-right: 11px;
    border: 2px solid #666;
    background-color: #ddd;
    padding: 2px;
}

.fNano {
    float: left;
    margin-top: 3px;
    margin-right: 11px;
    border: 2px solid #666;
    background-color: #ddd;
    padding: 2px;
}

.copyrights, .copyright {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 17px;
	text-align: center;
	text-transform: inherit;
	text-decoration: none;
	clear: both;
}

.text_photos {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

/* ordered and unordered lists and list elements*/

ol, ul, li, dl, dt, dd {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 20px;
	line-height: 140%;
	text-decoration: none;
}
 dt {
 font-weight: bold;
 }

  blockquote p, ul, li {
 text-align: left;
 }

/* footnotes and endnotes */

.footer {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 15px;
	text-align: center;
}

.endnotes {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 15px;
}

.notes {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 18px;
	text-align: left;
}

.notes2 {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 15px;
	text-align: center;
}

.caption {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 15px;
	text-align: center;
}

.citation {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 15px;
	text-align: left;
	font-variant: normal;
	font-weight: bold;
	margin-left: 100px;
	background: #B9FBD0;
	line-height: 150%;
	color: #006;
	text-decoration: none;
	font-style: italic;
	width: 900px;
	margin-top: 20px;
	border: 1px solid #DD393F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 15px;
}

.bloc {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	line-height: 140%;
	color: #006;
	text-decoration: none;
	background-color: #FFC;
	width: 800px;
	border: thin solid #C00;
	margin-left: 100px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}

 .encart {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 19px;
	text-align: left;
	font-weight: normal;
	color: #006;
	margin-left: 100px;
	margin-right: 50px;
	background: #B9FBD0;
	width: 900px;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #0D0FBC;
 }

table {
	border-collapse: collapse;
}

.lettres_noms {
	font-family: "Palatino Linotype" "Book Antiqua" Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
}
a:link {
	color: blue;
 	text-decoration: none;
}
a:visited {
	color: red;
 	text-decoration: none;
}
a:link:hover, a:visited:hover {
	color: #FFCC99;
	background-color: #006633;
	text-decoration: none;
}
a:link:active, a:visited:active {
	color: #99FFCC;
	background-color: #FFFF33;
	text-decoration: none;
}
/* images styling
1. hindering people from stealing images
*/
div.slide {
	width: 500px;
	height: 468px;
	background-image: url(face.jpg);
	background-repeat: no-repeat;
}
.slide img {
	width: 500px;
	height: 468px;
}