@charset "utf-8";
/* CSS Document */
/*-------------------------------------DEF DES LIENS-----------------------*/
  A:link { text-decoration: none ; color:darkblue ; }
  A:visited { color:#009fe3 ; font-style: italic; font-weight: 800 ; }
  A:hover {color:red; font-weight: 500 ; }	
/*-------------------------------------FIN DEF DES LIENS-----------------------*/

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
}

/*---------------------niveau titre--------------*/
h1{
	font-size:32px;
    text-align: center;
	color:red;

	}
h1::before {
  content: "▃▃▃▃▃ ";
color:#009fe3;	
}
h1::after {
  content: " ▃▃▃▃▃";
color:#009fe3;	
}
/*---------------------titre en fond bleu--------------*/

h2{
	font-size:24px;
    margin-right: 1em;
	color:white;
	background-color: #009fe3;
	white-space:nowrap;
	}
h2::before{
	content:"■ "
}
/*---------------------titre--------------*/
h3{
	font-weight: 600;
	font-size:18px;
	color:#009fe3;
	text-align: center;
	margin-right: 2em;
	margin-left:2em;
}
h3::before {
  content: "■ ";
color:red;	
}
h3::after {
  content: " ■";
color:red;	
}
/*---------------------texte--------------*/
h4{
	font-weight: 100;
	font-style:normal ;
	font-size:16px;
	text-align: justify;
	margin-right: 4em;
	margin-left: 4em;

	}
/*---------------------texte intro--------------*/

h5{
	font-weight: 100;
	font-style:italic ;
	font-size:16px;
	text-align: justify;
	margin-right: 4em;
	margin-left: 4em;

	}