@charset "utf-8";
/* CSS Document des pages du site */
/* pour retirer les pointillés sur les liens visités firefox */
a:focus
{
outline:0;
}
#Npage{
	font-family: Calibri;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}
#content {
	padding-left: 40px;
	padding-right: 65px;
	position: relative;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 0px;
	font-family: Calibri;
	font-size: 12px;
	text-align: justify;
}
.title {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.undertitle {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
#maincontent {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-family: Calibri;
}

/*style pour les tableaux */
.Style1 {color: #FFFFFF}

tr:hover {
	background-color: #37564c;
	color: #000000;
	padding: 2px;
}

tr {
	text-align: left;
	text-indent: 5px;
}
/*fin */

/* configuration du div conteneur de l'outil lytebox dans la page */
/* image individuelle */
#lytebox	{
	text-align: center;
}
.lyteboxtext	{
	font-size : 12px;
	color : #000000;
	font-family: Calibri;
	font-style: normal;
	font-weight: normal;
	background-position: center;
	text-align: center;
	width: 100%;
}
/* même configuration, mais les images toutes à gauche */
#lytebox-gauche	{

}
.lyteboxtext-gauche	{
	font-size : 12px;
	color : #000000;
	font-family: Calibri;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}
