/* 
   ---------------------------------------------------------------------------------------------------	
	Elements gÃ©nÃ©raux :	
   ---------------------------------------------------------------------------------------------------
*/


        
body {
  font-family:      georgia, times, serif;
	font-size:				1.1em;
	text-align:				justify;
}

/* Les liens : */

a {
	color:              #000000;
	text-decoration:		none;
}

a:hover {
	color:              #2c4c75;
	text-decoration:    underline;
}

a:visited {
	color:              #111111;
}

a:active {
	color:              #454f80;
} 

/* une note sur un mot ou une phrase */

span.annotation a {
	text-decoration:		line-through;
}

span.emphasis {
  font-weight: bold;
}

/* 
    ---------------------------------------------------------------------------------------------------
    Mise en forme des titres de document et de chapitre :
    ---------------------------------------------------------------------------------------------------
*/

div.page {
  width:            80%;

	margin-right:			12px;
	margin-left:			10px;
	margin-top:				10px;
	margin-bottom:		20px;

  padding-bottom:   20px;

}

div.titlepage h1.title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:2.3em;
	margin-top: 5px; margin-bottom: 0px;
	text-align: center;
  font-weight: bold;
  color: #222;
}

div.subtitlepage h4 {
  font-family: "Lucida Grande", Tahoma;
	font-size: 0.9em;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
  margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}

/* 
    ---------------------------------------------------------------------------------------------------
    table des matières
    ---------------------------------------------------------------------------------------------------
*/

div.toc {
  /*display: none;*/
  display: in-line;
}

div.toc ol.toc_0 {
  list-style-type:upper-roman;
}

div.toc ol.toc_1 {
  list-style-type:decimal;
}

div.toc ol.toc_2 {
  list-style-type:upper-alpha;
}

div.toc ol.toc_3 {
  list-style-type:lower-alpha;
}

div.toc ol.toc_4 {
  list-style-type:lower-roman;
}

/* 
    ---------------------------------------------------------------------------------------------------
    Notes en pied de page
    ---------------------------------------------------------------------------------------------------
*/
div.footnote div.title {
  margin-top: 20px;
  font-family: Thahoma;
  font-size: 1em;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.2em;
}

div.footnote ol.footnote_0 {
  font-family: Thahoma;
  font-size: 0.8em;
  font-style: normal;
  letter-spacing: normal;
}

/*
    ---------------------------------------------------------------------------------------------------
    Mise en page des sections :
    ---------------------------------------------------------------------------------------------------
*/

/* Niveau 1 */
div.section1 {
}

div.section1 h1 {
  font-family: Cambria, serif;
  font-size: 1.6em;
  font-style: normal;
  font-weight: bold;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.2em;
}

/* Niveau 2 */
div.section2 {
}

div.section2 h2 {
  font-family: verdana, arial, sans-serif ;
	font-size:				1.1em;
  font-weight: 700;
	text-decoration: 		none;
  margin-left: 12px;
	padding-top:		5px;
	padding-bottom:		5px;
	
}

/* Niveau 3 */
div.section3 {
}

div.section3 h3 {
	font-family: times, serif; 
	font-size:				1.2em;
  margin-left: 24px;
}

/* Niveau 4 */
div.section4 {
}

div.section4 h4 {
	font-family: times, serif; 
	font-size:				1em;
  margin-left: 36px;
}

/* Niveau 5 */
div.section5 {
}

div.section5 h5 {
	font-family: times, serif; 
	font-size:				1em;
  margin-left: 48px;
}



/* 
    ---------------------------------------------------------------------------------------------------
    Mise en forme des paragraphes :
    ---------------------------------------------------------------------------------------------------
*/

/* titre de paragraphes */
div.emphasis {
  text-indent: 0;

  font-family: "Lucida Grande", Tahoma;
	font-size: 0.9em;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
  /*color: #454f80;
  color: #2c4c75; */
  margin-top: 15px;
	letter-spacing: 0.2em;
}

div.para {
  text-indent:    20;
	margin-right:		12px;
	margin-left:		12px;
  margin-bottom:  5px
}

div.quote {
  margin-right: 60px;
  margin-left:  60px;
  margin-bottom: 5px;

  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.6em;
}

/*
   -----------------------------------------------------------------------------------------------------
   Mise en forme des figures :
   -----------------------------------------------------------------------------------------------------
*/

div.figure {
  text-align: center;
  margin-bottom:  10px
}

div.figure div.title {
  font-family: "Times New Roman", serif; 
	font-size:				1em;
}

/*
   -----------------------------------------------------------------------------------------------------
   Mise en forme des tableaux :
   -----------------------------------------------------------------------------------------------------
*/

table {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #888888;
	border-collapse: collapse;

	margin-right:			12px;
	margin-left:			12px;
  margin-bottom:  10px
}

table th {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: #888888;
	-moz-border-radius: ;
}

table td {
	border-width: 1px;
	padding: 4px;
	border-style: dotted;
	border-color: #888888;
	-moz-border-radius: ;
}

/*
   -----------------------------------------------------------------------------------------------------
   Mise en forme des listes :
   -----------------------------------------------------------------------------------------------------
*/

li div.para {
  text-indent:    0;
  margin-left:		0px;
  margin-bottom:  0px
}

