/* CSS Document */





/* Détails pour le menu de navigation -   menu horizontal   */

	.mobile { display: none; } 
	
	h1 { font-family: Helvetica, sans-serif;
		font-size: 2.4rem; color:#d06b19;
		text-align: center; 
}										
	
	h2 { font-family: Arial, sans-serif;
		font-size: 1.8em; color: brown; 									
		text-align: center;
}
 
	h3 { font-family: Arial, sans-serif;
		font-size: 1.3rem; color: brown; 
		text-align: center;
}
	
h3 a:link {
	text-decoration: none;
	color: #333333;
}
h3 a:visited {
	text-decoration: none;
	color: #666666;
}
h3 a:hover {
	text-decoration: none;
	color: #993333;
}
h3 a:active {
	text-decoration: none;
	color: #FF3399;
}
	
	p {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 26px;  /***hauteur de ligne **/
	color: #333333;
	letter-spacing: 0.1em;
	vertical-align: middle;
	word-spacing: 0.1em;
	text-align:justify;
}

ol {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1rem;
	font-style:italic;
	line-height: 26px;  /***hauteur de ligne **/
	color: #333333;
	letter-spacing: 0.1em;
	vertical-align: middle;
	word-spacing: 0.1em;
	text-align:left;
}
 
ol::first-letter{font-size: 125%; font-weight: bold; color:#660033}  /** première lettre plus grande**/
 
	li {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.1rem;
	font-style: normal;
	line-height: 24px;  /***hauteur de ligne **/
	color: #333333;
	letter-spacing: 0.1em;
	vertical-align: middle;
	word-spacing: 0.1em;
	text-align:justify;
}
li::first-letter{font-size: 120%; font-weight: bold; color:#660033}  /** première lettre plus grande**/

 .Signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color:#3366FF;
	text-align: left;
	text-indent: 15px;
}

.Style22 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}



 .FlexboxMenu {
 	font-family:"Times New Roman", Times, serif;
	font-size: 1.2rem;
	font-style: normal;
	line-height: 20px;  /***hauteur de ligne **/
	color: #333333;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-align:center;
	}
	
	.FlexboxMenu  a:link {
	text-decoration: none;
	color: #333;
}
    .FlexboxMenu  a:visited {
	text-decoration: none;
	color: #333;
}
    .FlexboxMenu  a:hover {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
   .FlexboxMenu a:active {
	text-decoration: none;
	color: #FF3399;
}
 						
						
						
						
						 /*liens généraux **/

a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #993333;
}
a:active {
	text-decoration: none;
	color: #FF3399;
}

     					 /*  lien de footer  **/

footer {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}

footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}
footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
footer a:hover {
	text-decoration: none;
	color:#993333;
}
footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.global .contenu table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	text-align:right;
}
.global .contenu table img {
	text-align:left;
}


.menuListe {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	background-color: #990099;
}
