/***********************************************/
/* Main.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
/*
	width: 800px;
*/
}
p{
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

/************** .story styles *****************/
.story, .storyKind {
	font-family: "Times New Roman", Times, serif;
	clear: both;
	padding: 0px 20px 0px 20px;
	font-size: 12pt;
}

.storyContact {
	font-family: "Times New Roman", Times, serif;
	clear: both;
	padding: 0px 20px 0px 20px;
	font-size: 14pt;
}
.story, .storyKind p{
	text-align: justify;	
}

.paragraphe_0 {
	padding-left: 0px;
}
.paragraphe_1 {
	padding-left: 30px;
}
.paragraphe_2 {
	padding-left: 10px;
}

.Note_1 {
	font-style: italic;
	font-size: 10pt;
}
.Note_2 {
	font-size: 10pt;
	font-style: italic;
}

.storyKind h1{
	font-family: "Ravie", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	text-align:center;	
}

.storyKind h2{
	font-family: "Ravie", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.storyKind h3{
	font-family: "Ravie", Times, serif;
	font-size: 10pt;
	font-weight: bold;
}

.storyContact h1, .story h1{
	font-family: "Monotype Corsiva", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	text-align:center;	
}

.storyContact h2, .story h2{
	font-size: 16pt;
	font-weight: bold;
	text-align:center;	
}

.storyContact h3, .story h3{
	font-family: "Monotype Corsiva", Times, serif;
	font-size: 14pt;
	font-weight:normal;	
}

.storyContact h4, .story h4{
	text-align:center;
	font-weight:normal;	
}

.storyContact h5, .story h5{
	font-family: "Monotype Corsiva", Times, serif;
	font-size: 20pt;
	font-weight:normal;	
	text-align:center;	
	margin: 0px;
}

.Letter_1 {
	font-family: "Monotype Corsiva", Times, serif;
	font-size: 14pt;
	font-weight: bold;	
}

.Bold_1 {
	font-weight: bold;	
}
.Bold_2 {
	font-family: "Monotype Corsiva", Times, serif;
	font-size: 18pt;
}
ul{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: disc;
	padding-left: 15px;
}
ul ul{
	list-style-type: circle;
}
.NomSite{
	font-style: italic;
}

.Citation{
	font-family: "Monotype Corsiva", Times, serif;
	font-size: 16pt;
}
.Livre{
	font-style: italic;
	font-size: 10pt;
}

.Auteur{
	font-size: 10pt;
}

