/***CSS_RN1.css ***/
/***************************/
/*** Doc dans CSS_documentation.css ***/

:root { /* Variable CSS */
	/*--bodyColor: #100000; /* Couleur de fond du body de la page */
	--body_lst_BR_Color: goldenRod; /* Couleur de fond du body de la page */
	--trColor: #FFCC66;
	--RNtxt1RN: 	 #000065; /* Couleur de texte1 pour RN */
	--RNtxt1Pirates: #500065; /* Couleur de texte1 pour Pirates */
	/*--RNtxt1Pirates: red; /* Couleur de texte1 pour Pirates */
	--RNtxt1Patrons: #500095; /* Couleur de texte1 pour Patrons */
}

.titre1_Patrons {
	color: var(--RNtxt1Patrons);
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	/*text-decoration: underline;*/
	text-align: center;
	/*border: 1px solid #FFCCDD;*/
	/*margin: auto;*/
	margin-top: 5px;
	margin-bottom: 8px;
	/*margin-left: 10px;*/
}
.texte1_Patrons {
	color: var(--RNtxt1Patrons);
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	/*margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;*/
	margin-left: 10px;
}
.texte10_Patrons {
	color: var(--RNtxt1Patrons);
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	/*margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;*/
	margin-left: 10px;
}
.texte2_Patrons {
	/*color: var(--RNtxt1Pirates);*/
	color: white;
	font-family: Comic Sans MS, Times New Roman, Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	/*margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;*/
	margin-left: 10px;
}
.tableBR_Patrons {
	width: 95%;
	background-color: var(--trColor);
	border: 1px solid black;
	margin: auto;
	margin-top: 0px;
}
 .thBR_Patrons, .tdBR_Patrons {
	width: 95%;
	/*background-color: var(--trColor);*/
	border: 1px solid #FFCCDD;
	margin: auto;
}


